Commits on Source (176)
Showing
- .dockerignore 7 additions, 0 deletions.dockerignore
- .editorconfig 12 additions, 0 deletions.editorconfig
- .env 4 additions, 0 deletions.env
- .env.development 1 addition, 0 deletions.env.development
- .gitignore 1 addition, 0 deletions.gitignore
- .gitlab-ci.yml 25 additions, 0 deletions.gitlab-ci.yml
- .nvmrc 1 addition, 0 deletions.nvmrc
- Dockerfile 25 additions, 0 deletionsDockerfile
- Dockerfile.development 24 additions, 0 deletionsDockerfile.development
- Makefile 6 additions, 0 deletionsMakefile
- compose.yaml 6 additions, 0 deletionscompose.yaml
- docker/nginx.conf 43 additions, 0 deletionsdocker/nginx.conf
- eslint.config.mjs 67 additions, 0 deletionseslint.config.mjs
- jsconfig.json 12 additions, 0 deletionsjsconfig.json
- package-lock.json 20192 additions, 11993 deletionspackage-lock.json
- package.json 58 additions, 11 deletionspackage.json
- public/favicon.ico 0 additions, 0 deletionspublic/favicon.ico
- public/img/og.afdesign 0 additions, 0 deletionspublic/img/og.afdesign
- public/img/og2021.png 0 additions, 0 deletionspublic/img/og2021.png
- public/img/og2024.png 0 additions, 0 deletionspublic/img/og2024.png
.dockerignore
0 → 100644
.editorconfig
0 → 100644
.env
0 → 100644
.env.development
0 → 100644
.gitlab-ci.yml
0 → 100644
.nvmrc
0 → 100644
Dockerfile
0 → 100644
Dockerfile.development
0 → 100644
Makefile
0 → 100644
compose.yaml
0 → 100644
docker/nginx.conf
0 → 100644
eslint.config.mjs
0 → 100644
jsconfig.json
0 → 100644
This diff is collapsed.
... | @@ -3,21 +3,44 @@ | ... | @@ -3,21 +3,44 @@ |
"version": "0.1.0", | "version": "0.1.0", | ||
"private": true, | "private": true, | ||
"dependencies": { | "dependencies": { | ||
"@testing-library/jest-dom": "^4.2.4", | "@react-keycloak/web": "^3.4.0", | ||
"@testing-library/react": "^9.5.0", | "@rooks/use-interval": "^4.11.2", | ||
"@testing-library/user-event": "^7.2.1", | "@rooks/use-outside-click": "^4.11.2", | ||
"react": "^16.13.1", | "@rooks/use-timeout": "^4.11.2", | ||
"react-dom": "^16.13.1", | "@rooks/use-window-size": "^4.11.2", | ||
"react-scripts": "3.4.3" | "@sentry/integrations": "^7.119.2", | ||
"@sentry/react": "^8.34.0", | |||
"@sentry/tracing": "^7.119.2", | |||
"ajv": "^8.17.1", | |||
"classnames": "^2.5.1", | |||
"crypto-js": "^4.2.0", | |||
"date-fns": "^4.1.0", | |||
"keycloak-js": "^26.0.0", | |||
"lodash": "^4.17.21", | |||
"pullstate": "^1.25.0", | |||
"react": "^18.3.1", | |||
"react-dom": "^18.3.1", | |||
"react-helmet-async": "^2.0.5", | |||
"react-hint": "^3.2.1", | |||
"react-intersection-observer": "^9.13.1", | |||
"react-joyride": "^2.9.2", | |||
"react-mde": "^11.5.0", | |||
"react-modal": "^3.16.1", | |||
"react-player": "^2.16.0", | |||
"react-router-dom": "^6.27.0", | |||
"react-scripts": "^5.0.1", | |||
"showdown": "^2.1.0", | |||
"wait-queue": "^1.1.4", | |||
"xss": "^1.0.15" | |||
}, | }, | ||
"scripts": { | "scripts": { | ||
"start": "react-scripts start", | "start": "react-scripts start", | ||
"build": "react-scripts build", | "build": "react-scripts build", | ||
"test": "react-scripts test", | "test": "react-scripts test --env=jsdom-fourteen", | ||
"eject": "react-scripts eject" | "eject": "react-scripts eject", | ||
}, | "lint": "eslint --cache 'src/**/*.{js,jsx}'", | ||
"eslintConfig": { | "lint:fix": "eslint --cache --fix 'src/**/*.{js,jsx}'", | ||
"extends": "react-app" | "analyze": "source-map-explorer 'build/static/js/*.js'" | ||
}, | }, | ||
"browserslist": { | "browserslist": { | ||
"production": [ | "production": [ | ||
... | @@ -30,5 +53,29 @@ | ... | @@ -30,5 +53,29 @@ |
"last 1 firefox version", | "last 1 firefox version", | ||
"last 1 safari version" | "last 1 safari version" | ||
] | ] | ||
}, | |||
"devDependencies": { | |||
"@eslint/compat": "^1.2.0", | |||
"@eslint/eslintrc": "^3.1.0", | |||
"@eslint/js": "^9.12.0", | |||
"@testing-library/jest-dom": "^6.5.0", | |||
"@testing-library/react": "^16.0.1", | |||
"@testing-library/react-hooks": "^8.0.1", | |||
"@testing-library/user-event": "^14.5.2", | |||
"babel-core": "^6.26.3", | |||
"babel-eslint": "^10.1.0", | |||
"eslint": "^9.12.0", | |||
"eslint-config-airbnb": "^19.0.4", | |||
"eslint-config-prettier": "^9.1.0", | |||
"eslint-plugin-import": "^2.31.0", | |||
"eslint-plugin-jest-dom": "^5.4.0", | |||
"eslint-plugin-jsx-a11y": "^6.10.0", | |||
"eslint-plugin-prettier": "^5.2.1", | |||
"eslint-plugin-react": "^7.37.1", | |||
"eslint-plugin-simple-import-sort": "^12.1.1", | |||
"eslint-plugin-testing-library": "^6.3.0", | |||
"prettier": "^3.3.3", | |||
"source-map-explorer": "^2.5.3", | |||
"typescript": "^5.6.3" | |||
} | } | ||
} | } |
public/favicon.ico
deleted
100644 → 0
3.08 KiB
public/img/og.afdesign
0 → 100644
File added
public/img/og2021.png
0 → 100644
124 KiB
public/img/og2024.png
0 → 100644
43.1 KiB