-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.7 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
{
"main": "src/app.ts",
"scripts": {
"start": "nps",
"dev": "nps dev",
"lint:check": "nps lint.check",
"lint:fix": "nps lint.fix",
"test": "nps test",
"seed": "nps seed"
},
"dependencies": {
"class-transformer": "^0.3.1",
"class-validator": "^0.12.2",
"class-validator-jsonschema": "^2.0.3",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mongoose": "^5.11.8",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"pg": "^8.5.1",
"redoc": "^2.0.0-rc.45",
"reflect-metadata": "^0.1.13",
"routing-controllers": "^0.9.0-alpha.6",
"routing-controllers-openapi": "^2.2.0",
"socket-controllers": "^0.0.5",
"socket.io": "^3.0.4",
"socket.io-client": "^3.0.5",
"typedi": "^0.8.0",
"typescript": "^4.1.2"
},
"devDependencies": {
"@types/body-parser": "^1.19.0",
"@types/chai": "^4.2.14",
"@types/express": "^4.17.9",
"@types/jest-dev-server": "^4.2.0",
"@types/mocha": "^8.2.0",
"@types/mongoose": "^5.10.3",
"@types/morgan": "^1.9.2",
"@types/multer": "^1.4.4",
"@types/node": "^14.14.10",
"@types/reflect-metadata": "^0.1.0",
"@types/socket.io": "^2.1.12",
"@types/socket.io-client": "^1.4.34",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.0",
"jest-dev-server": "^4.4.0",
"mocha": "^8.2.1",
"nodemon": "^2.0.6",
"nps": "^5.10.0",
"prettier": "^2.2.1",
"ts-jest": "^26.4.4",
"ts-mocha": "^8.0.0",
"ts-node": "^9.0.0",
"tsconfig-paths": "^3.9.0"
}
}