-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.41 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^44.2.0",
"@ckeditor/ckeditor5-react": "^9.5.0",
"@google/generative-ai": "^0.21.0",
"@react-google-maps/api": "^2.20.6",
"@tiptap/extension-image": "^2.11.5",
"@tiptap/extension-link": "^2.11.5",
"@tiptap/react": "^2.11.5",
"@tiptap/starter-kit": "^2.11.5",
"@types/draft-js": "^0.11.18",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"draft-js": "^0.11.7",
"firebase": "^11.3.1",
"formidable": "^3.5.2",
"framer-motion": "^12.4.2",
"imagekit": "^6.0.0",
"lucide-react": "^0.475.0",
"next": "15.1.7",
"preline": "^2.7.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"react-simple-typewriter": "^5.0.1",
"react-toastify": "^11.0.3",
"recharts": "^2.15.1",
"sharp": "^0.33.5",
"slate": "^0.112.0",
"slate-history": "^0.110.3",
"slate-react": "^0.112.1",
"swiper": "^11.2.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20.17.19",
"@types/react": "^19.0.8",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.7",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5.7.3"
}
}