mirror of
https://github.com/sakaljurgis/best-choice.git
synced 2026-07-08 21:47:40 +00:00
35 lines
857 B
JSON
35 lines
857 B
JSON
{
|
|
"name": "@best-choice/client",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint \"src/**/*.{ts,tsx}\"",
|
|
"test": "echo \"No tests yet\""
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"description": "React frontend for the best-choice project",
|
|
"dependencies": {
|
|
"@tanstack/react-query": "^5.90.2",
|
|
"lucide-react": "^0.545.0",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"react-router-dom": "^7.9.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.2",
|
|
"@types/react-dom": "^19.2.1",
|
|
"@vitejs/plugin-react": "^5.0.4",
|
|
"autoprefixer": "^10.4.21",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^3.4.15",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.1.9"
|
|
}
|
|
}
|