-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.76 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.76 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
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "compass-web",
"version": "0.0.1",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cp -r src/index.html public/ && NODE_ENV=production webpack",
"start": "cp -r src/index.html public/ && node dev-server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kber/compass-web.git"
},
"dependencies": {
"classnames": "2.2.1",
"history": "1.13.1",
"material-design-icons": "2.1.1",
"normalize.css": "3.0.3",
"react": "0.14.3",
"react-addons-css-transition-group": "0.14.3",
"react-dom": "0.14.3",
"react-redux": "4.0.0",
"react-router": "1.0.0",
"react-toolbox": "0.13.4",
"redux": "3.0.4",
"redux-actions": "0.9.0",
"redux-form": "3.1.7",
"redux-promise": "0.5.0",
"redux-router": "1.0.0-beta5",
"redux-simple-router": "1.0.2",
"redux-thunk": "1.0.0",
"roboto-fontface": "0.4.2",
"whatwg-fetch": "0.10.1"
},
"devDependencies": {
"babel-core": "5.8.34",
"babel-loader": "5.4.0",
"babel-plugin-react-transform": "1.1.1",
"babel-runtime": "5.8.34",
"browser-sync": "2.10.0",
"config": "1.17.1",
"connect-history-api-fallback": "1.1.0",
"css-loader": "0.23.0",
"eslint": "1.10.3",
"eslint-config-airbnb": "2.0.0",
"eslint-plugin-react": "3.11.2",
"extract-text-webpack-plugin": "0.9.1",
"file-loader": "0.8.5",
"node-sass": "3.4.2",
"react-transform-catch-errors": "1.0.0",
"react-transform-hmr": "1.0.1",
"redbox-react": "1.2.0",
"redux-logger": "2.1.1",
"sass-loader": "3.1.2",
"style-loader": "0.13.0",
"webpack": "1.12.9",
"webpack-dev-middleware": "1.4.0",
"webpack-hot-middleware": "2.6.0"
}
}