-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
190 lines (190 loc) · 6.27 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
{
"name": "olkaraoke",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@leeoniya/ufuzzy": "^1.0.14",
"@mui/icons-material": "^6.4.2",
"@mui/material": "^6.4.2",
"@mui/system": "^6.4.2",
"@mui/x-date-pickers": "^7.25.0",
"@remotion/gif": "^4.0.255",
"@remotion/google-fonts": "^4.0.255",
"@sentry/react": "^8.41.0",
"@uriopass/nosleep.js": "^0.12.2",
"aubiojs": "0.1.0",
"bezier-easing": "^2.1.0",
"curtainsjs": "^8.1.6",
"dayjs": "^1.11.10",
"is-mobile": "^4.0.0",
"latinize": "^0.5.0",
"localforage": "^1.10.0",
"lodash-es": "^4.17.21",
"material-react-table": "^2.7.0",
"motion": "^11.18.0",
"msgpackr": "^1.10.1",
"peerjs": "2.0.0-beta.3",
"posthog-js": "^1.194.1",
"qrcode.react": "^3.1.0",
"react": "^19.0.0",
"react-countup": "^6.5.0",
"react-dom": "^19.0.0",
"react-helmet": "^6.1.0",
"react-hotkeys-hook": "^3.4.7",
"react-toastify": "^11.0.2",
"react-tooltip": "^5.27.0",
"react-twc": "^1.4.1",
"react-use": "^17.6.0",
"react-youtube": "^10.1.0",
"remotion": "^4.0.255",
"remotion-animated": "^2.1.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-motion": "^1.0.1",
"tinycolor2": "^1.6.0",
"typewriter-effect": "^2.21.0",
"use-persisted-state": "^0.3.3",
"uuid": "^9.0.1",
"wouter": "^2.12.1"
},
"scripts": {
"start": "vite",
"dev": "pnpm start",
"start:mock": "VITE_APP_OFFLINE=true vite",
"start:production": "serve --ssl-cert config/crt/dummy.pem --ssl-key config/crt/dummy.key --no-request-logging -p ${PORT:-3010} build",
"prod:serve": "pnpm start:production",
"serve:prod": "pnpm start:production",
"build": "VITE_APP_PRERENDER=true vite build",
"build:serve:e2e": "pnpm build && pnpm start:production",
"build:serve:e2e:fast": "FAST_BUILD=1 pnpm build && pnpm start:production",
"build:serve:e2e:watch": "FAST_BUILD=1 pnpm build --watch & pnpm start:production",
"test": "vitest",
"lint": "eslint .",
"generate-index": "pnpm ts-node scripts/generateIndex.ts",
"predeploy": "pnpm generate-index && pnpm build",
"prepare": "husky",
"e2e": "pnpm playwright test",
"e2e:prod": "PROD_RUN=true pnpm playwright test",
"test-ct": "pnpm playwright test -c playwright-ct.config.mts",
"peerjs": "pnpm node peerJSServer.js",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"video-start": "remotion preview src/videos/index.ts --port 4000",
"video-render": "remotion render src/videos/index.ts UpdateVideo out/video.mp4",
"unimported": "unimported",
"types-check": "tsc --noEmit",
"prettier-check": "prettier --config .prettier.config.ci.js src/**/*.{ts,tsx} --check"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241205.0",
"@emotion/babel-plugin": "^11.13.5",
"@eslint/compat": "^1.2.6",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.19.0",
"@mdx-js/react": "^3.0.1",
"@playwright/experimental-ct-react": "1.49.1",
"@playwright/test": "1.49.1",
"@remotion/cli": "^4.0.255",
"@sentry/vite-plugin": "^2.23.0",
"@storybook/addon-actions": "^8.5.2",
"@storybook/addon-docs": "^8.5.2",
"@storybook/addon-essentials": "^8.5.2",
"@storybook/addon-interactions": "^8.5.2",
"@storybook/addon-links": "^8.5.2",
"@storybook/builder-vite": "^8.5.2",
"@storybook/react": "^8.5.2",
"@storybook/react-vite": "^8.5.2",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.5.2",
"@types/curtainsjs": "^8.1.3",
"@types/dom-screen-wake-lock": "^1.0.3",
"@types/dom-view-transitions": "^1.0.5",
"@types/html-minifier-terser": "^7.0.2",
"@types/latinize": "^0.2.18",
"@types/lodash": "^4.14.202",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.12.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/react-helmet": "^6.1.11",
"@types/react-refresh": "^0.14.5",
"@types/tinycolor2": "^1.4.6",
"@types/use-persisted-state": "^0.3.4",
"@types/uuid": "^9.0.8",
"@types/youtube-player": "^5.5.11",
"@vitejs/plugin-basic-ssl": "^1.2.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/ui": "2.1.8",
"@welldone-software/why-did-you-render": "^8.0.3",
"autoprefixer": "^10.4.19",
"babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112",
"babel-plugin-transform-imports": "^2.0.0",
"dotenv": "^16.4.4",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-no-only-tests": "^3.3.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-compiler": "19.0.0-beta-27714ef-20250124",
"express": "^4.21.2",
"happy-dom": "^16.7.3",
"html-minifier-terser": "^7.2.0",
"husky": "^9.0.11",
"js-yaml": "^4.1.0",
"lint-staged": "^15.2.10",
"lodash": "^4.17.21",
"musicbrainz-api": "0.11.0",
"node-fetch": "^3.3.2",
"npm-run-all": "^4.1.5",
"peer": "^1.0.2",
"playwright": "^1.49.1",
"playwright-core": "^1.49.1",
"postcss": "^8.4.47",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.6.10",
"react-refresh": "^0.14.2",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-visualizer": "^5.12.0",
"serve": "14.2.4",
"storybook": "^8.5.2",
"tailwindcss": "^3.4.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.3",
"typescript-eslint": "^8.22.0",
"unimported": "^1.30.0",
"utility-types": "^3.11.0",
"vite": "^6.0.11",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8",
"wrangler": "^3.106.0"
},
"homepage": "./",
"dependenciesMeta": {
"prettier-plugin-organize-imports@3.2.4": {
"unplugged": true
},
"typescript@5.3.3": {
"unplugged": true
},
"vitest@1.1.3": {
"unplugged": true
}
},
"packageManager": "pnpm@9.0.6"
}