-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.36 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
46
47
48
49
50
51
{
"name": "ReactWeather",
"version": "1.0.0",
"description": "Weather app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rayhaanq/ReactWeather.git"
},
"author": "Rayhaan Quazi",
"license": "MIT",
"bugs": {
"url": "https://github.com/rayhaanq/ReactWeather/issues"
},
"homepage": "https://github.com/rayhaanq/ReactWeather#readme",
"dependencies": {
"axios": "^0.16.1",
"ejs": "^2.5.6",
"express": "^4.15.2",
"react": "^15.5.4",
"react-bootstrap": "^0.31.0",
"react-dom": "^15.5.4",
"react-fontawesome": "^1.6.1",
"react-router": "^4.1.1",
"react-router-bootstrap": "^0.24.2",
"react-router-dom": "^4.1.1"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.3",
"eslint": "^3.19.0",
"eslint-plugin-react": "^7.0.1",
"exports-loader": "^0.6.4",
"file-loader": "^0.11.1",
"imports-loader": "^0.7.1",
"node-sass": "^4.5.3",
"resolve-url-loader": "^2.0.2",
"sass-loader": "^6.0.5",
"style-loader": "^0.18.1",
"url-loader": "^0.5.8",
"webpack": "^2.5.1"
}
}