-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.59 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
{
"name": "task-planner",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dnd-kit/core": "^6.0.7",
"@dnd-kit/sortable": "^7.0.2",
"@formkit/auto-animate": "^1.0.0-beta.5",
"@internationalized/date": "^3.0.2",
"@next-auth/prisma-adapter": "^1.0.7",
"@next/font": "^13.1.2",
"@prisma/client": "^4.16.2",
"@radix-ui/react-alert-dialog": "^1.0.2",
"@radix-ui/react-avatar": "^1.0.1",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-dropdown-menu": "^2.0.1",
"@radix-ui/react-tabs": "^1.0.1",
"@radix-ui/react-toast": "^1.1.2",
"@react-aria/button": "^3.6.4",
"@react-aria/calendar": "^3.0.5",
"@react-aria/ssr": "^3.4.1",
"@react-stately/calendar": "^3.0.5",
"@tanstack/react-query": "^4.22.0",
"@tanstack/react-query-devtools": "^4.22.0",
"@types/bcrypt": "^5.0.0",
"@types/cookie": "^0.5.1",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"bcrypt": "^5.1.0",
"cookie": "^0.5.0",
"cuid": "^2.1.8",
"eslint": "8.32.0",
"eslint-config-next": "^13.1.2",
"lottie-colorify": "^0.8.0",
"lottie-react": "^2.3.1",
"next": "13.1.2",
"next-auth": "^4.18.8",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.4",
"zod": "^3.20.2"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"prisma": "^4.16.2",
"tailwindcss": "^3.2.4"
}
}