-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.48 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.48 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
{
"name": "weather",
"version": "1.0.0",
"description": "Weather",
"main": "index.js",
"scripts": {
"start": " webpack-dev-server --debug --hot --devtool eval-source-map --output-pathinfo --watch --colors --inline --content-base public --port 3000"
},
"author": "Alexander Kachkin",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.4.5",
"babel-eslint": "^4.1.6",
"babel-loader": "^6.2.1",
"babel-plugin-transform-runtime": "^6.4.3",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"css-loader": "^0.23.1",
"file-loader": "^0.11.2",
"image-webpack-loader": "^3.3.1",
"json-loader": "^0.5.7",
"npm-install-webpack-plugin": "^2.0.2",
"postcss-loader": "^0.8.0",
"precss": "^1.4.0",
"react-hot-loader": "^1.3.0",
"style-loader": "^0.13.0",
"webpack": "^2.4.1",
"webpack-dev-middleware": "^1.5.1",
"webpack-dev-server": "^2.6.1",
"webpack-hot-middleware": "^2.6.4"
},
"dependencies": {
"autoprefixer-loader": "3.2.0",
"babel-polyfill": "^6.3.14",
"babel-runtime": "^6.3.19",
"node-sass": "^4.5.3",
"npm-openweathermap": "0.0.1",
"react": "^15.0.1",
"react-bootstrap": "^0.31.2",
"react-dom": "^15.0.1",
"react-hot-loader": "^1.3.0",
"react-redux": "^4.0.6",
"redux": "^3.3.1",
"redux-logger": "2.5.2",
"redux-persist": "^4.8.3",
"redux-thunk": "1.0.3",
"sass": "*",
"sass-loader": "*"
}
}