-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.29 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
{
"name": "venyou-client",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"compile": "webpack --config conf/webpack.prod.config.js",
"watch": "webpack --config conf/webpack.dev.config.js --watch",
"dev-compile": "webpack --config conf/webpack.config.js --watch",
"serve": "static-server -z -f ./"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"react-router": "^4.1.2",
"react-tooltip": "^3.4.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"static-server": "^3.0.0",
"webpack": "^3.3.0",
"webpack-livereload-plugin": "^1.0.0"
},
"dependencies": {
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-fontawesome": "^1.6.1",
"react-redux": "^5.0.5",
"redux": "^3.7.2"
}
}