-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.83 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
58
59
60
61
{
"name": "hamdan_next_app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hocuspocus/provider": "^2.11.3",
"@remix-run/react": "^2.8.0",
"@tailwindcss/forms": "^0.5.7",
"@tiptap/core": "^2.2.4",
"@tiptap/extension-character-count": "^2.2.4",
"@tiptap/extension-collaboration": "^2.2.4",
"@tiptap/extension-collaboration-cursor": "^2.2.4",
"@tiptap/extension-heading": "^2.2.4",
"@tiptap/extension-highlight": "^2.2.4",
"@tiptap/extension-task-item": "^2.2.4",
"@tiptap/extension-task-list": "^2.2.4",
"@tiptap/extension-underline": "^2.2.4",
"@tiptap/pm": "^2.2.4",
"@tiptap/react": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"dotenv": "^16.4.5",
"eslint-config-next": "^14.0.4",
"flowbite": "^2.3.0",
"flowbite-datepicker": "^1.2.6",
"flowbite-react": "^0.7.2",
"framer-motion": "^10.16.16",
"http-server": "^14.1.1",
"lucide-react": "^0.350.0",
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons-kit": "^2.0.0",
"react-responsive-masonry": "^2.2.0",
"react-router-dom": "^6.21.1",
"react-slick": "^0.30.1",
"remixicon": "^4.2.0",
"swiper": "^11.0.5",
"tiptap": "^1.32.2",
"tiptap-extensions": "^1.35.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-responsive-masonry": "^2.1.3",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}