-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
97 lines (97 loc) · 2.78 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
{
"name": "bookkeeper_admin",
"version": "2.1.1",
"private": true,
"dependencies": {
"@fullcalendar/core": "5.3.0",
"@fullcalendar/daygrid": "5.3.0",
"@fullcalendar/interaction": "5.3.0",
"@fullcalendar/list": "^5.3.0",
"@fullcalendar/react": "5.3.0",
"@fullcalendar/timegrid": "5.3.0",
"@hapi/joi": "^16.1.7",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.56",
"@mdi/js": "4.4.95",
"@mdi/react": "^1.6.1",
"apexcharts": "^3.54.1",
"assert": "^2.1.0",
"axios": "^0.19.0",
"bootstrap": "^4.5.2",
"buffer": "^6.0.3",
"classnames": "^2.3.2",
"cross-env": "^7.0.3",
"crypto-browserify": "^3.12.1",
"downshift": "^3.3.5",
"email-templates": "^6.0.3",
"font-awesome": "^4.7.0",
"https-browserify": "^1.0.0",
"line-awesome": "^1.3.0",
"lodash": "^4.17.21",
"moment": "2.29.4",
"mui-datatables": "^3.1.1",
"number-format.js": "^2.0.9",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"pug": "^2.0.4",
"qs": "^6.13.1",
"react": "^16.10.2",
"react-apexcharts": "^1.6.0",
"react-app-rewired": "^2.2.1",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^16.10.2",
"react-google-maps": "^9.4.5",
"react-input-mask": "^3.0.0-alpha.0",
"react-paginate": "^6.3.2",
"react-redux": "^7.1.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^5.0.1",
"react-select": "^3.0.8",
"react-simple-maps": "0.12.1",
"react-swipeable-views": "^0.14.0",
"react-swipeable-views-utils": "^0.14.0",
"react-syntax-highlighter": "^12.2.1",
"react-toastify": "^6.0.6",
"recharts": "1.6.2",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tinycolor2": "^1.6.0",
"url": "^0.11.4",
"uuid": "^8.3.0",
"vm-browserify": "^1.1.2"
},
"scripts": {
"start": "cross-env NODE_ENV=development REACT_APP_API_ENDPOINT='http://localhost:8080/api' react-app-rewired --openssl-legacy-provider start",
"build": "cross-env NODE_ENV=production react-app-rewired --openssl-legacy-provider build",
"test": "react-app-rewired --openssl-legacy-provider test",
"eject": "react-app-rewired --openssl-legacy-provider eject"
},
"proxy": "http://localhost:8080",
"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": {
"@types/moment": "^2.13.0"
},
"engenie": {
"node": "^20.15"
}
}