{ "name": "@atlast/web", "version": "0.0.1", "private": true, "type": "module", "scripts": { "dev": "vite --mode mock", "dev:full": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "@atlast/shared": "workspace:*", "@icons-pack/react-simple-icons": "^13.8.0", "@tanstack/react-virtual": "^3.13.13", "actor-typeahead": "^0.1.2", "date-fns": "^4.1.0", "jszip": "^3.10.1", "lucide-react": "^0.544.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^7.11.0", "zustand": "^5.0.9" }, "devDependencies": { "@types/jszip": "^3.4.0", "@types/react": "^19.1.14", "@types/react-dom": "^19.1.9", "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.21", "postcss": "^8.5.6", "tailwindcss": "^3.4.0", "typescript": "^5.3.3", "vite": "^5.4.0", "vite-plugin-svgr": "^4.5.0" } }