-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.44 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.5.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"antd": "^4.9.2",
"antd-img-crop": "^3.13.2",
"axios": "^0.21.1",
"coloreact": "^0.3.1",
"connected-react-router": "^6.8.0",
"date-fns": "^2.16.1",
"file-upload-with-preview": "^4.1.0",
"image-to-base64": "^2.1.1",
"jquery": "^3.5.1",
"jspdf": "^2.2.0",
"jspdf-autotable": "^3.5.13",
"jwt-decode": "^2.2.0",
"materialize-css": "^1.0.0",
"mui-datatables": "^3.7.1",
"ra-data-json-server": "^3.10.4",
"rc-scrollbars": "^1.0.0",
"react": "^16.14.0",
"react-admin": "^3.10.4",
"react-alice-carousel": "^2.1.0",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-awesome-modal": "^2.0.5",
"react-barcode-reader": "0.0.2",
"react-bootstrap": "^1.4.0",
"react-burger-menu": "^2.9.2",
"react-color": "^2.19.3",
"react-colorful": "^4.4.3",
"react-data-export": "^0.6.0",
"react-device-detect": "^1.15.0",
"react-dom": "^16.14.0",
"react-easy-swipe": "0.0.18",
"react-helmet": "^6.1.0",
"react-horizontal-scrolling-menu": "^0.7.8",
"react-image": "^4.0.3",
"react-image-gallery": "^1.0.8",
"react-multi-carousel": "^2.6.1",
"react-multistep": "^5.1.0",
"react-native-input-spinner": "^1.3.2",
"react-notifications-component": "^2.4.1",
"react-recaptcha-google": "^1.1.1",
"react-redux": "^7.2.2",
"react-responsive-modal": "^6.0.0",
"react-router": "^3.2.6",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.4",
"react-scroll": "^1.8.1",
"react-share": "^4.3.1",
"react-sticky-box": "^0.9.3",
"react-to-print": "^2.12.2",
"reactstrap": "^8.7.1",
"redux": "^4.0.5",
"save": "^2.4.0",
"semantic-ui-react": "^0.88.2",
"tinycolor2": "^1.4.2",
"universal-cookie": "^4.0.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build --history-api-fallback",
"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"
]
}
}