-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.6 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.6 KB
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
{
"name": "openstudio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "vitest run",
"test:watch": "vitest",
"postinstall": "cp node_modules/essentia.js/dist/essentia-wasm.es.js public/audio/ && cp node_modules/essentia.js/dist/essentia.js-core.es.js public/audio/ && cp node_modules/essentia.js/dist/essentia-wasm.web.wasm public/audio/"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.958.0",
"@aws-sdk/s3-request-presigner": "^3.958.0",
"@supabase/realtime-js": "^2.89.0",
"@supabase/supabase-js": "^2.89.0",
"@types/uuid": "^10.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"essentia.js": "^0.1.3",
"fflate": "^0.8.2",
"framer-motion": "^12.23.26",
"konva": "^10.0.12",
"lucide-react": "^0.562.0",
"next": "16.1.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-icons": "^5.5.0",
"react-konva": "^19.2.1",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"replicate": "^1.4.0",
"sharp": "^0.34.5",
"simple-peer": "^9.11.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"use-image": "^1.1.4",
"uuid": "^13.0.0",
"wavesurfer.js": "^7.12.1",
"zod": "^4.3.5",
"zustand": "^5.0.9"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.1",
"tailwindcss": "^4",
"typescript": "5.9.3",
"vitest": "^4.0.18"
}
}