-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.67 KB
/
package.json
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "manage",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "TZ=UTC next dev",
"build": "next build",
"start": "next start",
"lint": "biome lint",
"generate:migrations": "drizzle-kit generate"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.367.0",
"@aws-sdk/signature-v4-crt": "^3.369.0",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@headlessui/react": "^2.2.0",
"@logto/next": "^4.1.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.2",
"@radix-ui/react-context-menu": "^2.2.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.6",
"autoprefixer": "10.4.14",
"better-sqlite3": "^11.7.0",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"cmdk": "0.2.0",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"drizzle-orm": "^0.38.3",
"easymde": "^2.18.0",
"eslint-config-next": "15.1.0",
"ical-generator": "^8.0.1",
"lucide-react": "^0.473.0",
"mime-types": "^2.1.35",
"next": "15.1.0",
"next-themes": "^0.3.0",
"postcss": "8.4.23",
"react": "19.0.0",
"react-day-picker": "^8.10.1",
"react-dom": "19.0.0",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"react-markdown": "^9.0.3",
"react-simplemde-editor": "^5.2.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"rrule": "^2.8.1",
"sharp": "^0.33.4",
"strip-markdown": "^6.0.0",
"tailwind-merge": "^1.13.2",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.6",
"use-debounce": "^10.0.1",
"uuid": "^9.0.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@aws-sdk/s3-request-presigner": "^3.369.0",
"@biomejs/biome": "1.8.3",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/better-sqlite3": "^7.6.12",
"@types/mime-types": "^2.1.1",
"@types/node": "20.1.0",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@types/uuid": "^9.0.2",
"dotenv": "^16.3.1",
"drizzle-kit": "^0.30.1",
"encoding": "^0.1.13",
"typescript": "5.7.2"
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e",
"pnpm": {
"overrides": {
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2"
}
}
}