mirror of
https://github.com/Nezumi-2711/s3-drive-storage-manage.git
synced 2026-09-22 13:48:31 +00:00
39 lines
997 B
JSON
39 lines
997 B
JSON
{
|
|
"name": "s3-drive-storage-manage",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "oxlint",
|
|
"preview": "vite preview",
|
|
"deploy": "pnpm build && wrangler pages deploy"
|
|
},
|
|
"dependencies": {
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"react": "^19.2.8",
|
|
"react-dom": "^19.2.8",
|
|
"react-router": "^8.3.0",
|
|
"tailwind-merge": "^3.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.29.7",
|
|
"@rolldown/plugin-babel": "^0.2.3",
|
|
"@tailwindcss/vite": "^4.3.3",
|
|
"@types/babel__core": "^7.20.5",
|
|
"@types/node": "^24.13.3",
|
|
"@types/react": "^19.2.17",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.4",
|
|
"babel-plugin-react-compiler": "^1.0.0",
|
|
"lucide-react": "^1.31.0",
|
|
"oxlint": "^1.75.0",
|
|
"tailwindcss": "^4.3.3",
|
|
"typescript": "~6.0.2",
|
|
"vite": "^8.2.0",
|
|
"wrangler": "^4.123.0"
|
|
}
|
|
}
|