-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.59 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
52
53
54
55
56
57
58
59
60
{
"name": "site",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "nodemon && webpack --config webpack-config.js",
"build": " webpack --config webpack-config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Spencer najib",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"bootstrap": "^4.0.0-alpha.6",
"compression": "^1.7.3",
"connect-flash": "^0.1.1",
"connect-flash-plus": "^0.2.1",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"dotenv": "^4.0.0",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-ejs-layouts": "^2.3.1",
"express-flash": "^0.0.2",
"express-session": "^1.15.6",
"express-validator": "^4.3.0",
"helmet": "^3.14.0",
"jquery": "^3.2.1",
"jsdom": "^11.5.1",
"jsonwebtoken": "^8.4.0",
"method-override": "^3.0.0",
"mongoose": "^5.0.1",
"multer": "^1.3.0",
"mysql": "^2.15.0",
"nodemailer": "^4.6.3",
"nodemailer-openpgp": "^1.2.0",
"nodemon": "^1.18.4",
"p5": "^0.5.16",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.4.0",
"popper.js": "^1.14.4",
"react": "^16.5.2",
"react-dom": "^16.5.2"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^1.0.0",
"style-loader": "^0.23.1",
"webpack": "^4.21.0",
"webpack-cli": "^3.1.2"
}
}