generated from amosproj/amos202Xss0Y-projname
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
121 lines (121 loc) · 3.61 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
{
"name": "@frontend/source",
"version": "0.0.0",
"license": "MIT",
"engines": {
"node": ">=20.x.x",
"npm": ">=9.x.x"
},
"scripts": {
"prepare": "husky install",
"lint-staged": "lint-staged",
"pre-commit": "lint-staged"
},
"private": true,
"dependencies": {
"@angular/animations": "~17.3.0",
"@angular/common": "~17.3.0",
"@angular/compiler": "~17.3.0",
"@angular/core": "~17.3.0",
"@angular/forms": "~17.3.0",
"@angular/platform-browser": "~17.3.0",
"@angular/platform-browser-dynamic": "~17.3.0",
"@angular/router": "~17.3.0",
"@faker-js/faker": "^8.4.1",
"@nestjs/common": "^10.0.2",
"@nestjs/config": "^3.2.2",
"@nestjs/core": "^10.0.2",
"@nestjs/platform-express": "^10.0.2",
"@nestjs/swagger": "^7.3.1",
"@prisma/client": "^5.13.0",
"@siemens/ix": "^2.2.1",
"@siemens/ix-angular": "^2.2.1",
"@siemens/ix-echarts": "^2.2.0",
"@siemens/ix-icons": "^2.1.0",
"axios": "^1.6.8",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.11",
"dotenv": "^16.4.5",
"echarts": "^5.5.0",
"lodash": "^4.17.21",
"ngx-echarts": "^17.2.0",
"postgres": "^3.4.4",
"reflect-metadata": "^0.1.13",
"rxjs": "~7.8.0",
"ts-enum-util": "^4.1.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~17.3.6",
"@angular-devkit/core": "~17.3.6",
"@angular-devkit/schematics": "~17.3.6",
"@angular-eslint/eslint-plugin": "~17.3.0",
"@angular-eslint/eslint-plugin-template": "~17.3.0",
"@angular-eslint/template-parser": "~17.3.0",
"@angular/cli": "~17.3.6",
"@angular/compiler-cli": "~17.3.6",
"@angular/language-service": "~17.3.6",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/config-nx-scopes": "^19.3.0",
"@nestjs/axios": "^3.0.2",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.8",
"@nx/angular": "18.3.4",
"@nx/devkit": "18.3.4",
"@nx/eslint": "18.3.4",
"@nx/eslint-plugin": "^18.3.4",
"@nx/jest": "18.3.4",
"@nx/js": "18.3.4",
"@nx/nest": "^18.3.4",
"@nx/node": "18.3.4",
"@nx/playwright": "18.3.4",
"@nx/plugin": "^18.3.4",
"@nx/web": "18.3.4",
"@nx/webpack": "18.3.4",
"@nx/workspace": "18.3.4",
"@playwright/test": "^1.43.1",
"@schematics/angular": "~17.3.6",
"@stylistic/eslint-plugin-js": "^2.0.0",
"@swc-node/register": "~1.9.0",
"@swc/core": "~1.5.0",
"@swc/helpers": "~0.5.11",
"@types/crypto-js": "^4.2.2",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.1",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-stylelint": "^21.0.0",
"eslint-plugin-playwright": "^1.6.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-unused-imports": "^3.1.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jest-preset-angular": "~14.0.3",
"lint-staged": "^15.2.2",
"nx": "18.3.4",
"prettier": "^3.2.5",
"prisma": "^5.13.0",
"stylelint": "^16.4.0",
"stylelint-config-recess-order": "^5.0.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"tailwindcss": "^3.4.3",
"ts-jest": "^29.1.2",
"ts-node": "10.9.2",
"typescript": "~5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"prisma": {},
"packageManager": "[email protected]+sha512.831cf4c5f8b8374af71521d4d153db49d7086de615c2af7cb5e9d7eb8ba630ddac46fea495d643e552ef2e68a3aa99a3e5e9fbee8696702967504df5c59cb273"
}