-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.58 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.58 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
{
"name": "pacekit-gsap",
"description": "Animated GSAP components crafted for smooth interaction and rich detail. Copy, customise, and create without the extra setup.",
"version": "1.0.0",
"private": true,
"type": "module",
"repository": "https://github.com/pacekit/gsap",
"author": {
"name": "Denish Navadiya",
"url": "https://x.com/withden_"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"start": "node .output/server/index.mjs",
"lint": "eslint",
"format:write": "prettier . --write",
"build:registry": "tsx src/lib/registry/script.ts && prettier --log-level silent --write public/r --cache"
},
"dependencies": {
"@base-ui/react": "^1.1.0",
"@fumadocs/base-ui": "^16.4.10",
"@gsap/react": "^2.1.2",
"@hello-pangea/dnd": "^18.0.1",
"@tanstack/eslint-config": "^0.3.4",
"@tanstack/react-form": "^1.28.0",
"@tanstack/react-query": "^5.90.20",
"@tanstack/react-router": "^1.157.16",
"@tanstack/react-router-devtools": "^1.157.16",
"@tanstack/react-router-ssr-query": "^1.157.16",
"@tanstack/react-start": "^1.157.16",
"@tanstack/react-table": "^8.21.3",
"@vercel/analytics": "^1.6.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fumadocs-core": "^16.4.10",
"fumadocs-mdx": "^14.2.6",
"fumadocs-ui": "^16.4.10",
"gsap": "^3.14.2",
"lucide-react": "^0.563.0",
"next-themes": "^0.4.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-tweet": "^3.3.0",
"recharts": "3.7.0",
"shadcn": "^3.7.0",
"shiki": "^3.21.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"tw-animate-css": "^1.4.0",
"vaul": "^1.1.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-devtools": "^0.9.3",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/mdx": "^2.0.13",
"@types/node": "^25.1.0",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.6",
"nitro": "^3.0.1-alpha.2",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.1.18",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vite": "7.3.1",
"vite-tsconfig-paths": "^6.0.5"
}
}