-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
97 lines (97 loc) · 2.73 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "main-bt5",
"version": "0.1.0",
"homepage": "/",
"private": true,
"dependencies": {
"@blueprintjs/core": "^5.0.1",
"@casl/ability": "^6.5.0",
"@casl/react": "^3.1.0",
"@reduxjs/toolkit": "^1.9.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"apexcharts": "^3.41.0",
"axios": "^1.4.0",
"axios-mock-adapter": "^1.21.5",
"bootstrap": "^5.3.0",
"bootstrap-icons": "^1.10.5",
"chart.js": "4.3.0",
"chroma-js": "^2.4.2",
"draft-js": "^0.11.7",
"formik": "^2.4.2",
"history": "^5.3.0",
"moment": "^2.29.4",
"namor": "^1.1.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-big-calendar": "^1.8.1",
"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.45.1",
"react-iframe": "1.8.5",
"react-jvectormap": "0.0.16",
"react-pro-sidebar": "^1.1.0-alpha.1",
"react-redux": "^8.1.1",
"react-router-dom": "^6.14.0",
"react-scripts": "5.0.1",
"react-select": "^5.7.3",
"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",
"redux": "^4.2.1",
"sass": "^1.63.6",
"simplebar": "^6.2.5",
"simplebar-react": "^3.2.4",
"web-vitals": "^3.3.2",
"yup": "^1.2.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.5.4",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"eslint": "^8.0.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "8.8.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "2.8.8"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint ./src",
"pretty": "prettier --write \"./**/*.{js,jsx}\""
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"overrides": {
"nth-check": "2.1.1"
}
}