-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·121 lines (121 loc) · 3.74 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "Dompet",
"version": "0.1.0",
"homepage": "https://wavesafe.io",
"private": true,
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@fullcalendar/core": "^5.4.0",
"@fullcalendar/daygrid": "^5.4.0",
"@fullcalendar/interaction": "^5.4.0",
"@fullcalendar/react": "^5.4.0",
"@fullcalendar/timegrid": "^5.4.0",
"@lls/react-light-calendar": "^2.2.0",
"@loadable/component": "^5.14.1",
"@material-ui/core": "^4.11.1",
"@material-ui/pickers": "^3.2.10",
"@svg-maps/usa": "^1.1.1",
"@svg-maps/world": "^1.0.1",
"@sweetalert/with-react": "^0.1.1",
"@syncfusion/ej2-base": "^18.3.52",
"@syncfusion/ej2-react-charts": "^18.3.52",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.2.2",
"@tinymce/tinymce-react": "^3.10.1",
"@waves.exchange/provider-web": "^1.1.1",
"@waves/provider-keeper": "^1.0.2",
"@waves/signer": "^1.0.7",
"@y0c/react-datepicker": "^1.0.4",
"apexcharts": "^3.22.2",
"axios": "^0.21.1",
"bootstrap": "^4.5.3",
"bootstrap-daterangepicker": "^3.1.0",
"chart.js": "^2.9.4",
"chartist": "^0.11.4",
"chartist-plugin-tooltips-updated": "^0.1.3",
"chartjs-plugin-streaming": "^1.8.0",
"create-react-class": "^15.7.0",
"date-fns": "^2.16.1",
"draft-js": "^0.11.7",
"formik": "^2.2.6",
"html-to-draftjs": "^1.5.0",
"material-ui": "^0.20.2",
"material-ui-color-picker": "^3.5.1",
"metismenujs": "^1.2.1",
"nouislider-react": "^3.3.9",
"p-min-delay": "^3.1.0",
"rc-color-picker": "^1.2.6",
"react": "^17.0.1",
"react-apexcharts": "^1.3.7",
"react-bootstrap": "^1.4.0",
"react-bootstrap-daterangepicker": "^7.0.0",
"react-bootstrap-sweetalert": "^5.2.0",
"react-calendar": "^3.2.1",
"react-chartist": "^0.14.3",
"react-chartjs": "^1.2.0",
"react-chartjs-2": "^2.11.1",
"react-date-range": "^1.1.3",
"react-dom": "^17.0.1",
"react-draft-wysiwyg": "^1.14.5",
"react-dropzone-uploader": "^2.11.0",
"react-gradient-timepicker": "0.0.3",
"react-input-colorpicker": "^1.0.13",
"react-linear-gradient-picker": "^1.1.4",
"react-multiselect-dropdown-bootstrap": "^1.0.16",
"react-multistep": "^5.1.0",
"react-nestable": "^1.3.0",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^7.2.4",
"react-resize-detector": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-rte": "^0.16.3",
"react-scripts": "4.0.1",
"react-select": "^3.1.1",
"react-slick": "^0.27.13",
"react-sparklines": "^1.7.0",
"react-star-ratings-component": "^1.0.1",
"react-summernote": "^2.0.2",
"react-svg-map": "^2.1.2",
"react-table": "^7.7.0",
"react-times": "^3.1.12",
"react-toastify": "^6.1.0",
"react-tooltip": "^4.2.21",
"reactstrap": "^8.9.0",
"recharts": "^1.8.5",
"redux-form": "^8.3.7",
"redux-thunk": "^2.3.0",
"simple-react-lightbox": "^3.5.1",
"slick-carousel": "^1.8.1",
"sweetalert": "^2.1.2",
"sweetalert2": "^10.10.4",
"swiper": "^6.5.9",
"use-scroll-position": "0.0.4",
"web-vitals": "^0.2.4",
"yup": "^0.32.8"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}