-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.16 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "savy",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"@types/connect-flash": "^0.0.37",
"@types/http-errors": "^1.8.2",
"@types/swagger-jsdoc": "^6.0.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"connect-typeorm": "^2.0.0",
"cookie-parser": "^1.4.6",
"es6-shim": "^0.35.6",
"express": "^4.18.1",
"express-mongo-sanitize": "^2.2.0",
"express-rate-limit": "^6.6.0",
"express-session": "^1.17.3",
"helmet": "^6.0.0",
"hpp": "^0.2.3",
"http-errors": "^2.0.0",
"http-status-codes": "^2.2.0",
"install": "^0.13.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"reflect-metadata": "^0.1.13",
"swagger-jsdoc": "^6.2.5",
"swagger-ui-express": "^4.5.0",
"tslib": "^2.3.0",
"tsyringe": "^4.7.0",
"typedi": "^0.10.0",
"typeorm": "^0.3.9",
"util": "^0.12.4",
"winston": "^3.8.2",
"xss-clean": "^0.1.1"
},
"devDependencies": {
"@nrwl/cli": "14.6.4",
"@nrwl/eslint-plugin-nx": "14.6.4",
"@nrwl/express": "14.6.4",
"@nrwl/jest": "14.6.4",
"@nrwl/linter": "14.6.4",
"@nrwl/node": "14.6.4",
"@nrwl/nx-cloud": "latest",
"@nrwl/workspace": "14.6.4",
"@types/body-parser": "^1.19.2",
"@types/compression": "^1.7.2",
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.13",
"@types/hpp": "^0.2.2",
"@types/jest": "28.1.1",
"@types/morgan": "^1.9.3",
"@types/multer": "^1.4.7",
"@types/node": "16.11.7",
"@types/passport-local": "^1.0.34",
"@types/swagger-ui-express": "^4.1.3",
"@typescript-eslint/eslint-plugin": "~5.33.1",
"@typescript-eslint/parser": "~5.33.1",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"nx": "14.6.4",
"prettier": "^2.6.2",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"typescript": "~4.7.2"
}
}