-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 847 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 847 Bytes
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
{
"name": "ekilox",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@preact/signals": "^1.3.0",
"@tauri-apps/api": "^2.0.0-beta.15",
"howler": "^2.2.4",
"preact": "^10.23.1",
"preact-router": "^4.1.2",
"react-feather": "^2.0.10",
"react-window": "^1.8.10"
},
"devDependencies": {
"@preact/preset-vite": "^2.9.0",
"@tauri-apps/cli": "^2.0.0-beta.22",
"@types/howler": "^2.2.11",
"@types/webmidi": "^2.1.0",
"autoprefixer": "^10.4.19",
"internal-ip": "^7.0.0",
"postcss": "^8.4.40",
"sass": "^1.77.8",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4",
"vite": "^5.3.5"
}
}