forked from llanesluis/themux
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.2 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.2 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
{
"name": "themux",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"registry:r-themes": "tsx src/scripts/generate-theme-registry.ts"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/resolvers": "^5.1.1",
"@react-spectrum/color": "^3.0.9",
"@tabler/icons-react": "^3.34.0",
"@tanstack/react-table": "^8.21.3",
"@vercel/analytics": "^1.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.1.1",
"color": "^5.0.0",
"colorjs.io": "^0.5.2",
"culori": "^4.0.1",
"date-fns": "^4.1.0",
"dotenv": "^16.5.0",
"drizzle-orm": "^0.44.2",
"embla-carousel-react": "^8.6.0",
"input-otp": "^1.4.2",
"jotai": "^2.12.5",
"lodash": "^4.17.21",
"lucide-react": "^0.514.0",
"next": "15.3.3",
"next-themes": "^0.4.6",
"nuqs": "^2.4.3",
"postgres": "^3.4.7",
"posthog-js": "^1.250.2",
"posthog-node": "^5.0.0",
"radix-ui": "^1.4.2",
"react": "^19.1.0",
"react-colorful": "^5.6.1",
"react-day-picker": "9.7.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.57.0",
"react-resizable-panels": "^3.0.2",
"react-scan": "^0.3.4",
"recharts": "^2.15.3",
"server-only": "^0.0.1",
"shadcn": "^2.6.3",
"sonner": "^2.0.5",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.3.4",
"vaul": "^1.1.2",
"zod": "^3.25.62",
"zustand": "^5.0.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.10",
"@types/culori": "^2.1.1",
"@types/lodash": "^4.17.17",
"@types/node": "^24.0.1",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"babel-plugin-react-compiler": "19.1.0-rc.1",
"drizzle-kit": "^0.31.1",
"eslint": "^9.28.0",
"eslint-config-next": "15.3.3",
"eslint-plugin-react-hooks": "6.0.0-rc.1",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.12",
"tailwindcss": "^4.1.10",
"tsx": "^4.20.1",
"typescript": "^5.8.3"
}
}