-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (105 loc) · 2.9 KB
/
package.json
File metadata and controls
106 lines (105 loc) · 2.9 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "costic",
"version": "0.1.0",
"private": true,
"main": "lib/index",
"types": "lib/index",
"dependencies": {
"@coreui/icons-react": "^1.1.0",
"@coreui/react": "^3.4.6",
"@south-paw/react-vector-maps": "^3.0.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@themesberg/react-bootstrap": "^1.4.1",
"axios": "^0.21.1",
"bootstrap": "^4.5.2",
"chart.js": "^2.9.3",
"classnames": "^2.2.6",
"cropperjs": "^1.5.7",
"datatables.net": "^1.10.21",
"datatables.net-bs4": "^1.10.21",
"datatables.net-dt": "^1.10.21",
"driver.js": "^0.9.8",
"express": "^4.17.1",
"firebase": "^8.6.1",
"formik": "^2.2.6",
"geofirex": "^0.1.0",
"goober": "^2.0.5",
"google-map-react": "^2.0.8",
"ion-rangeslider": "^2.3.1",
"jquery": "^3.5.1",
"jquery-steps": "^1.1.0",
"jquery-ui": "^1.12.1",
"jquery.steps": "^1.0.2",
"react": "^16.13.1",
"react-bootstrap": "^1.3.0",
"react-chartjs-2": "^2.10.0",
"react-countdown": "^2.2.1",
"react-cropper": "^2.1.0",
"react-cropper-image-editor": "^1.0.10",
"react-cropperjs": "^1.2.5",
"react-data-components": "^1.2.0",
"react-datepicker": "^3.1.3",
"react-dom": "^16.13.1",
"react-dropzone": "^11.3.2",
"react-firebase-file-uploader": "^2.4.4",
"react-google-charts": "^3.0.15",
"react-image-crop": "^8.6.5",
"react-image-crop-component": "^1.1.2",
"react-ion-slider": "^1.0.5",
"react-jquery-datatables": "^1.0.0",
"react-jqueryui-datepicker": "^1.0.3",
"react-jvectormap": "0.0.16",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^7.2.4",
"react-responsive-modal": "^5.0.3",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-select": "^4.3.1",
"react-simple-maps": "^2.1.2",
"react-site-nav": "^0.2.9",
"react-toastify": "^6.0.8",
"react-tooltip": "^4.2.8",
"recharts": "^1.8.5",
"redux": "^4.1.0",
"redux-thunk": "^2.3.0",
"rxjs": "^7.1.0",
"smartwizard": "^5.1.1",
"sweetalert-react": "^0.4.11",
"sweetalert2": "^9.17.1",
"sweetalert2-react": "^0.8.3",
"sweetalert2-react-content": "^3.0.3",
"toastr": "^2.1.4",
"uuidv4": "^6.2.11",
"validator": "^13.6.0",
"yup": "^0.32.9"
},
"scripts": {
"start": " react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"css-loader": "^4.2.1",
"morris.js": "^0.5.0",
"raphael": "^2.3.0",
"style-loader": "^1.2.1"
}
}