initial config
This commit is contained in:
29
frontend/package.json
Normal file
29
frontend/package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "archery-scoring-frontend",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-router-dom": "6.20.1",
|
||||
"axios": "1.6.2",
|
||||
"tailwindcss": "3.4.1",
|
||||
"lucide-react": "0.263.1",
|
||||
"zod": "3.22.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "18.2.37",
|
||||
"@types/react-dom": "18.2.15",
|
||||
"@vitejs/plugin-react": "4.2.1",
|
||||
"vite": "5.0.8",
|
||||
"typescript": "5.3.3",
|
||||
"postcss": "8.4.32",
|
||||
"autoprefixer": "10.4.16"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"preview": "vite preview"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user