-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.36 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
65
66
67
68
69
70
71
72
73
74
75
76
{
"scripts": {
"dev": "NODE_ENV=development node ./server/index.js",
"build": "NODE_ENV=production node ./server/index.js",
"lint": "eslint --ext .js,.vue src",
"sync": "rsync -r --stats dist/* ../../src/htdocs/descendants/backend/web/static/robot/"
},
"dependencies": {
"bluebird": "^3.5.0",
"classnames": "^2.2.5",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.28.4",
"flux-standard-action": "^1.2.0",
"html-webpack-plugin": "^2.28.0",
"lodash-es": "^4.17.4",
"normalize.css": "^7.0.0",
"prop-types": "^15.5.10",
"react-addons-pure-render-mixin": "^15.5.2",
"react-redux": "^4.4.5",
"react-router": "^2.5.2",
"react-router-redux": "^4.0.8",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"redux-ui": "^0.1.1",
"scss-loader": "^0.0.1",
"style-loader": "^0.18.2",
"svg-baker": "^1.2.7",
"svg-baker-runtime": "^1.2.96",
"svg-loader": "^0.0.2",
"svg-sprite-loader": "^3.0.5",
"svgo-loader": "^1.2.1",
"url-loader": "^0.5.8",
"url-slug": "^2.0.0",
"webpack": "^2.6.1",
"webpack-dashboard": "^0.4.0",
"webpack-spritesmith": "^0.3.3",
"webpack-svgstore-plugin": "^4.0.0"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babylon": "^6.17.2",
"css-hot-loader": "^1.1.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1",
"extract-text-webpack-plugin": "^2.1.0",
"history": "^4.6.1",
"json-server": "^0.10.1",
"mocha": "^3.4.2",
"node-sass": "^4.5.3",
"open-browser-webpack-plugin": "^0.0.5",
"postcss-loader": "^2.0.5",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-hot-loader": "^3.0.0-beta.7",
"request": "^2.81.0",
"resolve-pathname": "^2.1.0",
"sass-loader": "^6.0.5",
"superagent": "^3.5.2",
"svg-inline-loader": "^0.7.1",
"value-equal": "^0.3.0",
"warning": "^3.0.0",
"webpack-dev-middleware": "^1.10.2",
"webpack-dev-server": "^2.4.5",
"webpack-hot-middleware": "^2.18.0"
}
}