-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.3 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
{
"name": "clubafib_admin",
"version": "0.1.0",
"private": true,
"dependencies": {
"@coreui/coreui": "^2.1.16",
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
"@coreui/icons": "^1.0.1",
"@coreui/react": "^2.5.7",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@stripe/react-stripe-js": "^1.1.2",
"@stripe/stripe-js": "^1.9.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"axios": "^0.19.2",
"bootstrap": "^4.4.1",
"firebase": "^7.17.2",
"highcharts": "^8.2.0",
"highcharts-react-official": "^3.0.0",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"node-sass": "^4.14.0",
"notistack": "^0.9.17",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-app-polyfill": "^1.0.6",
"react-color": "^2.19.3",
"react-datepicker": "^3.3.0",
"react-dom": "^16.13.1",
"react-facebook-login": "^4.1.1",
"react-google-login": "^5.1.21",
"react-helmet": "^6.1.0",
"react-items-carousel": "^2.8.0",
"react-media": "^1.10.0",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"react-router-sitemap": "^1.2.0",
"react-rte": "^0.16.1",
"react-scripts": "3.4.1",
"react-scroll-restoration": "^1.0.6",
"react-star-rating-component": "^1.4.1",
"react-table": "^6.8.6",
"reactstrap": "^8.4.1",
"recharts": "^1.8.5",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"sweetalert": "^2.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && echo '/* /index.html 200' | cat >build/_redirects",
"test": "react-scripts test",
"eject": "react-scripts eject",
"sitemap": "babel-node src/sitemap-generator.js",
"prebuild": "npm run sitemap"
},
"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": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0"
}
}