-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
141 lines (141 loc) · 3.7 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
{
"name": "unteris",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"prepare": "husky install"
},
"volta": {
"node": "20.5.0"
},
"engines": {
"node": "20.5.0",
"pnpm": "^9.13.0"
},
"private": true,
"dependencies": {
"@casl/ability": "^6.5.0",
"@commitlint/config-conventional": "^17.1.0",
"@nest-lab/typeschema": "^0.2.0",
"@nestjs/cache-manager": "^2.1.0",
"@nestjs/common": "10.2.7",
"@nestjs/core": "10.2.7",
"@nestjs/microservices": "^10.2.7",
"@nestjs/platform-express": "10.2.7",
"@nestjs/platform-fastify": "^10.2.7",
"@nestjs/swagger": "^7.1.14",
"@ogma/logger": "^3.2.0",
"@ogma/nestjs-module": "^5.1.3",
"@ogma/platform-express": "^5.0.1",
"@ogma/styler": "^1.1.0",
"@swc/helpers": "0.5.15",
"amqp-connection-manager": "^4.1.14",
"amqplib": "^0.10.3",
"argon2": "^0.31.1",
"axios": "1.7.9",
"cache-manager": "^5.2.4",
"cache-manager-redis-yet": "^4.1.2",
"jotai": "^2.5.0",
"kysely": "^0.26.3",
"nest-commander": "^3.12.0",
"nest-cookies": "^1.5.1",
"nodemailer": "^6.9.7",
"pg": "^8.11.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"redis": "^4.6.10",
"reflect-metadata": "^0.1.13",
"rxjs": "~7.8.1",
"sharp": "^0.32.6",
"tslib": "^2.6.2",
"valibot": "^0.19.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-react": "^7.14.5",
"@biomejs/biome": "^1.2.2",
"@changesets/cli": "^2.26.1",
"@commitlint/cli": "^17.1.2",
"@decs/typeschema": "^0.11.7",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@mui/base": "5.0.0-alpha.121",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.13",
"@nestjs/schematics": "10.0.1",
"@nestjs/testing": "10.1.3",
"@nx/cypress": "20.2.2",
"@nx/devkit": "20.2.2",
"@nx/eslint": "20.2.2",
"@nx/eslint-plugin": "20.2.2",
"@nx/jest": "20.2.2",
"@nx/js": "20.2.2",
"@nx/nest": "20.2.2",
"@nx/node": "20.2.2",
"@nx/plugin": "20.2.2",
"@nx/react": "20.2.2",
"@nx/vite": "20.2.2",
"@nx/webpack": "20.2.2",
"@nx/workspace": "20.2.2",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.3.14",
"@swc/core": "1.5.7",
"@swc/register": "^0.1.10",
"@testing-library/react": "15.0.6",
"@types/inquirer": "^8.1.0",
"@types/jest": "29.5.14",
"@types/node": "18.19.9",
"@types/nodemailer": "^6.4.8",
"@types/pg": "^8.6.6",
"@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": "4.3.4",
"@vitest/coverage-v8": "1.6.0",
"@vitest/ui": "1.6.0",
"babel-core": "^7.0.0-bridge.0",
"commitlint": "^17.6.1",
"cypress": "13.16.1",
"dotenv": "^16.3.1",
"embedme": "^1.22.1",
"esbuild": "0.19.9",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"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.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.4.1",
"jsdom": "22.1.0",
"jsonc-eslint-parser": "^2.1.0",
"lightcookie": "^1.0.25",
"nest-commander-testing": "^3.2.0",
"nx": "20.2.2",
"pactum": "^3.4.1",
"pactum-matchers": "^1.1.5",
"prettier": "2.7.1",
"react-router-dom": "6.11.2",
"sass": "^1.55.0",
"source-map-support": "^0.5.21",
"swc-loader": "0.1.15",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.6.3",
"ulid": "^2.3.0",
"unplugin-swc": "^1.3.2",
"vite": "5.4.9",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-node": "^3.0.2",
"vite-tsconfig-paths": "4.2.0",
"vitest": "1.6.0",
"webpack": "5.88.2"
}
}