-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (70 loc) · 1.76 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
{
"name": "p_caritas",
"version": "0.1.0",
"license": "MIT",
"private": true,
"dependencies": {
"@material-ui/core": "^4.9.5",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.45",
"@material-ui/styles": "^4.9.0",
"@types/jest": "^24.9.1",
"@types/material-ui": "^0.21.7",
"@types/node": "^12.12.29",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"antd": "^3.26.12",
"axios": "^0.19.2",
"boot": "^0.8.2",
"bootstrap": "^4.4.1",
"chart.js": "^2.9.3",
"express": "^4.17.1",
"html2canvas": "^1.0.0-rc.5",
"jspdf": "^1.5.3",
"material-table": "^1.57.2",
"material-ui": "^0.20.2",
"material-ui-table": "^0.1.2",
"mayre": "^3.2.3",
"react": "^16.13.0",
"react-bootstrap": "^1.0.0-beta.17",
"react-chartjs-2": "^2.9.0",
"react-data-export": "^0.6.0",
"react-dom": "^16.13.0",
"react-export-excel": "^0.5.3",
"react-pure-grid": "^2.1.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.0",
"react-swipeable-views": "^0.13.9",
"react-table-container": "^2.0.3",
"reactstrap": "^8.4.1",
"strap": "^0.1.0",
"styled-components": "^4.4.1",
"typescript": "^3.8.3",
"vanillajs": "0.0.0"
},
"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"
]
},
"devDependencies": {
"redux-devtools": "^3.5.0"
}
}