Files
best-choice/client/package.json
T
Jurgis Sakalauskas ad2cf25bfd initial setup
2025-10-11 17:21:39 +03:00

34 lines
825 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",
"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"
}
}