-
Notifications
You must be signed in to change notification settings - Fork 310
Expand file tree
/
Copy pathpackage.json
More file actions
113 lines (113 loc) · 3.17 KB
/
Copy pathpackage.json
File metadata and controls
113 lines (113 loc) · 3.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "@morphik/ui",
"version": "0.2.24",
"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",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,css,scss,md}\"",
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,css,scss,md}\""
},
"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",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^15.6.1",
"remark-gfm": "^4.0.1",
"shadcn": "^2.4.0-canary.11",
"shadcn-ui": "^0.9.4",
"sharp": "^0.34.1",
"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",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^8",
"eslint-config-next": "14.2.16",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-prettier": "^5.4.0",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^3.4.1",
"tsup": "^8.4.0",
"typescript": "^5.8.3"
},
"peerDependencies": {
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"next": "^14",
"next-themes": "^0.4.6",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7"
},
"engines": {
"node": ">=18"
}
}