-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 1.74 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
60
61
62
63
64
{
"name": "hack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"classnames": "^2.2.5",
"jss": "^8.0.0",
"jss-global": "^2.0.0",
"jss-preset-default": "^3.0.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-jss": "^6.1.1",
"react-loadable": "^4.0.4",
"react-redux": "^5.0.5",
"react-router-dom": "^4.1.2",
"react-router-redux": "^4.0.8",
"redux": "^3.6.0",
"redux-saga": "^0.15.3"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"clean-webpack-plugin": "^0.1.16",
"compression-webpack-plugin": "^0.4.0",
"copy-webpack-plugin": "^4.0.1",
"eslint": "^4.2.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-react": "^7.1.0",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.29.0",
"react-hot-loader": "^3.0.0-beta.7",
"redux-logger": "^3.0.6",
"uglifyjs-webpack-plugin": "^0.4.6",
"url-loader": "^0.5.9",
"webpack": "^3.4.1",
"webpack-dev-server": "^2.6.1",
"webpack-merge": "^4.1.0",
"workbox-webpack-plugin": "^1.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config config/webpack.production.config.js --progress",
"start": "webpack-dev-server --config config/webpack.config.js --progress"
},
"babel": {
"presets": [
"es2015",
"react",
"stage-2"
],
"plugins": [
"transform-decorators-legacy",
"react-hot-loader/babel"
]
},
"author": "wrick17",
"license": "ISC"
}