- Upgrade Vite from 4.x to 6.x for better performance and features - Update @types/node to v24.0.7 for compatibility - Maintain compatibility with vite-plugin-solid 2.11.7 - Build and development server working correctly
34 lines
743 B
JSON
34 lines
743 B
JSON
{
|
|
"name": "test-demo",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"start": "vite",
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@solidjs/router": "^0.8.4",
|
|
"@tauri-apps/api": "^1.6.0",
|
|
"debug": "^4.4.1",
|
|
"solid-icons": "^1.1.0",
|
|
"solid-js": "^1.9.7",
|
|
"solid-tippy": "^0.2.1",
|
|
"tippy.js": "^6.3.7"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^1.6.3",
|
|
"@types/debug": "^4.1.12",
|
|
"@types/node": "^24.0.7",
|
|
"autoprefixer": "^10.4.21",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^4.9.5",
|
|
"vite": "^6.3.5",
|
|
"vite-plugin-solid": "^2.11.7"
|
|
}
|
|
}
|