-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.17 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
{
"name": "xy",
"version": "0.1.0",
"private": true,
"description": "XY — premium cybernetic wavetable synthesizer by Astra Matrix. Browser-first instrument with portable DSP model for native VST3 port.",
"author": "Astra Matrix",
"license": "UNLICENSED",
"type": "module",
"scripts": {
"dev": "vite dev --host 0.0.0.0 --port 8080",
"build": "vite build",
"preview": "vite preview --host 0.0.0.0 --port 8080",
"typecheck": "tsc --noEmit",
"lint": "eslint ."
},
"dependencies": {
"@tailwindcss/vite": "^4.1.0",
"@tanstack/react-router": "^1.160.0",
"@tanstack/react-start": "^1.160.0",
"@tanstack/router-plugin": "^1.160.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.510.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.1.0",
"zustand": "^5.0.0"
},
"devDependencies": {
"@types/node": "^22.16.5",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"@vitejs/plugin-react": "^5.0.0",
"nitro": "3.0.260603-beta",
"typescript": "^5.7.0",
"vite": "^8.1.0",
"vite-tsconfig-paths": "^5.1.4"
}
}