-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 987 Bytes
/
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
{
"name": "componentization",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "webpack-dev-server",
"watch": "webpack -d --watch",
"build": "webpack -p",
"serve": "serve ./public"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.20.0",
"babel-eslint": "^7.2.1",
"babel-loader": "^6.2.9",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-loader": "^1.7.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"jshint": "^2.9.4",
"jshint-loader": "^0.8.3",
"node-libs-browser": "^2.0.0",
"path": "^0.12.7",
"react-hot-loader": "^1.3.1",
"webpack": "^1.14.0"
},
"dependencies": {
"react": "^15.4.1",
"react-dom": "^15.4.1"
}
}