-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 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
{
"name": "node-experiment",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"axios": "^0.25.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"bootstrap-datepicker": "^1.9.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"dart-sass": "^1.25.0",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-session": "^1.17.2",
"express-toastr": "^2.0.2",
"flash": "^1.1.0",
"flash-express": "git://github.com/deveshgoyal/flash-express.git",
"helmet": "^4.6.0",
"isset-php": "^1.0.6",
"multer": "^1.4.3",
"mysql": "^2.18.1",
"mysql2": "^2.3.0",
"node-sass": "^6.0.1",
"node-sass-install": "^1.0.2",
"nodemon": "^2.0.12",
"package": "^1.0.1",
"pg": "^8.7.1",
"replace-in-file": "^6.2.0",
"sequelize": "^6.6.5",
"swagger-autogen": "^2.11.2",
"swagger-ui-express": "^4.1.6"
},
"devDependencies": {
"sequelize-cli": "^6.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"author": "",
"license": "ISC"
}