-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
205 lines (205 loc) · 6.38 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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
{
"name": "@ying-starter/source",
"version": "0.0.0",
"license": "MIT",
"author": "Jack Deng",
"keywords": [
"nx",
"react",
"nextjs",
"nestjs"
],
"description": "a fullstack starter project",
"private": true,
"scripts": {
"prepare": "husky install",
"dev": "nx run-many -t dev",
"build": "nx run-many -t build",
"format": "prettier -w .",
"lint": "nx run-many -t lint",
"typeorm": "ts-node ./node_modules/typeorm/cli -d ./typeorm.config.ts",
"migrate:generate": "npm run typeorm -- migration:generate",
"migrate:run": "npm run typeorm -- migration:run",
"migrate:revert": "npm run typeorm -- migration:revert",
"webpush:generate": "web-push generate-vapid-keys"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@nestjs/schematics": "^10.1.3",
"@nestjs/testing": "^10.3.10",
"@nx/eslint": "18.2.4",
"@nx/eslint-plugin": "18.2.4",
"@nx/jest": "18.2.4",
"@nx/js": "18.2.4",
"@nx/nest": "18.2.4",
"@nx/next": "18.2.4",
"@nx/node": "18.2.4",
"@nx/react": "18.2.4",
"@nx/vite": "18.2.4",
"@nx/web": "18.2.4",
"@nx/webpack": "18.2.4",
"@nx/workspace": "18.2.4",
"@swc-node/register": "~1.9.2",
"@swc/cli": "~0.3.14",
"@swc/core": "~1.4.17",
"@swc/helpers": "~0.5.12",
"@testing-library/react": "15.0.2",
"@types/autosuggest-highlight": "^3.2.3",
"@types/color": "^3.0.6",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.7",
"@types/multer": "^1.4.11",
"@types/negotiator": "^0.6.3",
"@types/node": "20.12.7",
"@types/nodemailer": "^6.4.15",
"@types/nprogress": "^0.2.3",
"@types/numeral": "^2.0.5",
"@types/passport-facebook": "^3.0.3",
"@types/passport-github2": "^1.2.9",
"@types/passport-google-oauth20": "^2.0.16",
"@types/passport-jwt": "^4.0.1",
"@types/passport-local": "^1.0.38",
"@types/ramda": "^0.29.12",
"@types/react": "18.2.78",
"@types/react-dom": "18.2.25",
"@types/ua-parser-js": "^0.7.39",
"@types/web-push": "^3.6.3",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"autoprefixer": "10.4.19",
"babel-jest": "^29.7.0",
"eslint": "~8.57.0",
"eslint-config-next": "14.2.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jsdom": "~24.0.0",
"nx": "18.2.4",
"postcss": "8.4.38",
"prettier": "^3.3.3",
"tailwindcss": "3.4.3",
"ts-jest": "^29.2.4",
"ts-node": "10.9.2",
"typescript": "5.4.5",
"vite": "5.2.8",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0",
"webpack-cli": "^5.1.4"
},
"optionalDependencies": {
"@ant-design/cssinjs": "^1.21.0",
"@ant-design/icons": "^5.4.0",
"@fingerprintjs/fingerprintjs": "^4.4.3",
"@hello-pangea/dnd": "^16.6.0",
"@hookform/resolvers": "^3.9.0",
"@huolala-tech/page-spy-browser": "^1.9.3",
"@huolala-tech/page-spy-types": "^1.9.2",
"@iconify/react": "^4.1.1",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@tiptap/extension-color": "^2.5.9",
"@tiptap/extension-highlight": "^2.5.9",
"@tiptap/extension-image": "^2.5.9",
"@tiptap/extension-placeholder": "^2.5.9",
"@tiptap/extension-text-align": "^2.5.9",
"@tiptap/extension-text-style": "^2.5.9",
"@tiptap/react": "^2.5.9",
"@tiptap/starter-kit": "^2.5.9",
"antd": "^5.20.0",
"autosuggest-highlight": "^3.3.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"color": "^4.2.3",
"dayjs": "^1.11.12",
"framer-motion": "^11.3.24",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"ramda": "^0.29.1",
"react": "18.2.0",
"react-apexcharts": "^1.4.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.52.2",
"react-i18next": "^14.1.3",
"react-icons": "^5.2.1",
"react-rnd": "^10.4.12",
"react-router-dom": "6.22.3",
"react-spinners": "^0.13.8",
"react-use": "^17.5.1",
"screenfull": "^6.0.2",
"simplebar-react": "^3.2.6",
"sonner": "^1.5.0",
"styled-components": "^6.1.12",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"ua-parser-js": "^1.0.38",
"usehooks-ts": "^3.1.0",
"vite-plugin-svg-icons": "^2.0.1",
"zustand": "4.5.2"
},
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@nestjs/axios": "^3.0.2",
"@nestjs/bull": "^10.2.0",
"@nestjs/common": "^10.3.10",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.3.10",
"@nestjs/jwt": "^10.2.0",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.3.10",
"@nestjs/schedule": "^4.1.0",
"@nestjs/swagger": "^7.4.0",
"@nestjs/typeorm": "^10.0.2",
"accept-language": "^3.0.18",
"axios": "^1.7.3",
"bull": "^4.16.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"express": "^4.19.2",
"husky": "~8.0.3",
"i18next": "^23.12.2",
"i18next-fs-backend": "^2.3.2",
"i18next-resources-to-backend": "^1.2.1",
"minio": "^7.1.3",
"moment": "^2.30.1",
"mysql2": "^3.11.0",
"nanoid": "^3.3.7",
"nestjs-i18n": "^10.4.5",
"next": "14.2.3",
"nodemailer": "^6.9.14",
"passport": "^0.7.0",
"passport-facebook": "^3.0.0",
"passport-github2": "^0.1.12",
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"path-to-regexp": "^7.1.0",
"redis": "^4.7.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.3",
"typeorm": "^0.3.20",
"web-push": "^3.6.7"
}
}