-
Notifications
You must be signed in to change notification settings - Fork 192
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.74 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
{
"name": "canvasui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npm run registry && next dev",
"registry": "node --experimental-strip-types scripts/build-registry.mts",
"prebuild": "npm run registry",
"build": "next build",
"start": "next start",
"lint": "eslint",
"preview": "npm run build && wrangler dev",
"deploy": "npm run build && wrangler deploy",
"upload": "npm run build && wrangler versions upload",
"cf-typegen": "wrangler types --env-interface CloudflareEnv ./cloudflare-env.d.ts"
},
"dependencies": {
"@base-ui/react": "^1.6.0",
"@types/three": "^0.185.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cuelume": "^0.1.2",
"geist": "^1.7.2",
"lucide-react": "^1.24.0",
"motion": "^12.42.2",
"next": "16.2.10",
"next-themes": "^0.4.6",
"nuqs": "^2.9.2",
"react": "19.2.4",
"react-dom": "19.2.4",
"shadcn": "^4.13.0",
"shiki": "^4.3.1",
"tailwind-merge": "^3.6.0",
"three": "^0.185.1",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.10",
"preact": "^10.25.4",
"solid-js": "^1.9.14",
"tailwindcss": "^4",
"typescript": "^5",
"wrangler": "^4.111.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DavidHDev/canvas-ui.git"
},
"homepage": "https://canvasui.dev",
"bugs": {
"url": "https://github.com/DavidHDev/canvas-ui/issues"
},
"license": "SEE LICENSE IN LICENSE.md",
"browserslist": [
"chrome >= 111",
"edge >= 111",
"firefox >= 111",
"safari >= 16.4"
]
}