-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
145 lines (145 loc) · 4.57 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
{
"name": "seed-me-home",
"version": "1.4.5",
"license": "MIT",
"eslintConfig": {
"env": {
"browser": true,
"node": true
}
},
"scripts": {
"ng": "nx",
"postinstall1": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points",
"nx": "nx",
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"lint": "nx workspace-lint && ng lint",
"e2e": "ng e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"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": "nx migrate latest",
"workspace-generator": "nx workspace-generator",
"dep-graph": "nx dep-graph",
"help": "nx help",
"release-patch": "standard-version --no-verify --commit-all --release-as patch",
"release-minor": "standard-version --no-verify --commit-all --release-as minor",
"release-major": "standard-version --no-verify --commit-all --release-as major",
"replace:version": "json -I -f libs/models/src/lib/version.json -e \"this.version='`cat package.json | json version`';\" && git add libs/models/src/lib/version.json",
"test:ci": "ng test"
},
"standard-version": {
"scripts": {
"postbump": "npm run replace:version"
}
},
"lint-staged": {
"*.ts": [
"eslint"
],
"*.{css,scss,json,json5,md,js,ts}": [
"prettier --write"
]
},
"private": true,
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@angular/animations": "^15.0.0",
"@angular/cdk": "^15.0.3",
"@angular/common": "^15.0.0",
"@angular/compiler": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/forms": "^15.2.3",
"@angular/material": "^15.2.3",
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.2.3",
"@angular/router": "^15.2.3",
"@auth0/angular-jwt": "^5.1.2",
"@electorrent/node-rtorrent": "^1.2.1",
"@nestjs/common": "^9.3.12",
"@nestjs/config": "^2.3.1",
"@nestjs/core": "^9.3.12",
"@nestjs/passport": "^9.0.3",
"@nestjs/platform-express": "^9.3.12",
"@nestjs/schedule": "^2.2.0",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@nrwl/angular": "^15.8.7",
"diskusage": "^1.1.3",
"express-session": "^1.17.3",
"moment": "^2.29.4",
"mv": "^2.1.1",
"ngx-logger": "^5.0.11",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "^4.0.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"ssh2": "^1.11.0",
"tslib": "^2.3.0",
"typescript-string-operations": "^1.5.0",
"uptobox-ts": "^1.0.3",
"zone.js": "^0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.4",
"@angular-eslint/eslint-plugin": "^15.2.1",
"@angular-eslint/eslint-plugin-template": "^15.2.1",
"@angular-eslint/template-parser": "^15.2.1",
"@angular/cli": "^15.2.4",
"@angular/compiler-cli": "^15.2.3",
"@angular/language-service": "^15.2.3",
"@commitlint/config-conventional": "^17.4.4",
"@nestjs/schematics": "^9.0.4",
"@nestjs/testing": "^9.3.12",
"@nrwl/cli": "^15.4.4",
"@nrwl/cypress": "^15.4.4",
"@nrwl/eslint-plugin-nx": "^15.8.7",
"@nrwl/jest": "^15.4.4",
"@nrwl/nest": "^15.8.7",
"@nrwl/node": "^15.4.4",
"@nrwl/tao": "^15.4.4",
"@nrwl/workspace": "^15.4.4",
"@types/cors": "^2.8.13",
"@types/express-session": "^1.17.7",
"@types/jest": "^28.1.8",
"@types/lodash": "^4.14.191",
"@types/mv": "^2.1.2",
"@types/node": "^18.15.5",
"@types/passport-google-oauth20": "^2.0.11",
"@types/passport-jwt": "^3.0.8",
"@types/ssh2": "^1.11.8",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"commitlint": "^17.5.0",
"cypress": "^11.2.0",
"dotenv": "^16.0.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"husky": "^8.0.3",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"jest-preset-angular": "^12.2.6",
"json": "^11.0.0",
"lint-staged": "^13.2.0",
"prettier": "^2.8.6",
"standard-version": "^9.5.0",
"ts-jest": "^28.0.8",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
}
}