-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.83 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.83 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
{
"name": "motion",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@auth/mongodb-adapter": "^3.10.0",
"@floating-ui/react": "^0.27.16",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-popover": "^1.1.15",
"@tiptap/extension-bold": "^3.6.1",
"@tiptap/extension-bubble-menu": "^3.6.1",
"@tiptap/extension-highlight": "^3.6.1",
"@tiptap/extension-horizontal-rule": "^3.6.1",
"@tiptap/extension-image": "^3.6.1",
"@tiptap/extension-list": "^3.6.1",
"@tiptap/extension-strike": "^3.6.1",
"@tiptap/extension-subscript": "^3.6.1",
"@tiptap/extension-superscript": "^3.6.1",
"@tiptap/extension-text-align": "^3.6.1",
"@tiptap/extension-text-style": "^3.6.1",
"@tiptap/extension-typography": "^3.6.1",
"@tiptap/extensions": "^3.6.1",
"@tiptap/pm": "^3.6.1",
"@tiptap/react": "^3.6.1",
"@tiptap/starter-kit": "^3.6.1",
"axios": "^1.12.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lodash.throttle": "^4.1.1",
"lucide-react": "^0.544.0",
"mongoose": "^8.18.1",
"next": "15.5.3",
"next-auth": "^5.0.0-beta.29",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hotkeys-hook": "^5.1.0",
"tailwind-merge": "^3.3.1",
"tailwind-scrollbar": "^4.0.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/lodash.throttle": "^4.1.9",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.5.3",
"sass": "^1.92.1",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.8",
"typescript": "^5"
}
}