-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.33 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.33 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
{
"name": "sortable",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"clean": "rimraf --glob **/node_modules **/dist **/.next pnpm-lock.yaml **/.tsbuildinfo",
"build": "next build",
"dev": "next dev",
"start": "next start",
"lint": "biome check .",
"lint:fix": "biome check . --write",
"typecheck": "tsc --noEmit",
"check": "pnpm lint && pnpm typecheck",
"shadcn": "pnpm dlx shadcn@latest"
},
"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",
"@radix-ui/react-dropdown-menu": "^2.1.7",
"@radix-ui/react-slot": "^1.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.488.0",
"next": "15.3.8",
"next-themes": "^0.4.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"tailwind-merge": "^3.2.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tailwindcss/postcss": "^4.1.3",
"@types/node": "^22.14.1",
"@types/react": "^19.1.1",
"@types/react-dom": "^19.1.2",
"postcss": "^8.5.3",
"rimraf": "^6.0.1",
"tailwindcss": "^4.1.3",
"tw-animate-css": "^1.2.5",
"typescript": "^5.8.3"
},
"ct3aMetadata": {
"initVersion": "7.33.0"
},
"packageManager": "pnpm@10.8.0"
}