-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 848 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
{
"name": "backend",
"version": "0.9.8",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"@types/node": "10.12.18",
"body-parser": "1.18.3",
"cookie-parser": "1.4.3",
"debug": "4.1.1",
"ejs": "2.6.1",
"express": "4.16.4",
"express-mysql-session": "2.1.0",
"express-session": "1.15.6",
"morgan": "1.9.1",
"mysql": "2.16.0",
"passport": "0.4.0",
"passport-local": "1.0.0",
"serve-favicon": "2.5.0",
"simple-node-logger": "18.12.21",
"uuid": "3.3.2"
},
"devDependencies": {
"eslint": "^5.11.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
},
"engines": {
"node": ">=10.0.0"
}
}