-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.17 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
{
"name": "miniblog",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@draft-js-plugins/editor": "^4.1.3",
"@draft-js-plugins/focus": "^4.1.4",
"@draft-js-plugins/image": "^4.1.3",
"@reduxjs/toolkit": "^2.0.1",
"@tippyjs/react": "^4.2.6",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"firebase": "^9.22.0",
"framer-motion": "^10.12.11",
"html-to-draftjs": "^1.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-icons": "^4.7.1",
"react-modern-drawer": "^1.2.2",
"react-redux": "^9.0.4",
"react-router-dom": "^6.11.1",
"smooth-scrollbar": "^8.8.4",
"uuid": "^9.0.0",
"yet-another-react-lightbox": "^3.17.2"
},
"devDependencies": {
"@babel/preset-env": "^7.21.5",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"vite": "^4.0.0"
}
}