-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.11 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
{
"name": "osdl-editor-repo",
"private": true,
"version": "0.1.0",
"type": "module",
"packageManager": "bun@1.1.31",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"test": "echo \"No tests\""
},
"dependencies": {
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@tanstack/react-query": "^5.90.20",
"@tanstack/react-router": "^1.158.0",
"clarinet": "^0.12.6",
"expr-eval": "^2.0.2",
"jotai": "^2.17.1",
"lodash": "^4.17.23",
"lodash.merge": "^4.6.2",
"lucide-react": "^0.563.0",
"react": "^19.2.4",
"react-color": "^2.19.3",
"react-dom": "^19.2.4",
"react-icons": "^5.5.0",
"react-toastify": "^11.0.5",
"tailwindcss": "^4.1.18",
"three": "^0.182.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.18",
"@types/lodash": "^4.17.23",
"@types/node": "^25.2.0",
"@types/react": "^19.2.11",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.3",
"typescript": "^5.9.3",
"vite": "^7.3.1"
}
}