-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.03 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
{
"name": "fvey",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "nodemon -e js,jsx --exec \"node -r dotenv/config ./bin/www\"",
"build": "webpack",
"start" : "node ./bin/www"
},
"dependencies": {
"bad-words": "^3.0.2",
"bcrypt": "^3.0.4",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"dotenv": "^6.2.0",
"es6-promise": "^4.2.5",
"express": "~4.16.0",
"http-errors": "~1.6.2",
"isomorphic-fetch": "^2.2.1",
"mongoose": "^5.4.8",
"morgan": "~1.9.0",
"node": "^11.11.0",
"nodemon": "^1.18.10",
"passport": "^0.4.0",
"passport-http": "^0.3.0",
"pug": "^2.0.0-beta11",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"validator": "^10.11.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"babel-loader": "^8.0.5",
"dotenv-webpack": "^1.7.0",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1"
},
"engines": {
"node": "~8.12.0",
"npm": "~6.4.1"
}
}