-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
124 lines (124 loc) · 3.52 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
114
115
116
117
118
119
120
121
122
123
124
{
"name": "@coreui/coreui-free-react-admin-template",
"version": "3.2.1",
"description": "CoreUI React Open Source Bootstrap 4 Admin Template",
"author": {
"name": "CoreUI",
"url": "https://coreui.io",
"github": "https://github.com/coreui",
"twitter": "https://twitter.com/core_ui"
},
"contributors": [
{
"name": "CoreUI Team",
"url": "https://github.com/orgs/coreui/people"
}
],
"copyright": "Copyright 2017-2020 creativeLabs Łukasz Holeczek",
"license": "MIT",
"private": true,
"dependencies": {
"@coreui/chartjs": "^2.0.0",
"@coreui/coreui": "^3.4.0",
"@coreui/icons": "^2.0.0",
"@coreui/icons-react": "^1.1.0",
"@coreui/react": "^3.4.6",
"@coreui/react-chartjs": "^1.1.0",
"@coreui/utils": "^1.3.1",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@lottiefiles/lottie-player": "^1.1.1",
"@material-ui/core": "^4.11.4",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.0",
"async": "^3.2.0",
"axios": "^0.21.1",
"axios-retry": "^3.1.9",
"bootstrap": "^5.0.1",
"chart.js": "^3.6.0",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.3.1",
"core-js": "^3.9.1",
"enzyme": "^3.11.0",
"export-from-json": "^1.4.0",
"formik": "^2.2.6",
"json-as-xlsx": "^2.0.0",
"lodash": "^4.17.21",
"match-sorter": "^6.3.0",
"mime": "^1.6.0",
"moment": "^2.29.1",
"namor": "^2.0.3",
"notistack": "^1.0.9",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-app-polyfill": "^2.0.0",
"react-autocomplete": "^1.8.1",
"react-bootstrap": "^1.6.0",
"react-calendar": "^3.4.0",
"react-chartjs-2": "^3.3.0",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-idle-timer": "^4.6.4",
"react-infinite-scroller": "^1.2.4",
"react-json-csv": "^2.0.0",
"react-loading-skeleton": "^2.2.0",
"react-lottie": "^1.2.3",
"react-month-picker": "^2.2.1",
"react-organizational-chart": "^2.0.0",
"react-phone-input-2": "^2.14.0",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"react-select": "^5.2.2",
"react-spring-lightbox": "^1.5.0",
"react-table": "^7.7.0",
"react-toastify": "^8.1.0",
"react-tooltip": "^4.2.19",
"reactstrap": "^8.9.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"sass": "^1.32.8",
"simple-react-lightbox": "^3.6.6",
"styled-components": "^5.3.0",
"xlsx": "^0.17.4",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/core": "^7.13.14",
"auto-changelog": "~2.2.1",
"react-scripts": "^4.0.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"test:cov": "npm test -- --coverage --watchAll=false",
"test:debug": "react-scripts --inspect-brk test --runInBand",
"eject": "react-scripts eject",
"changelog": "auto-changelog --starting-version 3.0.0 --commit-limit false --hide-credit"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 10",
"not op_mini all"
],
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx}",
"!**/*index.js",
"!src/serviceWorker.js",
"!src/polyfill.js"
]
},
"engines": {
"node": ">=10",
"npm": ">=6"
},
"proxy": "https://freshexp-server.herokuapp.com/"
}