-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
100 lines (100 loc) · 2.98 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
{
"name": "monitor-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@devexpress/dx-core": "^2.7.5",
"@devexpress/dx-react-core": "^2.7.5",
"@devexpress/dx-react-scheduler": "^2.7.5",
"@devexpress/dx-react-scheduler-material-ui": "^2.7.5",
"@firebase/app": "^0.6.18",
"@googlemaps/jest-mocks": "^0.1.1",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@opuscapita/filemanager-server": "^1.1.4",
"@opuscapita/react-filemanager": "^1.1.4",
"@opuscapita/react-filemanager-connector-node-v1": "^1.1.4",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^5.1.2",
"@testing-library/user-event": "^12.1.10",
"@types/history": "^4.7.8",
"axios": "^0.21.1",
"chart.js": "^2.9.4",
"classnames": "^2.3.1",
"code-prettify": "^0.1.0",
"connected-react-router": "^6.9.1",
"dayjs": "^1.10.4",
"firebase": "^8.3.1",
"history": "^4.10.1",
"lodash": "^4.17.21",
"material": "^0.4.3",
"material-ui": "^0.20.2",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-chartjs-2": "^2.11.1",
"react-confirm-alert": "^2.7.0",
"react-datepicker": "^3.7.0",
"react-dom": "^17.0.2",
"react-dropdown": "^1.9.2",
"react-dropzone": "^11.3.2",
"react-google-maps": "^9.4.5",
"react-icons": "^4.2.0",
"react-if": "^4.0.1",
"react-modern-calendar-datepicker": "^3.1.6",
"react-querybuilder": "^3.9.9",
"react-redux": "^7.2.3",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-table": "^7.6.3",
"react-tabs": "^3.2.1",
"react-test-renderer": "^17.0.2",
"react-uuid": "^1.0.2",
"reactjs-popup": "^2.0.4",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"sweetalert2": "^10.15.7",
"typeface-mulish": "^1.1.13",
"typeface-roboto": "^1.1.13",
"use-state": "^0.0.3",
"validator": "^13.5.2",
"web-vitals": "^1.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"test-coverage": "yarn test -- --coverage",
"test-coverage-all": "yarn test -- --coverage --watchAll=false",
"test-coverage-summary": "yarn test -- --coverage --watchAll=false --coverageReporters='text-summary'",
"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"
]
},
"devDependencies": {
"@googlemaps/jest-mocks": "^0.1.1",
"@testing-library/react-hooks": "^5.1.2",
"react-awesome-modal": "^2.0.5",
"react-test-renderer": "^17.0.2",
"redux-mock-store": "^1.5.4",
"sass": "^1.32.8",
"sass-loader": "^11.0.1"
}
}