-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.09 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
{
"private": true,
"scripts": {
"build": "webpack",
"start": "webpack-dev-server --port 3000",
"deploy": "surge ./build"
},
"devDependencies": {
"autoprefixer": "^6.5.0",
"babel-core": "^6.14.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.25.0",
"eslint": "^3.6.1",
"eslint-config-standard": "^6.1.0",
"eslint-config-standard-react": "^4.1.0",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-react": "^6.3.0",
"eslint-plugin-standard": "^2.0.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.22.0",
"node-sass": "^3.10.0",
"postcss-loader": "^0.13.0",
"react-addons-update": "^15.3.2",
"react-hot-loader": "^3.0.0-beta.4",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.1"
},
"dependencies": {
"classnames": "^2.2.5",
"json-loader": "^0.5.4",
"react": "^15.3.2",
"react-dom": "^15.3.2"
}
}