react-demo/package.json

45 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2024-03-09 11:46:48 +08:00
{
"name": "react-demo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
2024-03-10 19:14:25 +08:00
"dev": "vite --host",
2024-03-09 11:46:48 +08:00
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
2024-03-10 19:14:25 +08:00
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
2024-03-10 22:35:08 +08:00
"@radix-ui/react-menubar": "^1.0.4",
2024-03-10 19:14:25 +08:00
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "^0.352.0",
2024-03-09 11:46:48 +08:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
2024-03-10 19:14:25 +08:00
"react-resizable-panels": "^2.0.12",
"react-router-dom": "^6.22.3",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7"
2024-03-09 11:46:48 +08:00
},
"devDependencies": {
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
2024-03-10 19:14:25 +08:00
"autoprefixer": "^10.4.18",
2024-03-09 11:46:48 +08:00
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
2024-03-10 19:14:25 +08:00
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
2024-03-09 11:46:48 +08:00
"vite": "^5.1.4"
}
}