-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
50 lines (50 loc) · 1.41 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
{
"name": "onehouraday",
"version": "1.0.0",
"description": "Community that expose social projects and people can spend one hour to help a social cause",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "live-server public/",
"build": "webpack",
"dev-server": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hjconehour/onehouraday.git"
},
"author": "jawadaz",
"license": "ISC",
"bugs": {
"url": "https://github.com/hjconehour/onehouraday/issues"
},
"homepage": "https://github.com/hjconehour/onehouraday#readme",
"dependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.2",
"mongoose": "^4.13.8",
"babel-cli": "6.24.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "1.5.2",
"babel-preset-react": "6.24.1",
"css-loader": "0.28.7",
"image-webpack-loader": "^3.4.2",
"live-server": "^1.2.0",
"node-sass": "^4.7.2",
"normalize.css": "^7.0.0",
"react": "16.0.0",
"react-dom": "16.0.0",
"sass-loader": "^6.0.6",
"style-loader": "0.19.1",
"validator": "^9.2.0",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7"
},
"devDependencies": {
"file-loader": "^1.1.6",
"icons-loader": "0.0.6",
"url-loader": "^0.6.2"
}
}