-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 834 Bytes
/
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
{
"name": "vez",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^35.3.2",
"@ckeditor/ckeditor5-react": "^5.0.3",
"@draft-js-plugins/image": "^4.1.3",
"@wcj/generate-password": "^1.0.3",
"axios": "^1.1.3",
"cookies-next": "^2.1.1",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"html-react-parser": "^3.0.4",
"html-to-draftjs": "^1.5.0",
"next": "13.0.3",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-color": "^2.19.3",
"react-dom": "18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-multi-date-picker": "^3.3.4",
"react-quill": "^2.0.0",
"react-toastify": "^9.1.1"
}
}