-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·38 lines (38 loc) · 916 Bytes
/
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
{
"name": "giving-goods",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"dev": "webpack -w",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.16.2",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"create-react-class": "^15.6.2",
"express": "^4.16.1",
"express-session": "^1.15.5",
"mongoose": "^4.12.0",
"nodemailer": "^4.1.3",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"react": "^15.6.2",
"react-bootstrap": "^0.31.2",
"react-dom": "^15.6.2",
"react-notification-system": "^0.2.15",
"react-router": "^3.2.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"webpack": "^1.14.0"
}
}