-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
69 lines (69 loc) · 1.95 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
62
63
64
65
66
67
68
69
{
"name": "part3-project",
"version": "0.1.0",
"private": true,
"engines": {
"node": "20.x"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@draft-js-plugins/alignment": "^5.0.4",
"@draft-js-plugins/editor": "^4.1.4",
"@draft-js-plugins/focus": "^4.1.5",
"@draft-js-plugins/static-toolbar": "^4.1.4",
"@draft-js-plugins/text-alignment": "^2.0.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@material-tailwind/react": "^2.1.9",
"@mui/icons-material": "^6.0.0",
"@mui/material": "^6.0.0",
"@tanstack/react-query": "^5.53.3",
"@tanstack/react-query-devtools": "^5.56.0",
"@tiptap/extension-character-count": "^2.6.6",
"@tiptap/extension-image": "^2.6.6",
"@tiptap/extension-link": "^2.6.6",
"@tiptap/extension-placeholder": "^2.6.6",
"@tiptap/extension-text-align": "^2.6.6",
"@tiptap/extension-underline": "^2.6.6",
"@tiptap/pm": "^2.6.6",
"@tiptap/react": "^2.6.6",
"@tiptap/starter-kit": "^2.6.6",
"axios": "^1.7.5",
"buffer": "^6.0.3",
"clsx": "^2.1.1",
"contenido": "^1.3.0",
"dompurify": "^3.1.6",
"draft-js": "^0.11.7",
"draft-js-export-html": "^1.4.1",
"draft-js-import-html": "^1.4.1",
"flowbite": "^2.5.1",
"flowbite-react": "^0.10.1",
"lucide-react": "^0.439.0",
"next": "^14.2.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-router-dom": "^6.26.1",
"uuid": "^10.0.0",
"webpack": "^5.94.0",
"zustand": "^4.5.5"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/dompurify": "^3.0.5",
"@types/draft-js": "^0.11.18",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"typescript": "^5"
}
}