-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.02 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
{
"name": "mudawana-express",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "webpack",
"start": "node ./bin/www"
},
"dependencies": {
"axios": "^0.17.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.18.2",
"boom": "^7.1.1",
"bootstrap": "^4.0.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"dotenv": "^5.0.0",
"express": "~4.15.5",
"express-flash": "0.0.2",
"express-session": "^1.15.6",
"jquery": "^3.3.1",
"lodash": "^4.17.5",
"method-override": "^2.3.10",
"moment": "^2.20.1",
"morgan": "~1.9.0",
"mysql2": "^1.5.2",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"popper.js": "^1.12.9",
"pug": "2.0.0-beta11",
"require.all": "^2.0.3",
"sequelize": "^4.33.0",
"sequelize-cli": "^3.2.0",
"serve-favicon": "~2.4.5",
"sqlite3": "^3.1.13"
},
"devDependencies": {
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"style-loader": "^0.20.1",
"webpack": "^3.10.0"
}
}