Commits on Source (376)
Showing
- .eslintrc 15 additions, 3 deletions.eslintrc
- .gitlab-ci.yml 58 additions, 0 deletions.gitlab-ci.yml
- .travis.yml 13 additions, 0 deletions.travis.yml
- Dockerfile 9 additions, 0 deletionsDockerfile
- README.md 15 additions, 2 deletionsREADME.md
- k8s/deployment.yaml 29 additions, 0 deletionsk8s/deployment.yaml
- k8s/ingress.yaml 24 additions, 0 deletionsk8s/ingress.yaml
- k8s/service.yaml 15 additions, 0 deletionsk8s/service.yaml
- nginx.conf 61 additions, 0 deletionsnginx.conf
- package-lock.json 26914 additions, 9464 deletionspackage-lock.json
- package.json 33 additions, 21 deletionspackage.json
- public/favicon.ico 0 additions, 0 deletionspublic/favicon.ico
- public/index.css 3 additions, 0 deletionspublic/index.css
- public/index.html 20 additions, 14 deletionspublic/index.html
- public/kszk_circle_lightblue.svg 288 additions, 0 deletionspublic/kszk_circle_lightblue.svg
- public/manifest.json 0 additions, 1 deletionpublic/manifest.json
- src/actions/auth.js 92 additions, 32 deletionssrc/actions/auth.js
- src/actions/groups.js 14 additions, 0 deletionssrc/actions/groups.js
- src/actions/home.js 14 additions, 0 deletionssrc/actions/home.js
- src/actions/homework.js 266 additions, 0 deletionssrc/actions/homework.js
.gitlab-ci.yml
0 → 100644
.travis.yml
0 → 100644
Dockerfile
0 → 100644
k8s/deployment.yaml
0 → 100644
k8s/ingress.yaml
0 → 100644
k8s/service.yaml
0 → 100644
nginx.conf
0 → 100644
This diff is collapsed.
{ | { | ||
"name": "kszkepzes-frontend", | "name": "kszkepzes-frontend", | ||
"version": "0.1.0", | "version": "0.2.8", | ||
"proxy": "http://127.0.0.1:8000", | "private": false, | ||
"private": true, | |||
"dependencies": { | "dependencies": { | ||
"axios": "^0.17.1", | "axios": "^0.21.1", | ||
"prop-types": "^15.6.0", | "eslint-plugin-flowtype": "^4.7.0", | ||
"react": "^16.2.0", | "http-proxy-middleware": "^1.0.6", | ||
"react-dom": "^16.2.0", | "moment": "^2.29.1", | ||
"react-redux": "^5.0.6", | "npm": "^6.14.11", | ||
"react-router-dom": "^4.2.2", | "prop-types": "^15.7.2", | ||
"react-scripts": "1.1.0", | "react": "^16.14.0", | ||
"react-slick": "^0.17.1", | "react-datepicker": "^2.16.0", | ||
"redux": "^3.7.2", | "react-dom": "^16.14.0", | ||
"react-redux": "^7.2.2", | |||
"react-router-dom": "^5.2.0", | |||
"react-scripts": "^3.4.4", | |||
"react-slick": "^0.25.2", | |||
"redux": "^4.0.5", | |||
"redux-logger": "^3.0.6", | "redux-logger": "^3.0.6", | ||
"redux-thunk": "^2.2.0", | "redux-thunk": "^2.3.0", | ||
"semantic-ui-css": "^2.2.12", | "semantic-ui-calendar-react": "^0.15.3", | ||
"semantic-ui-react": "^0.77.2" | "semantic-ui-css": "^2.4.0", | ||
"semantic-ui-react": "^0.88.2", | |||
"slick-carousel": "^1.8.1" | |||
}, | }, | ||
"scripts": { | "scripts": { | ||
"start": "react-scripts start", | "start": "react-scripts start", | ||
... | @@ -25,10 +31,16 @@ | ... | @@ -25,10 +31,16 @@ |
"eject": "react-scripts eject" | "eject": "react-scripts eject" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"eslint": "^4.16.0", | "eslint": "6.8.0", | ||
"eslint-config-airbnb": "^16.1.0", | "eslint-config-airbnb": "^18.2.1", | ||
"eslint-plugin-import": "^2.8.0", | "eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-jsx-a11y": "^6.0.3", | "eslint-plugin-jsx-a11y": "^6.4.1", | ||
"eslint-plugin-react": "^7.5.1" | "eslint-plugin-react": "^7.22.0" | ||
} | }, | ||
"browserslist": [ | |||
">0.2%", | |||
"not dead", | |||
"not ie <= 11", | |||
"not op_mini all" | |||
] | |||
} | } |
| W: | H:
| W: | H:
public/index.css
0 → 100644
public/kszk_circle_lightblue.svg
0 → 100644
This diff is collapsed.
src/actions/groups.js
0 → 100644
src/actions/home.js
0 → 100644
src/actions/homework.js
0 → 100644