-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
131 lines (131 loc) · 5 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
{
"name": "site15",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"nx": "nx",
"ng": "nx",
"rucken": "rucken",
"jest": "jest",
"start": "nx serve",
"build": "npm run nx -- build server",
"test": "nx test",
"prisma": "prisma",
"flyway": "flyway -c .flyway.js",
"postinstall": "ngcc --properties es2020 browser module main",
"__________serve__________": "__________serve__________",
"serve:client:host": "export CLIENT_ENV_NAME=host && npm run serve:client",
"serve:client": "npm run nx -- serve client --configuration=${CLIENT_ENV_NAME} --port=4200 --host=0.0.0.0 --disable-host-check",
"serve:server": "npm run nx -- serve server",
"serve:client-with-server": "concurrently \"npm run serve:server\" \"npm run serve:client\"",
"__________release__________": "__________release__________",
"app:build": "npm run generate && npm run build && npm run app:build-changelog",
"app:release": "standard-version",
"app:create-release": "npm run app:build && npm run app:release && git push --follow-tags origin develop",
"app:build-changelog": "./node_modules/.bin/cp-cli ./CHANGELOG.md ./dist/libs/kaufman-bot/CHANGELOG.md",
"__________database__________": "__________database__________",
"migrate": "npm run flyway -- migrate",
"migrate:local": "set -a && . ./devops/.env.local && set +a ./docker/migrate.sh",
"prisma:pull": "npm run -- prisma db pull && npm run prisma:generate",
"prisma:pull:local": "set -a && . ./devops/.env.local && set +a && ./docker/prisma-pull.sh && npm run prisma:generate",
"prisma:generate": "npm run -- prisma generate",
"__________generators__________": "__________generators__________",
"generate": "npm run generate:ci && npm run rucken -- prepare --locales=en,ru && npm run lint:fix",
"generate:ci": "npm run prisma:generate",
"__________lint__________": "__________lint__________",
"lint": "nx workspace-lint && npm run nx -- run-many --target=lint --all",
"lint:fix": "nx workspace-lint --fix && nx run-many --target=lint --all --fix && nx format:write --all",
"tsc:lint": "tsc --noEmit -p tsconfig.base.json",
"prepare": "husky install"
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "15.0.4",
"@angular-eslint/eslint-plugin": "15.0.0",
"@angular-eslint/eslint-plugin-template": "15.0.0",
"@angular-eslint/template-parser": "15.0.0",
"@angular/cli": "~15.0.0",
"@angular/compiler-cli": "15.0.4",
"@angular/language-service": "15.0.4",
"@nestjs/schematics": "^9.0.0",
"@nestjs/testing": "^9.0.0",
"@nrwl/angular": "15.4.4",
"@nrwl/cli": "15.4.4",
"@nrwl/cypress": "15.4.4",
"@nrwl/eslint-plugin-nx": "15.4.4",
"@nrwl/jest": "15.4.4",
"@nrwl/linter": "15.4.4",
"@nrwl/nest": "15.4.4",
"@nrwl/node": "15.4.4",
"@nrwl/workspace": "15.4.4",
"@types/dompurify": "2.2.3",
"@types/jest": "28.1.8",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "5.47.0",
"@typescript-eslint/parser": "5.47.0",
"concurrently": "^7.6.0",
"cp-cli": "^2.0.0",
"cypress": "^11.0.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"husky": "^8.0.1",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.1",
"jest-junit": "^14.0.1",
"jest-preset-angular": "12.2.3",
"lint-staged": "^13.0.3",
"node-flywaydb": "^3.0.7",
"npm-run-all": "^4.1.5",
"nx": "15.4.4",
"prettier": "^2.6.2",
"prisma": "^4.8.0",
"rucken": "^4.4.6",
"standard-version": "^9.5.0",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "4.8.4"
},
"dependencies": {
"@angular/animations": "15.0.4",
"@angular/common": "15.0.4",
"@angular/compiler": "15.0.4",
"@angular/core": "15.0.4",
"@angular/forms": "15.0.4",
"@angular/platform-browser": "15.0.4",
"@angular/platform-browser-dynamic": "15.0.4",
"@angular/router": "15.0.4",
"@nestjs/common": "^9.0.0",
"@nestjs/core": "^9.0.0",
"@nestjs/platform-express": "^9.0.0",
"@nestjs/swagger": "^6.1.3",
"@ngneat/until-destroy": "^9.2.2",
"@prisma/client": "^4.8.0",
"@taiga-ui/addon-table": "^3.15.0",
"@taiga-ui/cdk": "^3.15.0",
"@taiga-ui/core": "^3.15.0",
"@taiga-ui/icons": "^3.15.0",
"@taiga-ui/kit": "^3.15.0",
"@taiga-ui/styles": "^3.15.0",
"@tinkoff/ng-dompurify": "3.0.0",
"axios": "^0.27.2",
"class-transformer": "^0.5.1",
"class-transformer-global-storage": "^0.4.1-1",
"class-validator": "^0.13.2",
"class-validator-multi-lang": "^0.130.201",
"connection-string": "^4.3.6",
"dompurify": "2.2.9",
"env-var": "^7.3.0",
"exit-hook": "^3.1.4",
"nestjs-custom-injector": "^2.2.3",
"ngx-dynamic-form-builder": "^2.3.3",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.0.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"lint-staged": {
"*.{js,ts}": "eslint --fix",
"*.{js,ts,css,scss,md}": "prettier --ignore-unknown --write"
}
}