Files
MemShellParty/web/package.json
T
2025-03-30 15:33:31 +08:00

66 lines
2.1 KiB
JSON

{
"name": "web",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"typecheck": "tsc -b --noEmit",
"dev": "vite --port=3001",
"build": "tsc -b && vite build --mode production && bun run copy-build.js",
"build:analyze": "vite build --mode production --outDir dist/analyze && npx vite-bundle-visualizer",
"preview": "vite preview",
"clean": "rimraf dist",
"lint": "bunx @biomejs/biome check ./",
"lint:fix": "bunx @biomejs/biome check ./ --write"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tanstack/router-plugin": "^1.114.23",
"@types/node": "^22.13.10",
"@types/react": "^19.0.11",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^19.0.4",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^4.3.4",
"rimraf": "^6.0.1",
"tailwindcss": "^4.0.14",
"typescript": "^5.8.2",
"vite": "^6.2.2",
"vite-bundle-visualizer": "^1.2.1"
},
"dependencies": {
"@hookform/resolvers": "^4.1.3",
"@radix-ui/react-alert-dialog": "^1.1.6",
"@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-radio-group": "^1.2.3",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-tooltip": "^1.1.8",
"@tailwindcss/vite": "^4.0.14",
"@tanstack/react-query": "^5.69.0",
"@tanstack/react-router": "^1.114.23",
"@tanstack/router-devtools": "^1.114.23",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"i18next": "^24.2.3",
"lucide-react": "^0.482.0",
"react": "^19.0.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.4.1",
"react-syntax-highlighter": "^15.6.1",
"sonner": "^2.0.1",
"tailwind-merge": "^3.0.2",
"tailwind-scrollbar": "^4.0.1",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.2"
},
"trustedDependencies": ["@biomejs/biome"]
}