-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
145 lines (145 loc) · 3.79 KB
/
package.json
File metadata and controls
145 lines (145 loc) · 3.79 KB
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": "unteris",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"prepare": "husky install"
},
"volta": {
"node": "24.11.1"
},
"engines": {
"node": ">=22",
"pnpm": "^9.13.0 || ^10"
},
"private": true,
"dependencies": {
"@casl/ability": "^6.7.3",
"@commitlint/config-conventional": "^17.8.1",
"@nest-lab/typeschema": "^1.1.0",
"@nestjs/cache-manager": "^2.3.0",
"@nestjs/common": "^11.0.0",
"@nestjs/core": "^11.0.0",
"@nestjs/microservices": "^10.4.20",
"@nestjs/platform-express": "^11.0.0",
"@nestjs/platform-fastify": "^10.4.20",
"@nestjs/swagger": "^7.4.2",
"@ogma/logger": "^3.4.0",
"@ogma/nestjs-module": "^5.5.1",
"@ogma/platform-express": "^5.1.0",
"@ogma/styler": "^1.1.0",
"@swc/helpers": "0.5.15",
"@typeschema/valibot": "^0.14.0",
"amqp-connection-manager": "^4.1.15",
"amqplib": "^0.10.9",
"argon2": "^0.31.2",
"axios": "1.7.9",
"cache-manager": "^5.7.6",
"cache-manager-redis-yet": "^4.2.0",
"jotai": "^2.16.0",
"kysely": "^0.26.3",
"nest-commander": "^3.20.1",
"nest-cookies": "^1.5.1",
"nodemailer": "^6.10.1",
"pg": "^8.16.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"redis": "^4.7.1",
"reflect-metadata": "^0.1.14",
"rxjs": "~7.8.2",
"sharp": "^0.32.6",
"tslib": "^2.8.1",
"useragent-ng": "^2.4.5",
"valibot": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.28.5",
"@babel/preset-react": "^7.28.5",
"@biomejs/biome": "^2.3.8",
"@changesets/cli": "^2.29.8",
"@commitlint/cli": "^17.8.1",
"@decs/typeschema": "^0.11.7",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"@hey-api/openapi-ts": "0.92.4",
"@mui/base": "5.0.0-alpha.121",
"@mui/icons-material": "^5.18.0",
"@mui/material": "^5.18.0",
"@nestjs/schematics": "11.0.9",
"@nestjs/testing": "^11.0.0",
"@nx/cypress": "22.2.3",
"@nx/devkit": "22.2.3",
"@nx/eslint": "22.2.3",
"@nx/eslint-plugin": "22.2.3",
"@nx/jest": "22.2.3",
"@nx/js": "22.2.3",
"@nx/nest": "22.2.3",
"@nx/node": "22.2.3",
"@nx/plugin": "22.2.3",
"@nx/react": "22.2.3",
"@nx/vite": "22.2.3",
"@nx/vitest": "22.2.3",
"@nx/web": "22.2.3",
"@nx/webpack": "22.2.3",
"@nx/workspace": "22.2.3",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.6.0",
"@swc/core": "1.5.7",
"@swc/register": "^0.1.10",
"@testing-library/react": "16.1.0",
"@types/inquirer": "^8.2.12",
"@types/jest": "30.0.0",
"@types/node": "^20.19.26",
"@types/nodemailer": "^6.4.21",
"@types/pg": "^8.16.0",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitejs/plugin-react": "5.1.2",
"@vitest/coverage-v8": "^4",
"@vitest/ui": "^4",
"babel-core": "^7.0.0-bridge.0",
"commitlint": "^17.8.1",
"cypress": "15.7.1",
"dotenv": "^16.6.1",
"embedme": "^1.22.1",
"esbuild": "0.19.9",
"eslint": "8.57.1",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-cypress": "2.15.2",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "5.0.0",
"husky": "^8.0.3",
"jest": "30.0.5",
"jest-environment-jsdom": "30.0.5",
"jest-environment-node": "^29.7.0",
"jest-util": "30.0.5",
"jiti": "2.4.2",
"jsdom": "22.1.0",
"jsonc-eslint-parser": "^2.4.2",
"lightcookie": "^1.0.25",
"nest-commander-testing": "^3.5.1",
"nx": "22.2.3",
"pactum": "^3.8.0",
"pactum-matchers": "^1.1.7",
"prettier": "2.7.1",
"react-router-dom": "6.11.2",
"sass": "^1.96.0",
"source-map-support": "^0.5.21",
"swc-loader": "0.1.15",
"ts-jest": "29.4.6",
"ts-node": "10.9.1",
"typescript": "5.9.3",
"ulid": "^2.4.0",
"unplugin-swc": "^1.5.9",
"vite": "7.2.7",
"vitest": "^4",
"webpack": "5.101.3"
}
}