-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 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
36
37
38
39
{
"name": "uptask",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"watch": "webpack -w --mode development",
"start": "concurrently \"npm run dev \" \"npm run watch\" "
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.19.0",
"concurrently": "^5.3.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-validator": "^6.9.2",
"mysql2": "^2.2.5",
"pug": "^3.0.0",
"sequelize": "^6.5.0",
"shortid": "^2.2.16",
"slug": "^4.0.2",
"sweetalert2": "^10.14.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"babel-loader": "^8.2.2",
"nodemon": "^2.0.7",
"webpack": "^5.18.0",
"webpack-cli": "^4.4.0"
}
}