Files
TauriSolidjsTools/package.json
zhilv a170c3593b feat: 🎸 init
init the project
2025-11-21 18:44:36 +08:00

26 lines
502 B
JSON

{
"name": "tools",
"version": "0.1.0",
"description": "",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"tauri": "tauri"
},
"license": "MIT",
"dependencies": {
"solid-js": "^1.9.3",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-opener": "^2"
},
"devDependencies": {
"typescript": "~5.9.3",
"vite": "^7.2.4",
"vite-plugin-solid": "^2.11.0",
"@tauri-apps/cli": "^2"
}
}