-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.21 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
{
"name": "card-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tippyjs/react": "^4.2.6",
"@tiptap/extension-color": "^2.1.13",
"@tiptap/extension-mention": "^2.1.16",
"@tiptap/extension-placeholder": "^2.2.4",
"@tiptap/extension-text-style": "^2.1.13",
"@tiptap/pm": "^2.1.13",
"@tiptap/react": "^2.1.13",
"@tiptap/starter-kit": "^2.1.13",
"@tiptap/suggestion": "^2.1.16",
"firebase": "^10.7.2",
"framer-motion": "^11.0.28",
"luxon": "^3.4.4",
"next": "14.0.4",
"next-auth": "^4.24.5",
"next-nprogress-bar": "^2.3.11",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.49.3",
"react-mentions": "^4.4.10",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@types/luxon": "^3.3.8",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-mentions": "^4.1.13",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"json-server": "^0.17.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}