-
- Downloads
feat: more stats
Showing
- package-lock.json 255 additions, 13 deletionspackage-lock.json
- package.json 6 additions, 3 deletionspackage.json
- src/components/Navbar.jsx 43 additions, 5 deletionssrc/components/Navbar.jsx
- src/containers/GlobalStats.jsx 45 additions, 0 deletionssrc/containers/GlobalStats.jsx
- src/containers/StatsCard.jsx 0 additions, 43 deletionssrc/containers/StatsCard.jsx
- src/pages/Home.jsx 26 additions, 28 deletionssrc/pages/Home.jsx
- src/pages/Program.jsx 2 additions, 1 deletionsrc/pages/Program.jsx
- src/stores.js 1 addition, 0 deletionssrc/stores.js
... | @@ -4,6 +4,7 @@ | ... | @@ -4,6 +4,7 @@ |
"private": true, | "private": true, | ||
"dependencies": { | "dependencies": { | ||
"@react-keycloak/web": "^2.1.4", | "@react-keycloak/web": "^2.1.4", | ||
"@rooks/use-window-size": "^4.5.0", | |||
"@sentry/react": "^5.23.0", | "@sentry/react": "^5.23.0", | ||
"classnames": "^2.2.6", | "classnames": "^2.2.6", | ||
"date-fns": "^2.16.1", | "date-fns": "^2.16.1", | ||
... | @@ -12,11 +13,11 @@ | ... | @@ -12,11 +13,11 @@ |
"lodash": "^4.17.20", | "lodash": "^4.17.20", | ||
"pullstate": "^1.20.5", | "pullstate": "^1.20.5", | ||
"react": "^16.13.1", | "react": "^16.13.1", | ||
"react-device-detect": "^1.13.1", | |||
"react-dom": "^16.13.1", | "react-dom": "^16.13.1", | ||
"react-intersection-observer": "^8.31.0", | "react-intersection-observer": "^8.31.0", | ||
"react-mde": "^11.0.0", | "react-mde": "^11.0.0", | ||
"react-modal": "^3.12.1", | "react-modal": "^3.12.1", | ||
"react-player": "^2.7.2", | |||
"react-router-dom": "^5.2.0", | "react-router-dom": "^5.2.0", | ||
"react-scripts": "3.4.3", | "react-scripts": "3.4.3", | ||
"showdown": "^1.9.1", | "showdown": "^1.9.1", | ||
... | @@ -30,7 +31,8 @@ | ... | @@ -30,7 +31,8 @@ |
"test": "react-scripts test --env=jsdom-fourteen", | "test": "react-scripts test --env=jsdom-fourteen", | ||
"eject": "react-scripts eject", | "eject": "react-scripts eject", | ||
"lint": "eslint --cache 'src/**/*.{js,jsx}'", | "lint": "eslint --cache 'src/**/*.{js,jsx}'", | ||
"lint:fix": "eslint --cache --fix 'src/**/*.{js,jsx}'" | "lint:fix": "eslint --cache --fix 'src/**/*.{js,jsx}'", | ||
"analyze": "source-map-explorer 'build/static/js/*.js'" | |||
}, | }, | ||
"eslintConfig": { | "eslintConfig": { | ||
"extends": [ | "extends": [ | ||
... | @@ -120,6 +122,7 @@ | ... | @@ -120,6 +122,7 @@ |
"eslint-plugin-react": "^7.20.6", | "eslint-plugin-react": "^7.20.6", | ||
"eslint-plugin-simple-import-sort": "^5.0.3", | "eslint-plugin-simple-import-sort": "^5.0.3", | ||
"eslint-plugin-testing-library": "^3.8.0", | "eslint-plugin-testing-library": "^3.8.0", | ||
"prettier": "^2.1.1" | "prettier": "^2.1.1", | ||
"source-map-explorer": "^2.5.1" | |||
} | } | ||
} | } |
src/containers/GlobalStats.jsx
0 → 100644
src/containers/StatsCard.jsx
deleted
100644 → 0
Please register or sign in to comment