{ "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", "lint": "eslint . --ext .ts,.tsx --fix", "lint:check": "eslint . --ext .ts,.tsx", "lint:html": "eslint . --ext .ts,.tsx --rule 'jsx-a11y/*: error' --fix", "lint:tailwind": "eslint . --ext .ts,.tsx --rule 'tailwindcss/*: warn' --fix", "format": "prettier --write \"src/**/*.{ts,tsx,css}\"", "format:check": "prettier --check \"src/**/*.{ts,tsx,css}\"", "test": "vitest run", "test:watch": "vitest" }, "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": { "@eslint/js": "^9.39.0", "@types/jszip": "^3.4.0", "@types/react": "^19.1.14", "@types/react-dom": "^19.1.9", "@typescript-eslint/eslint-plugin": "^8.20.0", "@typescript-eslint/parser": "^8.20.0", "@vitejs/plugin-react": "^4.2.1", "autoprefixer": "^10.4.21", "eslint": "^9.19.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-tailwindcss": "^3.17.5", "postcss": "^8.5.6", "prettier": "^3.4.2", "prettier-plugin-tailwindcss": "^0.6.11", "tailwindcss": "^3.4.0", "typescript": "^5.3.3", "vite": "^5.4.0", "vite-plugin-svgr": "^4.5.0", "vitest": "^3.2.4" } }