mirror of
https://github.com/james-m-jordan/morphik-core.git
synced 2025-05-09 19:32:38 +00:00
103 lines
2.7 KiB
JSON
103 lines
2.7 KiB
JSON
{
|
|
"name": "@morphik/ui",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"description": "Modern UI component for Morphik - A powerful document processing and querying system",
|
|
"author": "Morphik Team",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/morphik-org/morphik-core"
|
|
},
|
|
"keywords": [
|
|
"morphik",
|
|
"ui",
|
|
"react",
|
|
"document-processing",
|
|
"chat",
|
|
"search"
|
|
],
|
|
"homepage": "https://github.com/morphik-org/morphik-core",
|
|
"bugs": {
|
|
"url": "https://github.com/morphik-org/morphik-core/issues"
|
|
},
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"build:package": "tsup",
|
|
"prepublishOnly": "npm run build:package",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/primitive": "^1.1.2",
|
|
"@radix-ui/react-accordion": "^1.2.3",
|
|
"@radix-ui/react-checkbox": "^1.1.5",
|
|
"@radix-ui/react-dialog": "^1.1.7",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.7",
|
|
"@radix-ui/react-label": "^2.1.2",
|
|
"@radix-ui/react-progress": "^1.1.3",
|
|
"@radix-ui/react-radio-group": "^1.2.4",
|
|
"@radix-ui/react-scroll-area": "^1.2.2",
|
|
"@radix-ui/react-select": "^2.1.7",
|
|
"@radix-ui/react-slider": "^1.2.3",
|
|
"@radix-ui/react-slot": "^1.1.1",
|
|
"@radix-ui/react-switch": "^1.1.3",
|
|
"@radix-ui/react-tabs": "^1.1.2",
|
|
"accessor-fn": "^1.5.3",
|
|
"accordion": "^3.0.2",
|
|
"alert": "^6.0.2",
|
|
"caniuse-lite": "^1.0.30001714",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"force-graph": "^1.49.4",
|
|
"formdata-node": "^6.0.3",
|
|
"kapsule": "^1.16.3",
|
|
"label": "^0.2.2",
|
|
"lucide-react": "^0.469.0",
|
|
"next": "^14",
|
|
"next-themes": "^0.4.6",
|
|
"openai": "^4.28.4",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-force-graph": "^1.29.3",
|
|
"shadcn": "^2.4.0-canary.11",
|
|
"shadcn-ui": "^0.9.4",
|
|
"sheet": "^0.2.0",
|
|
"tailwind-merge": "^2.6.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"web-streams-polyfill": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@shadcn/ui": "^0.0.4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18.3.18",
|
|
"@types/react-dom": "^18.3.5",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.16",
|
|
"postcss": "^8.5.3",
|
|
"tailwindcss": "^3.4.1",
|
|
"tsup": "^8.4.0",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"peerDependencies": {
|
|
"next": "^14",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"next-themes": "^0.4.6",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"tailwind-merge": "^2.6.0",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|