-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.24 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
{
"name": "hicouncil",
"version": "0.0.0",
"description": "",
"scripts": {
"install": "webpack --config webpack-production.config.js --progress --colors",
"start": "cd server && npm start"
},
"author": "",
"license": "ISC",
"dependencies": {
"css-loader": "^0.23.1",
"exports-loader": "^0.6.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"imports-loader": "^0.6.5",
"leaflet": "^0.7.7",
"node-sass": "^3.4.2",
"postcss-loader": "~0.9.1",
"react": "~15.3.0",
"react-addons-css-transition-group": "~15.3.0",
"react-addons-pure-render-mixin": "~15.3.0",
"react-addons-transition-group": "~15.3.0",
"react-dom": "~15.3.0",
"react-leaflet": "~0.12.1",
"react-md": "^0.3.3",
"react-route": "^1.0.3",
"react-tap-event-plugin": "^1.0.0",
"reflux": "^0.4.1",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"whatwg-fetch": "~1.0.0"
},
"devDependencies": {
"babel": "~6.5.2",
"babel-core": "~6.11.4",
"babel-loader": "~6.2.4",
"babel-preset-es2015": "~6.9.0",
"babel-preset-react": "~6.11.1",
"eslint": "~3.2.0",
"eslint-loader": "~1.5.0",
"transfer-webpack-plugin": "~0.1.4",
"webpack": "~1.13.0"
}
}