-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.38 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
{
"name": "mess-manager-web",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 3000",
"build": "tsc && vite build",
"preview": "vite preview --host 0.0.0.0 --port 3000"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^35.3.2",
"@ckeditor/ckeditor5-build-decoupled-document": "^35.3.2",
"@ckeditor/ckeditor5-image": "^35.3.2",
"@ckeditor/ckeditor5-react": "^5.0.3",
"@ckeditor/ckeditor5-upload": "^35.3.2",
"@milon27/react-modal": "^1.2.4",
"@milon27/react-sidebar": "^4.7.3",
"axios": "^0.27.2",
"date-fns": "^2.28.0",
"quill-blot-formatter": "^1.0.5",
"quill1-table": "^1.6.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-hook-form": "^7.31.3",
"react-icons": "^4.4.0",
"react-quill": "^2.0.0",
"react-router-dom": "^6.3.0",
"react-toastify": "^9.0.3"
},
"devDependencies": {
"@types/ckeditor__ckeditor5-build-classic": "^29.0.1",
"@types/ckeditor__ckeditor5-build-decoupled-document": "^29.1.1",
"@types/ckeditor__ckeditor5-image": "^33.0.0",
"@types/ckeditor__ckeditor5-upload": "^27.0.7",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"@vitejs/plugin-react": "^1.3.2",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.0.24",
"typescript": "^4.7.2",
"vite": "^2.9.9"
}
}