mirror of
https://github.com/okiba-org/frontend.git
synced 2025-02-22 09:12:04 +00:00
23 lines
499 B
JSON
23 lines
499 B
JSON
{
|
|
"name": "okiba-f",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-router-dom": "^6.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.0",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@types/react-dom": "^18.0.0",
|
|
"@vitejs/plugin-react": "^1.3.0",
|
|
"typescript": "^4.6.3",
|
|
"vite": "^2.9.9"
|
|
}
|
|
} |