-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.22 KB
/
Copy pathpackage.json
File metadata and controls
79 lines (79 loc) · 2.22 KB
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
69
70
71
72
73
74
75
76
77
78
79
{
"name": "uloom",
"version": "0.1.0",
"description": "Uloom - Modern eCommerce Admin Dashboard Template (React, Redux, Bootstrap)",
"keywords": [
"react",
"admin-dashboard",
"ecommerce",
"bootstrap",
"redux",
"sass",
"dashboard-template"
],
"author": "Muhammad Adil <https://github.com/Muhammad-Adil-code>",
"repository": {
"type": "git",
"url": "https://github.com/Muhammad-Adil-code/Ecommerce-Dashboard"
},
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^41.3.1",
"@ckeditor/ckeditor5-react": "^6.3.0",
"@date-io/date-fns": "^1.3.13",
"@metismenu/react": "^0.0.3",
"@svg-maps/usa": "^1.1.1",
"@svg-maps/world": "^1.0.1",
"@tinymce/tinymce-react": "^5.1.1",
"@y0c/react-datepicker": "^1.0.4",
"axios": "^0.21.1",
"ckeditor5": "^42.0.0",
"create-react-class": "^15.7.0",
"date-fns": "^2.16.1",
"firebase": "^8.7.1",
"formik": "^2.2.9",
"lightgallery": "^2.7.2",
"match-sorter": "^6.3.0",
"moment": "^2.29.1",
"next": "13.2.0",
"nouislider-react": "^3.4.0",
"pickadate": "^5.0.0-alpha.3",
"react": "^18.3.1",
"react-apexcharts": "^1.4.1",
"react-bootstrap": "^2.10.3",
"react-bootstrap-daterangepicker": "^7.0.0",
"react-chartjs-2": "^5.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.3.1",
"react-dropzone-uploader": "^2.11.0",
"react-form-stepper": "^2.0.3",
"react-linear-gradient-picker": "^1.1.4",
"react-multiselect-dropdown-bootstrap": "^1.1.0",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^7.2.4",
"react-select": "^5.8.0",
"react-simple-maps": "^3.0.0",
"react-sparklines": "^1.7.0",
"react-table": "^7.7.0",
"react-time-picker": "^7.0.0",
"react-to-print": "^2.12.6",
"react-toastify": "^10.0.5",
"recharts": "^2.0.9",
"redux": "^4.1.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.3.0",
"sweetalert": "^2.1.2",
"sweetalert2": "^11.12.0",
"yup": "^0.32.9"
},
"devDependencies": {
"eslint": "7.29.0",
"eslint-config-next": "11.0.1"
}
}