Switch to Vite for this, since it's one page and simple
This commit is contained in:
38
package.json
38
package.json
@@ -4,33 +4,37 @@
|
||||
"version": "1.0.4",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"dev": "vite",
|
||||
"build": "tsc -b && vite build",
|
||||
"lint": "eslint .",
|
||||
"preview": "vite preview",
|
||||
"tauri": "tauri"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tauri-apps/api": "2.9.1",
|
||||
"@tauri-apps/plugin-dialog": "2.6.0",
|
||||
"@tailwindcss/vite": "4.1.18",
|
||||
"@tauri-apps/api": "2.10.1",
|
||||
"@tauri-apps/plugin-fs": "2.4.5",
|
||||
"@tauri-apps/plugin-opener": "2.5.3",
|
||||
"@tauri-apps/plugin-os": "2.3.2",
|
||||
"axios": "1.13.4",
|
||||
"next": "16.1.6",
|
||||
"axios": "1.13.5",
|
||||
"react": "19.2.4",
|
||||
"react-dom": "19.2.4"
|
||||
"react-dom": "19.2.4",
|
||||
"tailwindcss": "4.1.18"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tauri-apps/cli": "2.9.6",
|
||||
"typescript": "5.9.3",
|
||||
"@types/node": "25.1.0",
|
||||
"@types/react": "19.2.10",
|
||||
"@eslint/js": "10.0.1",
|
||||
"@tauri-apps/cli": "2.10.0",
|
||||
"@types/node": "25.2.3",
|
||||
"@types/react": "19.2.14",
|
||||
"@types/react-dom": "19.2.3",
|
||||
"@tailwindcss/postcss": "4.1.18",
|
||||
"tailwindcss": "4.1.18",
|
||||
"@vitejs/plugin-react": "5.1.4",
|
||||
"babel-plugin-react-compiler": "1.0.0",
|
||||
"eslint": "9.39.2",
|
||||
"eslint-config-next": "16.1.6",
|
||||
"@eslint/eslintrc": "3.3.3"
|
||||
"eslint-plugin-react-hooks": "7.0.1",
|
||||
"eslint-plugin-react-refresh": "0.5.0",
|
||||
"globals": "17.3.0",
|
||||
"typescript": "5.9.3",
|
||||
"typescript-eslint": "8.56.0",
|
||||
"vite": "7.3.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user