-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
75 lines (75 loc) · 2.09 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
{
"name": "step-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@unform/core": "^2.1.3",
"@unform/web": "^2.1.3",
"axios": "^0.19.2",
"bootstrap": "^4.5.2",
"cep-promise": "^4.0.2",
"chart.js": "^2.9.4",
"chartjs-plugin-datalabels": "^0.7.0",
"env-cmd": "^10.1.0",
"formik": "^2.1.5",
"js-file-download": "^0.4.12",
"jsonwebtoken": "^8.5.1",
"memoize-one": "^5.1.1",
"node-sass": "^4.14.1",
"plotly.js": "^1.58.4",
"polished": "^3.6.5",
"react": "^16.13.1",
"react-bootstrap": "^1.3.0",
"react-chartjs-2": "^2.11.1",
"react-dom": "^16.13.1",
"react-dropzone": "^11.2.0",
"react-icons": "^3.10.0",
"react-plotly.js": "^2.5.1",
"react-pro-sidebar": "^0.6.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.3",
"react-text-mask": "^5.4.3",
"react-virtualized": "^9.22.3",
"react-virtualized-auto-sizer": "^1.0.4",
"react-webcam-barcode-scanner": "0.0.2-rc2",
"react-window": "^1.8.6",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^1.1.1",
"styled-components": "^5.1.1",
"sweetalert2": "^9.17.1",
"sweetalert2-react-content": "^3.0.3",
"text-mask-addons": "^3.8.0",
"yup": "^0.29.3"
},
"scripts": {
"start": "react-scripts start",
"build": "env-cmd -f .env.production react-scripts build",
"build:production": "env-cmd -f .env.production react-scripts build",
"build:training": "env-cmd -f .env.training 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": {
"react-intl": "^5.6.3"
}
}