|
| 1 | +{ |
| 2 | + "name": "@objectstack/account", |
| 3 | + "version": "0.1.0", |
| 4 | + "description": "ObjectStack Account - End-user account & organization self-service portal", |
| 5 | + "license": "Apache-2.0", |
| 6 | + "private": true, |
| 7 | + "type": "module", |
| 8 | + "files": [ |
| 9 | + "dist" |
| 10 | + ], |
| 11 | + "scripts": { |
| 12 | + "dev": "vite", |
| 13 | + "build": "vite build", |
| 14 | + "typecheck": "tsc --noEmit", |
| 15 | + "test": "vitest run", |
| 16 | + "test:watch": "vitest", |
| 17 | + "preview": "vite preview" |
| 18 | + }, |
| 19 | + "dependencies": { |
| 20 | + "@objectstack/client": "workspace:*", |
| 21 | + "@objectstack/client-react": "workspace:*", |
| 22 | + "@objectstack/spec": "workspace:*", |
| 23 | + "@radix-ui/react-avatar": "^1.1.11", |
| 24 | + "@radix-ui/react-checkbox": "^1.3.3", |
| 25 | + "@radix-ui/react-collapsible": "^1.1.12", |
| 26 | + "@radix-ui/react-dialog": "^1.1.15", |
| 27 | + "@radix-ui/react-dropdown-menu": "^2.1.16", |
| 28 | + "@radix-ui/react-label": "^2.1.8", |
| 29 | + "@radix-ui/react-scroll-area": "^1.2.10", |
| 30 | + "@radix-ui/react-select": "^2.2.6", |
| 31 | + "@radix-ui/react-separator": "^1.1.8", |
| 32 | + "@radix-ui/react-slot": "^1.2.4", |
| 33 | + "@radix-ui/react-switch": "^1.2.6", |
| 34 | + "@radix-ui/react-tabs": "^1.1.13", |
| 35 | + "@radix-ui/react-toast": "^1.2.15", |
| 36 | + "@radix-ui/react-tooltip": "^1.2.8", |
| 37 | + "@tanstack/react-router": "^1.168.23", |
| 38 | + "class-variance-authority": "^0.7.1", |
| 39 | + "clsx": "^2.1.1", |
| 40 | + "lucide-react": "^1.8.0", |
| 41 | + "react": "^19.2.5", |
| 42 | + "react-dom": "^19.2.5", |
| 43 | + "tailwind-merge": "^3.5.0" |
| 44 | + }, |
| 45 | + "devDependencies": { |
| 46 | + "@tailwindcss/postcss": "^4.2.2", |
| 47 | + "@tanstack/router-plugin": "^1.91.5", |
| 48 | + "@testing-library/jest-dom": "^6.6.3", |
| 49 | + "@testing-library/react": "^16.1.0", |
| 50 | + "@testing-library/user-event": "^14.5.2", |
| 51 | + "@types/react": "^19.2.14", |
| 52 | + "@types/react-dom": "^19.2.3", |
| 53 | + "@vitejs/plugin-react": "^6.0.1", |
| 54 | + "@vitest/coverage-v8": "^4.1.4", |
| 55 | + "autoprefixer": "^10.4.27", |
| 56 | + "happy-dom": "^20.8.9", |
| 57 | + "postcss": "^8.5.10", |
| 58 | + "tailwindcss": "^4.2.2", |
| 59 | + "typescript": "^6.0.3", |
| 60 | + "vite": "^8.0.9", |
| 61 | + "vitest": "^4.1.4" |
| 62 | + } |
| 63 | +} |
0 commit comments