-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
127 lines (127 loc) · 4.05 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
122
123
124
125
126
127
{
"name": "acme",
"version": "0.1.0",
"private": true,
"dependencies": {
"@react-google-maps/api": "^2.13.1",
"@reduxjs/toolkit": "^1.8.3",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.2.1",
"@types/jest": "^27.5.2",
"@types/node": "^17.0.45",
"@types/react": "^17.0.2",
"@types/react-bootstrap-table-next": "^4.0.18",
"@types/react-dom": "^17.0.2",
"@types/redux-mock-store": "^1.0.3",
"axios": "^0.27.2",
"bootstrap": "^5.2.0",
"connected-react-router": "^6.9.2",
"date-fns-tz": "^2.0.0",
"editable-dnd-list": "^1.5.0",
"filepond": "^4.30.4",
"filepond-plugin-image-preview": "^4.6.11",
"highcharts": "^10.3.3",
"highcharts-3d": "^0.1.7",
"highcharts-border-radius": "^0.0.4",
"highcharts-react-official": "^3.2.0",
"html-to-image": "^1.11.11",
"i18next": "^23.1.0",
"i18next-http-backend": "^2.2.1",
"lodash": "^4.17.21",
"mdb-react-ui-kit": "^4.2.0",
"moment": "^2.29.4",
"muuri": "^0.9.5",
"muuri-react": "^3.1.7",
"qrcode": "^1.5.1",
"rc-slider": "^10.0.1",
"react": "^17.0.2",
"react-bootstrap": "^2.4.0",
"react-bootstrap-table-next": "^4.0.3",
"react-bootstrap-table2-paginator": "^2.1.2",
"react-bootstrap-table2-toolkit": "^2.1.3",
"react-csv": "^2.2.2",
"react-currency-input-field": "^3.6.11",
"react-date-range": "^1.4.0",
"react-datepicker": "^4.8.0",
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.4",
"react-filepond": "^7.1.2",
"react-ga4": "^1.4.1",
"react-google-recaptcha": "^2.1.0",
"react-grid-layout": "^1.3.4",
"react-i18next": "^13.0.0",
"react-icons": "^4.7.1",
"react-idle-timer": "^5.4.2",
"react-pdf": "^5.7.2",
"react-phone-input-2": "^2.15.1",
"react-redux": "^8.0.2",
"react-responsive": "^9.0.2",
"react-router-dom": "^5.3.3",
"react-scripts": "5.0.1",
"react-select": "^5.4.0",
"react-spinners": "^0.12.0",
"react-table": "^7.7.9",
"react-toastify": "^9.0.7",
"react-tooltip": "^4.2.21",
"react-use-measure": "^2.1.1",
"redux-persist": "^6.0.0",
"sass": "^1.53.0",
"serve": "^14.0.1",
"source-map-explorer": "^2.5.3",
"styled-components": "^5.3.7",
"typescript": "^4.7.4",
"uuid": "^9.0.0",
"web-vitals": "^2.1.4",
"zipcelx": "^1.6.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"about:build-prod": "echo 'This is the command to create build for production release'",
"build-prod": "set \"GENERATE_SOURCEMAP=false\" && react-scripts build",
"about:start-prod": "echo 'This is the command to run production build in local environment '",
"start-prod": "serve -s build",
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"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"
]
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/file-saver": "^2.0.5",
"@types/lodash": "^4.14.194",
"@types/qrcode": "^1.5.0",
"@types/react-bootstrap-table2-paginator": "^2.1.2",
"@types/react-bootstrap-table2-toolkit": "^2.1.7",
"@types/react-csv": "^1.1.3",
"@types/react-date-range": "^1.4.3",
"@types/react-datepicker": "^4.4.2",
"@types/react-gauge-chart": "^0.4.0",
"@types/react-google-recaptcha": "^2.1.5",
"@types/react-grid-layout": "^1.3.2",
"@types/react-pdf": "^5.7.2",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.28",
"@types/uuid": "^9.0.1",
"@types/zipcelx": "^1.5.0",
"redux-mock-store": "^1.5.4"
}
}