-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
113 lines (113 loc) · 3.2 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
{
"name": "react-master-1",
"version": "0.1.0",
"private": true,
"dependencies": {
"@loadable/component": "^5.12.0",
"@material-ui/core": "^4.9.7",
"@material-ui/icons": "^4.9.1",
"@testing-library/jest-dom": "^5.3.0",
"@testing-library/react": "^10.0.1",
"@testing-library/user-event": "^10.0.1",
"antd": "^4.0.4",
"array-table-search": "^1.0.2",
"assert": "^2.0.0",
"chart.js": "^2.9.3",
"chartist": "0.11.4",
"clsx": "^1.1.0",
"copy-to-clipboard": "^3.3.1",
"crypto-js": "^4.0.0",
"device-detector-js": "^2.2.1",
"enquire-js": "^0.2.1",
"express": "^4.17.1",
"file-saver": "^2.0.2",
"firebase": "^7.13.1",
"fs": "0.0.1-security",
"fs-extra": "^9.0.0",
"google-map-react": "^1.1.7",
"history": "4.10.1",
"material-ui": "^0.20.2",
"material-ui-icons": "^1.0.0-beta.36",
"material-ui-popup-state": "^1.5.3",
"moment": "^2.24.0",
"node-sass": "^4.13.1",
"node-sass-chokidar": "1.4.0",
"nouislider": "14.2.0",
"npm-check-updates": "^4.1.0",
"npm-run-all": "4.1.5",
"perfect-scrollbar": "1.5.0",
"prettier": "^2.0.2",
"prettydiff": "^101.2.6",
"prop-types": "^15.7.2",
"qrcode.react": "^1.0.0",
"randomcolor": "^0.5.4",
"rc-queue-anim": "^1.8.4",
"rc-scroll-anim": "^2.7.4",
"rc-tween-one": "^2.6.8",
"react": "^16.13.1",
"react-barcode-reader": "0.0.1",
"react-big-calendar": "0.24.1",
"react-bootstrap-sweetalert": "5.1.9",
"react-chartist": "0.14.3",
"react-chartjs-2": "^2.9.0",
"react-controllables": "^0.6.0",
"react-copy-to-clipboard": "^5.0.2",
"react-datetime": "2.16.3",
"react-delay-link": "^1.1.4",
"react-detect-offline": "^2.4.0",
"react-device-detect": "^1.11.14",
"react-document-title": "^2.0.3",
"react-dom": "^16.13.1",
"react-firebase-file-uploader": "^2.4.3",
"react-github-button": "^0.1.11",
"react-google-login": "^5.1.2",
"react-google-maps": "9.4.5",
"react-jss": "^10.1.1",
"react-jvectormap": "0.0.16",
"react-number-format": "^4.4.1",
"react-pose": "^4.0.10",
"react-pure-lifecycle": "^3.0.0",
"react-pure-render": "^1.0.2",
"react-qr-scanner": "0.0.8",
"react-redux": "^7.2.0",
"react-rest-state": "^1.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"react-scroll": "^1.7.16",
"react-swipeable-views": "0.13.9",
"react-table": "7.0.0",
"react-tagsinput": "3.19.0",
"react-typing-animation": "^1.6.2",
"recharts": "^1.8.5",
"redux": "^4.0.5",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.2",
"sfcookies": "^1.0.2",
"smart-table-sort": "^2.0.5",
"swiper": "^5.3.7",
"twilio": "^3.42.2",
"typeface-roboto": "0.0.75",
"util": "^0.12.2"
},
"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"
]
}
}