This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.45 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
49
50
51
52
53
54
55
{
"name": "ev-comment-service-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon --watch src --delay 1 --exec ts-node bin/www 8000",
"build": "webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@types/cookie-parser": "^1.4.2",
"@types/cors": "^2.8.6",
"@types/ejs": "^3.0.0",
"@types/express-session": "^1.15.16",
"@types/multer": "^1.3.10",
"@types/nodemon": "^1.19.0",
"alert-node": "^2.1.1",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.4",
"cookie-session": "^1.3.3",
"dotenv": "^8.2.0",
"ejs": "^3.0.1",
"express": "^4.17.1",
"express-rate-limit": "^5.0.0",
"express-session": "^1.17.0",
"http-errors": "^1.7.3",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"mysql": "^2.17.1",
"mysql2": "^2.1.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"promise-mysql": "^4.1.1",
"ramda": "^0.26.1",
"shorthash": "0.0.2",
"ts-loader": "^6.2.1",
"underscore": "^1.12.1",
"webpack": "^4.41.5"
},
"devDependencies": {
"@types/express": "^4.17.2",
"@types/mysql": "^2.15.8",
"@types/node": "^13.1.2",
"cors": "^2.8.5",
"nodemon": "^2.0.2",
"ts-node": "^8.5.4",
"typescript": "^3.7.4"
}
}