-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.12 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.12 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
{
"name": "WeatherApp",
"version": "0.0.1",
"main": "index.js",
"scripts": {
"server": "node server/server.js",
"start": "node server.js"
},
"author": "johnarch",
"license": "MIT",
"dependencies": {
"babel-core": "^5.6.18",
"babel-loader": "^5.1.4",
"babel-plugin-react-transform": "^1.1.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.24.0",
"es6-symbol": "^3.1.0",
"eventsource-polyfill": "^0.9.6",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^1.0.1",
"history": "^3.0.0",
"i": "^0.3.5",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"lesshat": "^4.1.0",
"npm": "^4.1.1",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-download-link": "^1.0.0",
"react-hot-loader": "^1.3.1",
"react-redux": "^4.0.4",
"react-router": "^2.7.0",
"redux": "^3.0.5",
"redux-router": "^2.1.2",
"redux-thunk": "^2.1.0",
"style-loader": "^0.13.1",
"webpack": "^1.14.0",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.2.0",
"whatwg-fetch": "^1.0.0"
},
"engines": {
"node": "6.9.4"
}
}