daw-audio-workstation / package.json
OnyxMunk's picture
๐Ÿš€ Deploy AudioForge: AI-Powered Digital Audio Workstation
46c3324
raw
history blame contribute delete
945 Bytes
{
"name": "daw",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "^15.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@trpc/server": "^11.0.0",
"@trpc/client": "^11.0.0",
"@trpc/react-query": "^11.0.0",
"@trpc/next": "^11.0.0",
"@tanstack/react-query": "^5.0.0",
"drizzle-orm": "^0.29.0",
"zod": "^3.22.0",
"zustand": "^4.4.0",
"framer-motion": "^12.24.3",
"lucide-react": "^0.562.0",
"tone": "^14.7.77",
"midi-parser-js": "^4.0.4"
},
"devDependencies": {
"@types/node": "^20.10.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"typescript": "^5.3.0",
"tailwindcss": "^3.4.0",
"postcss": "^8.4.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.55.0",
"eslint-config-next": "^15.0.0"
}
}