mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
20 lines
409 B
JSON
20 lines
409 B
JSON
{
|
|
"name": "vite",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"react": "^17.0.0",
|
|
"react-dom": "^17.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^17.0.0",
|
|
"@types/react-dom": "^17.0.0",
|
|
"@vitejs/plugin-react-refresh": "^1.3.3",
|
|
"typescript": "^4.2.4",
|
|
"vite": "^2.2.4"
|
|
}
|
|
}
|