156 lines
5.3 KiB
JSON
156 lines
5.3 KiB
JSON
{
|
|
"name": "@polymech/ui",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"main": "./dist-lib/pm-ui-components.umd.js",
|
|
"module": "./dist-lib/pm-ui-components.es.js",
|
|
"types": "./dist-lib/lib-export.d.ts",
|
|
"files": [
|
|
"dist-lib"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist-lib/pm-ui-components.es.js",
|
|
"require": "./dist-lib/pm-ui-components.umd.js",
|
|
"types": "./dist-lib/lib-export.d.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"build:lib": "vite build -c vite.config.lib.ts",
|
|
"build:dev": "vite build --mode development",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"server": "cd server && npm run dev",
|
|
"test": "playwright test --project=chromium",
|
|
"test:all": "playwright test",
|
|
"test:home": "playwright test tests/home.spec.ts --project=chromium",
|
|
"test:post": "playwright test tests/post.spec.ts --project=chromium",
|
|
"test:wizard": "playwright test tests/wizard.spec.ts --project=chromium --ui",
|
|
"test:responsive": "playwright test tests/responsive.spec.ts --project=chromium",
|
|
"test:ui": "playwright test --ui",
|
|
"test:headed": "playwright test --headed --project=chromium",
|
|
"test:debug": "playwright test --debug",
|
|
"test:report": "playwright show-report",
|
|
"test:verify-env": "node tests/verify-env.js",
|
|
"supabase:types": "npx supabase gen types typescript --linked > src/integrations/supabase/types.ts",
|
|
"screenshots": "playwright test tests/example.spec.ts"
|
|
},
|
|
"dependencies": {
|
|
"@google/genai": "^1.34.0",
|
|
"@google/generative-ai": "^0.24.1",
|
|
"@hookform/resolvers": "^3.10.0",
|
|
"@mdxeditor/editor": "^3.47.0",
|
|
"@milkdown/core": "^7.16.0",
|
|
"@milkdown/crepe": "^7.16.0",
|
|
"@milkdown/utils": "^7.16.0",
|
|
"@playwright/test": "^1.55.1",
|
|
"@radix-ui/react-accordion": "^1.2.11",
|
|
"@radix-ui/react-alert-dialog": "^1.1.14",
|
|
"@radix-ui/react-aspect-ratio": "^1.1.7",
|
|
"@radix-ui/react-avatar": "^1.1.10",
|
|
"@radix-ui/react-checkbox": "^1.3.2",
|
|
"@radix-ui/react-collapsible": "^1.1.11",
|
|
"@radix-ui/react-context-menu": "^2.2.15",
|
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
"@radix-ui/react-hover-card": "^1.1.14",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-menubar": "^1.1.15",
|
|
"@radix-ui/react-navigation-menu": "^1.2.13",
|
|
"@radix-ui/react-popover": "^1.1.14",
|
|
"@radix-ui/react-progress": "^1.1.7",
|
|
"@radix-ui/react-radio-group": "^1.3.7",
|
|
"@radix-ui/react-scroll-area": "^1.2.9",
|
|
"@radix-ui/react-select": "^2.2.5",
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
"@radix-ui/react-slider": "^1.3.5",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-switch": "^1.2.5",
|
|
"@radix-ui/react-tabs": "^1.1.12",
|
|
"@radix-ui/react-toast": "^1.2.14",
|
|
"@radix-ui/react-toggle": "^1.1.9",
|
|
"@radix-ui/react-toggle-group": "^1.1.10",
|
|
"@radix-ui/react-tooltip": "^1.2.7",
|
|
"@supabase-cache-helpers/postgrest-swr": "^2.0.3",
|
|
"@supabase/supabase-js": "^2.58.0",
|
|
"@tanstack/react-query": "^5.83.0",
|
|
"@types/dompurify": "^3.2.0",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@uppy/tus": "^5.0.2",
|
|
"@vidstack/react": "^1.12.13",
|
|
"@xyflow/react": "^12.8.6",
|
|
"axios": "^1.12.2",
|
|
"buffer": "^6.0.3",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"date-fns": "^3.6.0",
|
|
"dompurify": "^3.2.7",
|
|
"dotenv": "^17.2.3",
|
|
"embla-carousel-react": "^8.6.0",
|
|
"exifreader": "^4.33.1",
|
|
"file-saver": "^2.0.5",
|
|
"hls.js": "^1.6.13",
|
|
"idb-keyval": "^6.2.2",
|
|
"input-otp": "^1.4.2",
|
|
"jszip": "^3.10.1",
|
|
"lucide-react": "^0.462.0",
|
|
"marked": "^16.3.0",
|
|
"next-themes": "^0.3.0",
|
|
"openai": "^6.0.0",
|
|
"playwright": "^1.55.1",
|
|
"prismjs": "^1.30.0",
|
|
"react": "^18.3.1",
|
|
"react-day-picker": "^8.10.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-hook-form": "^7.61.1",
|
|
"react-intersection-observer": "^10.0.0",
|
|
"react-markdown": "^10.1.0",
|
|
"react-resizable-panels": "^2.1.9",
|
|
"react-router-dom": "^6.30.1",
|
|
"react-zoom-pan-pinch": "^3.7.0",
|
|
"recharts": "^2.15.4",
|
|
"replicate": "^1.2.0",
|
|
"rollup-plugin-visualizer": "^6.0.5",
|
|
"sonner": "^1.7.4",
|
|
"stream-browserify": "^3.0.0",
|
|
"swr": "^2.3.7",
|
|
"tailwind-merge": "^2.6.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"vaul": "^0.9.9",
|
|
"vite-bundle-analyzer": "^1.3.1",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vite-plugin-pwa": "^1.0.3",
|
|
"vue": "^3.5.22",
|
|
"workbox-core": "^7.4.0",
|
|
"zod": "^3.25.76",
|
|
"zod-to-json-schema": "^3.24.6",
|
|
"zustand": "^5.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.32.0",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@types/node": "^22.16.5",
|
|
"@types/react": "^18.3.23",
|
|
"@types/react-dom": "^18.3.7",
|
|
"@vitejs/plugin-react-swc": "^3.11.0",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"autoprefixer": "^10.4.21",
|
|
"eslint": "^9.32.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"globals": "^15.15.0",
|
|
"lovable-tagger": "^1.1.10",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.38.0",
|
|
"vite": "^5.4.19",
|
|
"vite-plugin-dts": "^4.5.4",
|
|
"workbox-precaching": "^7.4.0",
|
|
"workbox-routing": "^7.4.0",
|
|
"workbox-window": "^7.4.0"
|
|
}
|
|
} |