-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.96 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "goalsjar",
"version": "1.0.0",
"description": "A jar with colored sugarplums (demo)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --mode development",
"build": "rimraf dist && webpack --config webpack.prod.config.js --mode production --progress --profile --color"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/galina-prokofeva/goalsjar.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "/~https://github.com/galina-prokofeva/goalsjar/issues"
},
"homepage": "/~https://github.com/galina-prokofeva/goalsjar#readme",
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.5.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/preset-env": "^7.5.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-stage-2": "^7.0.0",
"autoprefixer": "^9.6.0",
"babel-loader": "^8.0.6",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-upgrade": "^1.0.1",
"css-loader": "^1.0.1",
"file-loader": "^4.0.0",
"html-webpack-plugin": "^3.2.0",
"path": "^0.12.7",
"postcss-loader": "^3.0.0",
"rimraf": "^2.6.3",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.1.3",
"url-loader": "^2.0.1",
"webpack": "^4.35.2",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.7.2"
},
"dependencies": {
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-cx": "^0.1.12",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.1"
}
}