-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 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
{
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@hello-pangea/dnd": "^16.6.0",
"@instantdb/react": "^0.12.30",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/themes": "^3.1.3",
"@types/formidable": "^3.4.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"formidable": "^3.5.2",
"lucide-react": "^0.437.0",
"nepali-date-converter": "^3.3.2",
"next": "^14.2.9",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.3.1",
"react-easy-crop": "^5.1.0",
"rrule": "^2.8.1",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "20.10.8",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"@types/rrule": "^2.1.7",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"typescript": "^5.3.3"
}
}