Files
MemShellParty/web/package.json
T
2025-06-28 02:57:36 +08:00

58 lines
1.7 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": "2.0.6",
"@types/node": "^24.0.5",
"@types/react": "^19.1.8",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^19.1.6",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^4.6.0",
"rimraf": "^6.0.1",
"tailwindcss": "^4.1.11",
"typescript": "^5.8.3",
"vite": "^7.0.0",
"vite-bundle-visualizer": "^1.2.1"
},
"dependencies": {
"@hookform/resolvers": "^5.1.1",
"@tailwindcss/vite": "^4.1.11",
"@tanstack/react-query": "^5.81.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.19.2",
"i18next": "^25.2.1",
"lucide-react": "^0.525.0",
"motion": "^12.19.2",
"radix-ui": "^1.4.2",
"react": "^19.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.58.1",
"react-i18next": "^15.5.3",
"react-router": "^7.6.3",
"react-router-dom": "^7.6.3",
"react-syntax-highlighter": "^15.6.1",
"sonner": "^2.0.5",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.3.4",
"yup": "^1.6.1"
},
"trustedDependencies": [
"@biomejs/biome"
]
}