-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.54 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
{
"name": "mixpoint",
"sideEffects": false,
"type": "module",
"version": "0.5.0",
"private": true,
"scripts": {
"build": "remix vite:build && npx --yes @highlight-run/sourcemap-uploader upload --apiKey $HIGHLIGHT_SOURCEMAP_KEY --path ./build/client && find build/client -name '*.js.map' -type f -delete",
"dev": "remix vite:dev",
"lint": "biome check . --apply"
},
"dependencies": {
"@fontsource/public-sans": "~4.5.11",
"@highlight-run/remix": "^2.0.24",
"@nextui-org/react": "^2.3.6",
"@remix-run/react": "^2.8.1",
"@vercel/analytics": "^1.1.2",
"@wavesurfer/react": "^1.0.6",
"appwrite": "^13.0.1",
"dexie": "~3.2.2",
"dexie-react-hooks": "~1.1.1",
"framer-motion": "^10.16.16",
"isbot": "^4.4.0",
"jsdom": "^21.1.1",
"moment": "~2.29.4",
"next-themes": "^0.2.1",
"react": "~18",
"react-dom": "~18",
"react-hot-toast": "^2.4.1",
"remix-island": "^0.1.2",
"use-count-up": "^3.0.1",
"valtio": "^1.13.2",
"wavesurfer.js": "^7.7.15",
"web-audio-beat-detector": "~8.1.37"
},
"devDependencies": {
"@biomejs/biome": "1.7.2",
"@remix-run/dev": "^2.9.1",
"@remix-run/serve": "^2.8.0",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/wicg-file-system-access": "~2020.9.8",
"@vercel/remix": "^2.8.0",
"remix-development-tools": "^4.0.8",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.3",
"vite": "^5.1.5",
"vite-tsconfig-paths": "^4.3.1",
"zod": "^3.22.3"
},
"packageManager": "[email protected]"
}