-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.06 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
{
"name": "joyctrl",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"build-ts": "cd src-tauri && cargo test export_bindings",
"start": "npm run tauri dev",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "2.11.0",
"@tauri-apps/plugin-dialog": "2.7.0",
"@tauri-apps/plugin-opener": "2.5.3",
"@tauri-apps/plugin-store": "2.4.2",
"clsx": "2.1.1",
"fast-equals": "6.0.0",
"framer-motion": "12.38.0",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-simple-keyboard": "3.8.199",
"react-tooltip": "6.0.0",
"rxjs": "7.8.2",
"tailwind-merge": "3.5.0"
},
"devDependencies": {
"@tailwindcss/vite": "4.2.4",
"@tauri-apps/cli": "2.11.0",
"@types/node": "25.6.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "6.0.1",
"tailwindcss": "4.2.4",
"typescript": "6.0.3",
"vite": "8.0.10"
},
"volta": {
"node": "24.15.0"
}
}