-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 1.89 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
{
"name": "dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dropzone-ui/react": "^7.0.4",
"@hello-pangea/dnd": "^17.0.0",
"@hookform/resolvers": "^3.9.0",
"@mui/lab": "5.0.0-alpha.170",
"@mui/material": "5.15.16",
"@mui/material-nextjs": "5.15.11",
"@emotion/cache": "11.11.0",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@reduxjs/toolkit": "^2.2.8",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/uuid": "^10.0.0",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"cookies-next": "^4.3.0",
"filepond": "^4.31.4",
"filepond-plugin-image-edit": "^1.6.3",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.12",
"font-awesome": "^4.7.0",
"jodit-react": "^4.1.2",
"next": "14.2.15",
"nextjs-toploader": "^3.7.15",
"react": "^18",
"react-ace": "^12.0.0",
"react-apexcharts": "^1.4.1",
"react-copy-to-clipboard": "^5.1.0",
"react-data-table-component": "^7.6.2",
"react-dom": "^18",
"react-dropzone-uploader": "^2.11.0",
"react-feather": "^2.0.10",
"react-filepond": "^7.1.2",
"react-hook-form": "^7.53.0",
"react-photoswipe-gallery": "^3.0.2",
"react-redux": "^9.1.2",
"react-responsive-carousel": "^3.2.23",
"react-toastify": "^10.0.6",
"reactstrap": "^9.2.3",
"sass": "^1.79.5",
"simplebar-react": "^3.2.6",
"slick-carousel": "^1.8.1",
"sweetalert2": "^11.14.2",
"uuid": "^10.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.15"
},
"trustedDependencies": [
"@dynamicss/dynamicss"
]
}