-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.29 KB
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
{
"name": "DashBox",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "webpack",
"dev": "webpack-dev-server --content-base public/"
},
"devDependencies": {
"babel-loader": "^5.3.2",
"babel-plugin-react-transform": "^1.0.3",
"css-loader": "^0.18.0",
"node-sass": "^3.3.3",
"react-transform-catch-errors": "^0.1.2",
"redbox-react": "^1.0.4",
"redux-devtools": "^2.1.2",
"redux-logger": "^2.0.4",
"sass-loader": "^2.0.1",
"style-loader": "^0.12.4",
"webpack": "^1.12.1",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.0.1"
},
"dependencies": {
"assets-webpack-plugin": "^2.2.2",
"babel": "^5.8.23",
"babel-polyfill": "^6.2.0",
"express": "^4.13.3",
"flux": "^2.1.1",
"flux-standard-action": "^0.6.0",
"humps": "^1.0.0",
"immutable": "^3.7.5",
"isomorphic-fetch": "^2.1.1",
"lodash": "^3.10.1",
"normalize.css": "^3.0.3",
"normalizr": "^1.4.0",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-redux": "^2.1.2",
"react-select": "^0.6.9",
"react-transform-hmr": "^1.0.1",
"redux": "^3.0.0",
"redux-actions": "^0.8.0",
"redux-promise": "^0.5.0",
"redux-thunk": "^1.0.0",
"superagent": "^1.4.0",
"webpack-dev-server": "^1.14.0"
}
}