-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 954 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
{
"name": "chub_new",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "gulp & nodemon app.js",
"migrate": "node_modules/.bin/sequelize db:migrate --config config/db.json",
"setup": "mkdir ./uploads/project && mkdir ./uploads/ad && mkdir ./uploads/user"
},
"dependencies": {
"aos": "^3.0.0-beta.6",
"bcrypt": "^3.0.0",
"body-parser": "^1.18.3",
"cookie-parser": "~1.4.3",
"ejs": "^2.6.1",
"ejs-locals": "^1.0.2",
"express": "^4.16.3",
"express-session": "^1.15.6",
"gulp": "^3.9.1",
"gulp-changed": "^3.2.0",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^3.2.0",
"gulp-sass": "^4.0.2",
"morgan": "^1.9.1",
"multer": "^1.4.0",
"mysql2": "^1.6.1",
"nodemon": "^1.18.4",
"rimraf": "^2.6.2",
"sanitize-html": "^1.19.1",
"sequelize": "^4.38.0",
"sequelize-cli": "^4.1.1",
"serve-favicon": "^2.5.0",
"vuedraggable": "^2.16.0"
}
}