Move to NextJS + other changes

This commit is contained in:
2025-08-25 01:00:52 -07:00
parent e8e9e4d312
commit 342f8101fe
44 changed files with 3265 additions and 1305 deletions

View File

@@ -4,13 +4,13 @@
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"tauri": "tauri"
},
"dependencies": {
"@fontsource/roboto": "5.2.6",
"@tauri-apps/api": "2.8.0",
"@tauri-apps/plugin-dialog": "2.3.3",
"@tauri-apps/plugin-fs": "2.4.2",
@@ -20,7 +20,8 @@
"axios": "1.11.0",
"date-fns": "4.1.0",
"react": "19.1.1",
"react-dom": "19.1.1"
"react-dom": "19.1.1",
"next": "15.5.0"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "7.0.0",
@@ -32,11 +33,12 @@
"@types/crypto-js": "4.2.2",
"@types/react": "19.1.11",
"@types/react-dom": "19.1.7",
"@vitejs/plugin-react": "5.0.1",
"crypto-js": "4.2.0",
"postcss": "8.5.6",
"@types/node": "24.3.0",
"tailwindcss": "4.1.12",
"typescript": "5.9.2",
"vite": "7.1.3"
"eslint": "9.34.0",
"eslint-config-next": "15.5.0",
"@eslint/eslintrc": "3.3.1"
}
}