Moved to tanstack start from nextjs using google antigravity

This commit is contained in:
2026-04-19 08:15:50 +00:00
parent 7b1ee49d11
commit 31f88749f9
33 changed files with 3148 additions and 12638 deletions
+11 -7
View File
@@ -6,17 +6,22 @@
"node": ">=18.18.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
"dev": "vite dev",
"build": "vite build",
"start": "node .output/server/index.mjs",
"lint": "eslint ."
},
"dependencies": {
"@tanstack/react-router": "^1.168.23",
"@tanstack/react-start": "^1.167.42",
"@unpic/react": "^1.0.2",
"@vitejs/plugin-react": "^6.0.1",
"framer-motion": "^12.23.9",
"lucide-react": "^0.525.0",
"next": "^15.4.4",
"nitro": "^3.0.260415-beta",
"react": "^19.1.0",
"react-dom": "^19.1.0"
"react-dom": "^19.1.0",
"vite": "^8.0.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
@@ -26,7 +31,6 @@
"@types/react-dom": "^19",
"autoprefixer": "^10.4.21",
"eslint": "^9.32.0",
"eslint-config-next": "^15.4.4",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}