-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
152 lines (152 loc) · 4.48 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "tabletop-companion",
"version": "0.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jmcdo29/zeldaplay"
},
"scripts": {
"commit": "git-cz",
"docker": "scripts/bin/build",
"snyk": "snyk",
"start": "nx serve",
"build": "nx build",
"test": "env LOG_LEVEL=OFF nx test --passWithNoTests",
"lint": "nx lint",
"e2e": "nx e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "env LOG_LEVEL=OFF nx affected:test --passWithNoTests",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "ng update @nrwl/workspace",
"update:check": "nx update",
"workspace-schematic": "nx workspace-schematic",
"dep-graph": "nx dep-graph",
"help": "nx help",
"snyk-protect": "snyk protect",
"nx": "nx"
},
"dependencies": {
"@deepkit/type": "^1.0.1-alpha.1",
"@golevelup/nestjs-modules": "^0.4.1",
"@nestjs/common": "^7.6.3",
"@nestjs/core": "^7.6.3",
"@nestjs/platform-express": "^7.6.3",
"@ogma/logger": "^0.4.2",
"@ogma/nestjs-module": "^0.4.3",
"@ogma/platform-express": "^0.4.3",
"bcrypt": "^5.0.0",
"compression": "^1.7.4",
"dotenv": "^8.2.0",
"helmet": "^4.2.0",
"nest-cookies": "^1.2.2",
"nestjs-spelunker": "^0.4.1",
"pg": "^8.5.1",
"redis": "^3.0.2",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.3",
"tslib": "^2.0.3"
},
"devDependencies": {
"@abraham/reflection": "^0.7.0",
"@angular-devkit/build-angular": "^0.1000.8",
"@angular-devkit/schematics": "^10.2.1",
"@angular-eslint/builder": "^0.2.0-beta.1",
"@angular-eslint/eslint-plugin": "^0.2.0-beta.1",
"@angular-eslint/eslint-plugin-template": "^0.2.0-beta.1",
"@angular-eslint/schematics": "^0.2.0-beta.1",
"@angular-eslint/template-parser": "^0.2.0-beta.1",
"@angular/animations": "^10.2.4",
"@angular/cli": "^10.2.1",
"@angular/common": "^10.2.4",
"@angular/compiler": "^10.2.4",
"@angular/compiler-cli": "^10.2.4",
"@angular/core": "^10.2.4",
"@angular/forms": "^10.2.4",
"@angular/language-service": "^10.2.4",
"@angular/platform-browser": "^10.2.4",
"@angular/platform-browser-dynamic": "^10.2.4",
"@angular/router": "^10.2.4",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@golevelup/nestjs-testing": "^0.1.2",
"@nestjs/schematics": "^7.2.5",
"@nestjs/testing": "^7.6.3",
"@nrwl/angular": "10.0.13",
"@nrwl/cli": "^10.4.7",
"@nrwl/cypress": "10.0.13",
"@nrwl/jest": "10.0.13",
"@nrwl/nest": "10.0.13",
"@nrwl/node": "10.0.13",
"@nrwl/tao": "10.0.13",
"@nrwl/workspace": "10.0.13",
"@types/bcrypt": "^3.0.0",
"@types/compression": "^1.7.0",
"@types/connect-redis": "0.0.14",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.9",
"@types/helmet": "0.0.48",
"@types/jest": "^26.0.19",
"@types/jquery": "^3.5.5",
"@types/node": "^14.14.14",
"@types/pg": "^7.14.7",
"@types/redis": "^2.8.28",
"@types/sqlite3": "^3.1.6",
"@types/supertest": "^2.0.10",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"core-js": "^3.8.1",
"cypress": "^5.6.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.16.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-prettier": "^3.3.0",
"husky": "^4.3.6",
"jest": "^26.6.3",
"jest-preset-angular": "^8.3.2",
"lint-staged": "^10.5.3",
"npm-check": "^5.9.2",
"nx": "^10.4.7",
"prettier": "^2.2.1",
"snyk": "^1.437.2",
"sqlite3": "^5.0.0",
"supertest": "^4.0.2",
"ts-jest": "^26.4.4",
"typescript": "3.9.7",
"webpack": "^4.44.2",
"zone.js": "^0.11.3"
},
"engines": {
"node": ">=10"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.ts": [
"prettier --write",
"eslint --ext ts "
],
"*.{md,html,json,js}": [
"prettier --write"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"snyk": true
}