-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
43 lines (43 loc) · 1.03 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
{
"name": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node app/bin/www.js",
"build": "npx tsc"
},
"dependencies": {
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"dotenv": "^4.0.0",
"ejs": "^2.5.6",
"express": "^4.16.3",
"http-status-codes": "^1.3.0",
"jsonwebtoken": "^8.1.0",
"knex": "^0.19.2",
"moment": "^2.22.2",
"morgan": "^1.9.1",
"mssql": "^4.1.0",
"mysql": "^2.16.0",
"node-mssql-connector": "^1.2.0",
"oracledb": "4.0.1",
"pg": "^7.4.3",
"pm2": "^2.10.4",
"request": "^2.87.0",
"serve-favicon": "^2.4.1",
"tedious": "^2.2.4",
"typescript": "^3.5.3"
},
"devDependencies": {
"@types/body-parser": "1.16.1",
"@types/cookie-parser": "^1.3.30",
"@types/ejs": "^2.3.33",
"@types/express": "^4.0.35",
"@types/jsonwebtoken": "^7.2.3",
"@types/morgan": "^1.7.32",
"@types/mysql": "^2.15.2",
"@types/node": "^7.0.10",
"@types/serve-favicon": "^2.2.28"
}
}