-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.25 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.25 KB
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
{
"name": "qufa-ptech",
"version": "0.0.0",
"private": true,
"scripts": {
"test": "mocha --timeout 100000",
"start": "nodemon ./bin/www & npm run scss",
"scss": "sass --watch ./public/stylesheets/style.scss ./public/stylesheets/style.css"
},
"dependencies": {
"aws-sdk": "^2.962.0",
"axios": "^0.21.1",
"bcrpyt": "^2.0.0",
"bcrypt": "^5.0.1",
"chai": "^4.3.4",
"connect-flash": "^0.1.1",
"convert-newline": "0.0.5",
"cookie-parser": "~1.4.4",
"csv-parser": "^3.0.0",
"db-migrate": "^0.11.12",
"db-migrate-mysql": "^2.1.2",
"debug": "~2.6.9",
"express": "~4.16.1",
"express-mysql-session": "^2.1.7",
"express-session": "^1.17.2",
"http-errors": "~1.6.3",
"iconv-lite": "^0.6.3",
"jschardet": "^3.0.0",
"moment": "^2.29.1",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"mysql2": "^2.3.0",
"node-cron": "^3.0.0",
"outlier": "^0.0.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"pug": "^3.0.2",
"sequelize": "^6.6.5",
"swagger-jsdoc": "^6.1.0",
"swagger-ui-express": "^4.1.6",
"uuid": "^8.3.2"
},
"devDependencies": {
"mocha": "^9.1.3",
"nodemon": "^2.0.12",
"sass": "^1.38.0",
"sequelize-cli": "^6.2.0"
}
}