-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
218 lines (218 loc) · 7.55 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
206
207
208
209
210
211
212
213
214
215
216
217
218
{
"name": "powerfulyang.com",
"version": "1.0.0",
"private": true,
"description": "My personal website",
"repository": {
"url": "https://github.com/powerfulyang/powerfulyang.com"
},
"type": "module",
"license": "MIT",
"scripts": {
"analyze": "cross-env ANALYZE=true next build",
"prebuild": "echo \"prebuild\"",
"local:build": "cross-env NODE_OPTIONS=--max_old_space_size=4096 next build",
"build": "next build",
"cf:pages:build": "cross-env CF_PAGES=1 NODE_OPTIONS=--max_old_space_size=4096 npx @cloudflare/next-on-pages",
"cf:pages:dev": "npx wrangler pages dev .vercel/output/static --compatibility-flag=nodejs_compat",
"postbuild": "rimraf --glob ./.next/**/*.map && next-sitemap --config ./next-sitemap.config.mjs",
"codegen-swagger:local": "cross-env SWAGGER_ORIGIN=https://local.powerfulyang.com node ./dev/swagger-typescript-codegen.config.mjs",
"codegen-swagger:qa": "cross-env SWAGGER_ORIGIN=https://qa.powerfulyang.com node ./dev/swagger-typescript-codegen.config.mjs",
"codegen-swagger:prod": "cross-env SWAGGER_ORIGIN=https://api.powerfulyang.com node ./dev/swagger-typescript-codegen.config.mjs",
"postinstall": "node postinstall.mjs",
"lint:js": "eslint ./src --ext .ts,.tsx --fix",
"lint:style": "stylelint --fix \"src/**/*.scss\"",
"prettier": "prettier \"src/**/*.{tsx,ts,scss}\" --write",
"precommit": "lint-staged",
"local:dev": "cross-env CLIENT_BASE_HOST=local.powerfulyang.com SERVER_BASE_URL=https://local.powerfulyang.com next dev",
"qa:dev": "cross-env CLIENT_BASE_HOST=qa.powerfulyang.com SERVER_BASE_URL=https://qa.powerfulyang.com next dev",
"prod:dev": "cross-env next dev",
"start": "next start",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
"tsc-check": "tsc --noEmit"
},
"dependencies": {
"@apidevtools/swagger-parser": "10.1.0",
"@docsearch/react": "3.6.0",
"@excalidraw/excalidraw": "0.17.6",
"@ffmpeg/ffmpeg": "0.12.7",
"@ffmpeg/util": "0.12.1",
"@hookform/resolvers": "3.3.4",
"@huacnlee/autocorrect": "2.9.0",
"@monaco-editor/react": "4.6.0",
"@next/bundle-analyzer": "14.2.3",
"@powerfulyang/hooks": "1.5.2",
"@powerfulyang/utils": "1.14.0",
"@prettier/plugin-pug": "3.0.0",
"@prettier/plugin-xml": "3.4.1",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@react-spring/three": "9.7.3",
"@react-three/drei": "9.105.6",
"@react-three/fiber": "8.16.3",
"@react-three/postprocessing": "2.16.2",
"@sentry/nextjs": "7.113.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.16.0",
"@trpc/client": "10.45.2",
"@trpc/next": "10.45.2",
"@trpc/react-query": "10.45.2",
"@trpc/server": "10.45.2",
"@vercel/analytics": "^1.2.2",
"@vercel/kv": "^1.0.1",
"@vercel/speed-insights": "^1.0.10",
"@volar/monaco": "2.2.1",
"@vue/language-service": "2.0.16",
"canvas-confetti": "1.9.3",
"class-variance-authority": "0.7.0",
"classnames": "2.5.1",
"clsx": "2.1.1",
"cmdk": "^1.0.0",
"comlink": "4.4.1",
"copy-webpack-plugin": "12.0.2",
"d3": "7.9.0",
"date-fns": "^3.6.0",
"dayjs": "1.11.11",
"delaunator": "5.0.1",
"feed": "4.2.2",
"framer-motion": "10.12.7",
"glob-to-regexp": "0.4.1",
"hast-util-to-string": "3.0.0",
"htmltojsx": "0.3.0",
"jose": "5.2.4",
"jotai": "2.8.0",
"jotai-immer": "0.3.0",
"js-base64": "3.7.7",
"leva": "0.9.35",
"lodash-es": "4.17.21",
"lottie-react": "2.4.0",
"lucide-react": "0.378.0",
"monaco-editor": "0.48.0",
"monaco-editor-nginx": "1.0.16",
"monaco-editor-textmate": "4.0.0",
"monaco-editor-webpack-plugin": "7.1.0",
"monaco-volar": "0.4.0",
"next": "14.2.3",
"next-pwa": "5.6.0",
"next-seo": "6.5.0",
"next-sitemap": "4.2.3",
"nice-color-palettes": "3.0.0",
"onigasm": "2.2.5",
"peerjs": "1.5.2",
"prettier": "3.2.5",
"prettier-plugin-java": "2.6.0",
"prettier-plugin-nginx": "1.0.3",
"prettier-plugin-prisma": "5.0.0",
"prettier-plugin-sql": "0.18.0",
"react": "18.3.1",
"react-day-picker": "^8.10.1",
"react-diff-viewer": "3.1.1",
"react-dom": "18.3.1",
"react-hook-form": "7.51.4",
"react-hot-toast": "2.4.1",
"react-hotkeys-hook": "4.5.0",
"react-intersection-observer": "9.10.2",
"react-markdown": "9.0.1",
"react-syntax-highlighter": "15.5.0",
"read-pkg-up": "10.1.0",
"rehype-katex": "7.0.0",
"rehype-slug": "6.0.0",
"remark": "15.0.1",
"remark-directive": "3.0.0",
"remark-frontmatter": "5.0.0",
"remark-gfm": "4.0.0",
"remark-math": "6.0.0",
"remark-rehype": "11.1.0",
"rxjs": "7.8.1",
"seedrandom": "3.0.5",
"sharp": "0.33.3",
"stackblur-canvas": "2.7.0",
"string-replace-loader": "3.1.0",
"superjson": "2.2.1",
"tailwind-merge": "2.3.0",
"tailwindcss-animate": "1.0.7",
"three": "0.158.0",
"three-stdlib": "2.29.11",
"unist-util-visit": "5.0.0",
"uqr": "0.1.2",
"yaml": "2.4.2",
"zod": "3.23.6"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.11.2",
"@ffmpeg/core-mt": "0.12.6",
"@jest/globals": "29.7.0",
"@powerfulyang/gltfjsx": "6.2.12",
"@powerfulyang/jest-extended": "3.3.0",
"@powerfulyang/lint": "3.7.0",
"@sentry/cli": "2.31.2",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "15.0.6",
"@types/canvas-confetti": "1.6.4",
"@types/d3": "7.4.3",
"@types/glob-to-regexp": "0.4.4",
"@types/htmltojsx": "0.0.33",
"@types/lodash-es": "4.17.12",
"@types/node": "20.8.3",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react-syntax-highlighter": "15.5.13",
"@types/testing-library__jest-dom": "5.14.9",
"@types/three": "0.164.0",
"babel-loader": "9.1.3",
"cross-env": "7.0.3",
"expect": "29.7.0",
"jest-canvas-mock": "2.5.2",
"openapi-types": "12.1.3",
"postcss-import": "16.1.0",
"rimraf": "5.0.5",
"swagger-typescript-api": "13.0.3",
"tailwindcss": "3.4.3",
"typescript": "5.4.5",
"vercel": "34.1.8"
},
"bundledDependencies": [
"katex",
"prettier-plugin-tailwindcss",
"babel-loader"
],
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"react": "18",
"react-dom": "18"
}
},
"patchedDependencies": {
"@huacnlee/[email protected]": "patches/@[email protected]",
"@ffmpeg/[email protected]": "patches/@[email protected]"
},
"overrides": {
"yargs-parser@<=5.0.0": ">=5.0.1",
"got@<11.8.5": ">=11.8.5",
"node-fetch@<2.6.7": ">=2.6.7",
"tough-cookie@<4.1.3": ">=4.1.3"
}
}
}