Files
tsos/package.json
2026-02-01 09:26:02 +00:00

43 lines
1.3 KiB
JSON

{
"name": "the-shape-of-sound",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "biome lint .",
"format": "biome format --write ."
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/vite": "^4.1.18",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"konva": "^10.0.12",
"lucide-react": "^0.562.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-konva": "^19.2.1",
"react-router-dom": "^7.10.1",
"simplex-noise": "^4.0.3",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^4.1.18",
"tone": "^15.1.22"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^25.0.1",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"tw-animate-css": "^1.4.0",
"typescript": "~5.8.3",
"vite": "^7.0.4"
}
}