{ "name": "soul-admin", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview", "lint": "eslint . --ext ts,tsx" }, "dependencies": { "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-label": "2.1.8", "@radix-ui/react-select": "2.2.6", "@radix-ui/react-separator": "1.1.8", "@radix-ui/react-slider": "1.3.6", "@radix-ui/react-slot": "1.2.4", "@radix-ui/react-switch": "1.2.6", "@radix-ui/react-tabs": "1.1.13", "class-variance-authority": "0.7.1", "clsx": "2.1.1", "lucide-react": "0.562.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.28.0", "tailwind-merge": "3.4.0", "zustand": "5.0.9" }, "devDependencies": { "@eslint/js": "^9.15.0", "@tailwindcss/postcss": "^4.1.18", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.4.20", "eslint": "^9.15.0", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.14", "globals": "^15.12.0", "picomatch": "4.0.2", "postcss": "^8.4.49", "tailwindcss": "^4.1.9", "typescript": "~5.6.2", "typescript-eslint": "^8.15.0", "vite": "^6.0.3" } }