mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
22 lines
454 B
JSON
22 lines
454 B
JSON
{
|
|
"name": "vite-react-typescript",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@nextui-org/react": "2.0.0-beta.1",
|
|
"react": "^18.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^17.0.33",
|
|
"@types/react-dom": "^17.0.10",
|
|
"@vitejs/plugin-react": "^1.0.7",
|
|
"typescript": "^4.9.5",
|
|
"vite": "^2.8.0"
|
|
}
|
|
}
|