-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.16 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.16 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
{
"name": "awesome-javascript-grids",
"version": "1.0.0",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"export": "next export",
"start": "next start"
},
"dependencies": {
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tooltip": "^1.2.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"filesize": "^11.0.17",
"lucide-react": "^1.16.0",
"next": "^16.2.6",
"next-themes": "^0.4.6",
"p-retry": "^8.0.0",
"p-throttle": "^8.1.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-github-corner": "^2.5.0",
"react-icons": "^5.6.0",
"tailwind-merge": "^3.6.0",
"yaml": "^2.9.0",
"zod": "^4.4.3",
"zod-validation-error": "^5.0.0",
"zustand": "^5.0.13"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.0",
"@types/node": "^25.8.0",
"@types/react": "^19.2.14",
"tailwindcss": "^4.3.0",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3"
},
"packageManager": "pnpm@11.1.2"
}