-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 882 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 882 Bytes
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
{
"name": "shopiwise-help-center",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.15.20",
"@syncfusion/ej2-react-richtexteditor": "^26.1.38",
"bcryptjs": "^2.4.3",
"classnames": "^2.5.1",
"crypto-js": "^4.2.0",
"flowbite": "^2.3.0",
"flowbite-react": "^0.10.1",
"formik": "^2.4.6",
"framer-motion": "^11.2.11",
"mongodb": "^6.7.0",
"next": "14.2.4",
"next-auth": "^4.24.7",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"verbum": "^0.6.2",
"yup": "^1.4.0"
},
"devDependencies": {
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}