init: test live deployment

This commit is contained in:
2026-02-10 01:37:15 +05:30
parent fc87ad1658
commit 1f1454b652
18 changed files with 878 additions and 216 deletions

View File

@@ -9,6 +9,7 @@
"test": "vitest run"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-devtools": "^0.7.0",
"@tanstack/react-router": "^1.132.0",
"@tanstack/react-router-devtools": "^1.132.0",
@@ -19,10 +20,13 @@
"lucide-react": "^0.561.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"tailwindcss": "^4.1.18",
"nitro": "^3.0.1-alpha.2",
"vite-tsconfig-paths": "^6.0.2"
},
"devDependencies": {
"@tanstack/devtools-vite": "^0.3.11",
"babel-plugin-react-compiler": "^1.0.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
"@types/node": "^22.10.2",
@@ -35,4 +39,4 @@
"vitest": "^3.0.5",
"web-vitals": "^5.1.0"
}
}
}