-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.47 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
{
"name": "main-js",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@casl/ability": "^6.5.0",
"@casl/react": "^3.1.0",
"@reduxjs/toolkit": "^1.9.7",
"apexcharts": "^3.43.2-0",
"axios": "^1.6.8",
"axios-mock-adapter": "^1.22.0",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.1",
"chart.js": "^4.4.0",
"draft-js": "^0.11.7",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"formik": "^2.4.5",
"moment": "^2.29.4",
"namor": "^2.0.3",
"next": "14.0.3",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-apexcharts": "^1.4.1",
"react-big-calendar": "^1.8.4",
"react-bootstrap-switch": "15.5.3",
"react-bootstrap-table": "4.3.1",
"react-chartjs-2": "5.2.0",
"react-datetime": "3.2.0",
"react-dom": "18.2.0",
"react-draft-wysiwyg": "1.15.0",
"react-feather": "2.0.10",
"react-hook-form": "^7.47.0",
"react-jvectormap": "0.0.16",
"react-redux": "^8.1.3",
"react-select": "^5.8.0",
"react-simple-tree-menu": "1.1.18",
"react-stepzilla": "7.0.0",
"react-table": "7.8.0",
"react-table-v6": "^6.8.6",
"react-tagsinput": "3.20.3",
"react-validation": "^3.0.7",
"reactstrap": "^9.2.0",
"sass": "^1.69.3",
"sharp": "^0.32.6",
"simplebar": "^6.2.5",
"simplebar-react": "^3.2.4",
"yup": "^1.3.2"
}
}