mirror of
https://github.com/chartdb/chartdb.git
synced 2025-10-23 07:11:56 +00:00
114 lines
4.1 KiB
JSON
114 lines
4.1 KiB
JSON
{
|
|
"name": "chartdb",
|
|
"private": true,
|
|
"version": "1.17.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "npm run lint && tsc -b && vite build",
|
|
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
|
|
"lint:fix": "npm run lint -- --fix",
|
|
"preview": "vite preview",
|
|
"prepare": "husky",
|
|
"test": "vitest",
|
|
"test:ci": "vitest run --reporter=verbose --bail=1",
|
|
"test:ui": "vitest --ui",
|
|
"test:coverage": "vitest --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/openai": "^0.0.51",
|
|
"@dbml/core": "^3.13.9",
|
|
"@dnd-kit/sortable": "^8.0.0",
|
|
"@monaco-editor/react": "^4.6.0",
|
|
"@radix-ui/react-accordion": "^1.2.0",
|
|
"@radix-ui/react-alert-dialog": "^1.1.1",
|
|
"@radix-ui/react-avatar": "^1.1.0",
|
|
"@radix-ui/react-checkbox": "^1.1.1",
|
|
"@radix-ui/react-collapsible": "^1.1.0",
|
|
"@radix-ui/react-context-menu": "^2.2.1",
|
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.1",
|
|
"@radix-ui/react-hover-card": "^1.1.1",
|
|
"@radix-ui/react-icons": "^1.3.2",
|
|
"@radix-ui/react-label": "^2.1.0",
|
|
"@radix-ui/react-menubar": "^1.1.1",
|
|
"@radix-ui/react-popover": "^1.1.1",
|
|
"@radix-ui/react-scroll-area": "1.2.0",
|
|
"@radix-ui/react-select": "^2.1.1",
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-tabs": "^1.1.0",
|
|
"@radix-ui/react-toast": "^1.2.1",
|
|
"@radix-ui/react-toggle": "^1.1.0",
|
|
"@radix-ui/react-toggle-group": "^1.1.0",
|
|
"@radix-ui/react-tooltip": "^1.2.7",
|
|
"@uidotdev/usehooks": "^2.4.1",
|
|
"@xyflow/react": "^12.8.2",
|
|
"ahooks": "^3.8.1",
|
|
"ai": "^3.3.14",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.0.0",
|
|
"dexie": "^4.0.8",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"html-to-image": "^1.11.11",
|
|
"i18next": "^23.14.0",
|
|
"i18next-browser-languagedetector": "^8.0.0",
|
|
"lucide-react": "^0.525.0",
|
|
"monaco-editor": "^0.52.0",
|
|
"motion": "^12.23.6",
|
|
"nanoid": "^5.0.7",
|
|
"node-sql-parser": "^5.3.2",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-helmet-async": "^2.0.5",
|
|
"react-hotkeys-hook": "^4.5.0",
|
|
"react-i18next": "^15.0.1",
|
|
"react-resizable-panels": "^2.0.22",
|
|
"react-responsive": "^10.0.0",
|
|
"react-router-dom": "^7.1.1",
|
|
"react-use": "^17.5.1",
|
|
"tailwind-merge": "^2.4.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"timeago-react": "^3.0.6",
|
|
"vaul": "^0.9.1",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/compat": "^1.2.4",
|
|
"@eslint/eslintrc": "^3.2.0",
|
|
"@eslint/js": "^9.16.0",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/node": "^22.1.0",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.18.0",
|
|
"@typescript-eslint/parser": "^8.18.0",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"@vitest/ui": "^3.2.4",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^9.16.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-css-modules": "^2.12.0",
|
|
"eslint-plugin-jsx-a11y": "^6.9.0",
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
"eslint-plugin-react": "^7.35.0",
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
"eslint-plugin-react-refresh": "^0.4.7",
|
|
"eslint-plugin-tailwindcss": "^3.17.4",
|
|
"globals": "^15.13.0",
|
|
"happy-dom": "^18.0.1",
|
|
"husky": "^9.1.5",
|
|
"postcss": "^8.4.40",
|
|
"prettier": "^3.3.3",
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
"tailwindcss": "^3.4.7",
|
|
"typescript": "^5.2.2",
|
|
"unplugin-inject-preload": "^3.0.0",
|
|
"vite": "^5.3.4",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|