-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 3.01 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 3.01 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
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
94
95
96
{
"name": "tday",
"version": "1.5.0",
"private": true,
"scripts": {
"postinstall": "prisma generate",
"dev": "TZ=UTC next dev --turbopack",
"build": "prisma generate && prisma migrate deploy && next build",
"start": "next start",
"lint": "next lint",
"test": "TZ=UTC jest"
},
"dependencies": {
"@auth/core": "^0.41.1",
"@auth/prisma-adapter": "^2.11.1",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@next/bundle-analyzer": "^16.1.6",
"@noble/hashes": "^1.7.1",
"@prisma/client": "^6.5.0",
"prisma": "^6.5.0",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/postcss": "^4.1.18",
"@tanstack/react-query": "^5.66.0",
"@tiptap/extension-bullet-list": "^2.11.5",
"@tiptap/extension-color": "^2.11.5",
"@tiptap/extension-highlight": "^2.11.5",
"@tiptap/extension-horizontal-rule": "^2.11.5",
"@tiptap/extension-link": "^2.11.5",
"@tiptap/extension-ordered-list": "^2.11.5",
"@tiptap/extension-task-item": "^2.11.5",
"@tiptap/extension-task-list": "^2.11.5",
"@tiptap/extension-text-style": "^2.11.5",
"@tiptap/extension-underline": "^2.11.5",
"@tiptap/pm": "^2.11.5",
"@tiptap/react": "^2.11.5",
"@tiptap/starter-kit": "^2.11.5",
"chrono-node": "^2.9.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.2.0",
"embla-carousel-react": "^8.6.0",
"lucide-react": "^0.475.0",
"next": "15.5.12",
"next-auth": "^5.0.0-beta.30",
"next-intl": "^4.7.0",
"next-themes": "^0.4.6",
"prism-themes": "^1.9.0",
"prismjs": "^1.30.0",
"react": "^18.3.1",
"react-big-calendar": "^1.19.4",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"rrule": "^2.8.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.0.1",
"tw-animate-css": "^1.4.0",
"vaul": "^1.1.2",
"zod": "^3.24.2"
},
"devDependencies": {
"@babel/core": "^7.26.9",
"@eslint/eslintrc": "^3",
"@types/jest": "^30.0.0",
"@types/node": "20.19.26",
"@types/prismjs": "^1.26.5",
"@types/react": "^19",
"@types/react-big-calendar": "^1.16.3",
"@types/react-dom": "^19",
"babel-jest": "^29.7.0",
"eslint-config-next": "15.5.12",
"jest": "^29.7.0",
"postcss": "^8.4.49",
"postcss-load-config": "^6.0.1",
"tailwindcss": "^4.1.18",
"ts-jest": "^29.4.6",
"typescript": "^5.7.3"
},
"description": "This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).",
"main": "index.js",
"directories": {
"lib": "lib"
},
"keywords": [],
"author": "",
"license": "ISC"
}