-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.17 KB
/
package.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": "twintaillauncher",
"private": true,
"version": "1.1.15",
"type": "module",
"scripts": {
"dev": "vite --mode master",
"dev:tauri": "tauri dev",
"build": "tsc && vite build --mode stable",
"tauri": "tauri",
"build:windows": "tauri build --runner cargo-xwin --target x86_64-pc-windows-msvc",
"build:linux": "tauri build --target x86_64-unknown-linux-gnu",
"build:native": "tauri build"
},
"dependencies": {
"@floating-ui/react": "^0.27.16",
"@tauri-apps/api": "^2.9.1",
"@tauri-apps/plugin-dialog": "^2.6.0",
"lucide-react": "^0.487.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tauri-apps/cli": "^2.9.6",
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3",
"vite": "^5.4.21"
},
"pnpm": {
"ignoredBuiltDependencies": [
"esbuild"
]
}
}