82 lines
2.6 KiB
JSON
82 lines
2.6 KiB
JSON
{
|
|
"name": "ui",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"typecheck": "tsc -b",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"build:dev": "tsc -b && vite build --mode dev",
|
|
"build:prod": "tsc -b && vite build --mode production",
|
|
"deploy:dev": "pnpm run build:dev && wrangler deploy",
|
|
"deploy:prod": "pnpm run build:prod && wrangler deploy",
|
|
"cf-typegen": "wrangler types",
|
|
"test": "vitest run --mode dev",
|
|
"test:watch": "vitest watch",
|
|
"test:coverage": "vitest run --coverage"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/vite-plugin": "^1.9.4",
|
|
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
|
|
"@eslint/js": "^9.22.0",
|
|
"@floating-ui/react": "^0.27.4",
|
|
"@internationalized/date": "^3.7.0",
|
|
"@react-aria/i18n": "^3.12.7",
|
|
"@react-aria/toast": "^3.0.0",
|
|
"@react-stately/toast": "^3.0.0",
|
|
"@tailwindcss/container-queries": "^0.1.1",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/jest": "^29.5.14",
|
|
"@types/node": "^22.13.10",
|
|
"@types/react": "19.0.10",
|
|
"@types/react-dom": "19.0.4",
|
|
"@typescript-eslint/eslint-plugin": "^7.0.2",
|
|
"@typescript-eslint/parser": "^7.0.2",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"chromatic": "^11.5.0",
|
|
"eslint": "^9.22.0",
|
|
"eslint-plugin-react": "^7.37.4",
|
|
"globals": "^16.0.0",
|
|
"jest": "^29.7.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"lucide-react": "^0.460.0",
|
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
"react": "19.0.0",
|
|
"react-aria": "^3.38.1",
|
|
"react-aria-components": "^1.7.0",
|
|
"react-dom": "19.0.0",
|
|
"rollup-plugin-visualizer": "^5.14.0",
|
|
"tailwind-merge": "^3.0.2",
|
|
"tailwindcss": "^4.0.14",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^5.7.0",
|
|
"typescript-eslint": "^8.26.1",
|
|
"vite": "^6.2.2",
|
|
"vite-tsconfig-paths": "^5.1.4",
|
|
"vitest": "^3.1.1",
|
|
"wrangler": "^4.24.3"
|
|
},
|
|
"dependencies": {
|
|
"@react-stately/calendar": "^3.7.1",
|
|
"@supabase/supabase-js": "^2.49.3",
|
|
"@tailwindcss/vite": "^4.0.14",
|
|
"@tanstack/react-query": "^5.69.0",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"ag-grid-community": "^33.2.1",
|
|
"ag-grid-react": "^33.2.1",
|
|
"axios": "^1.8.4",
|
|
"jspdf": "^3.0.1",
|
|
"jwt-decode": "^4.0.0",
|
|
"react-router-dom": "^7.3.0",
|
|
"react-stately": "^3.36.1",
|
|
"stream-chat": "^9.6.1",
|
|
"stream-chat-react": "^13.1.0",
|
|
"ts-pattern": "^5.6.2",
|
|
"uuid": "^11.1.0",
|
|
"zustand": "^5.0.5"
|
|
}
|
|
}
|