-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.3 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.3 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
{
"name": "@openknots/terminal-ui",
"version": "0.1.0",
"description": "Beautiful terminal-like UI components for the web. Build CLI experiences in React.",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "pnpm exec eslint .",
"typecheck": "tsc --noEmit",
"format": "prettier --write ."
},
"keywords": [
"terminal",
"cli",
"ui",
"components",
"react",
"nextjs",
"openclaw"
],
"author": "OpenKnots",
"license": "MIT",
"packageManager": "pnpm@10.28.2",
"dependencies": {
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"framer-motion": "^11.15.0",
"lucide-react": "^0.468.0",
"next": "^16.1.6",
"prismjs": "^1.30.0",
"radix-ui": "^1.4.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-resizable-panels": "^4.6.5",
"shadcn": "^3.8.5",
"tailwind-merge": "^3.5.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.1",
"@types/node": "^22",
"@types/prismjs": "^1.26.6",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9.39.3",
"eslint-config-next": "^16.1.6",
"prettier": "^3.4.2",
"tailwindcss": "^4.2.1",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}