-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.06 KB
/
package.json
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
{
"name": "kenny2024",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"desktop:dev": "tauri dev",
"dev": "vite",
"desktop:build": "tauri build",
"build": "tsc && vite build",
"desktop:preview": "tauri preview",
"preview": "vite preview",
"tauri": "tauri",
"vite": "vite",
"tailwindcss": "tailwindcss",
"fmt": "dprint fmt"
},
"dependencies": {
"@nanostores/persistent": "^0.10.1",
"@nanostores/react": "^0.7.2",
"@tauri-apps/api": ">=2.0.0-beta.0",
"@tauri-apps/plugin-shell": ">=2.0.0-beta.0",
"kaplay": "3001.0.0-alpha.19.1",
"nanostores": "^0.10.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@tauri-apps/cli": ">=2.0.0-beta.0",
"dprint": "^0.47.2",
"internal-ip": "^7.0.0",
"typescript": "^5.2.2",
"vite": "^5.3.1"
},
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
}