Skip to content
Snippets Groups Projects
Commit adb3f61c authored by Fabien Zucchet's avatar Fabien Zucchet
Browse files

move front_thomas to front

parent bad75d38
Branches
No related tags found
No related merge requests found
Showing
with 3066 additions and 3821 deletions
src/setupProxy.js
src/index.css
env:
browser: true
es6: true
extends:
- 'eslint:recommended'
- 'plugin:react/recommended'
globals:
Atomics: readonly
SharedArrayBuffer: readonly
parserOptions:
ecmaFeatures:
jsx: true
ecmaVersion: 2018
sourceType: module
plugins:
- react
rules:
react/prop-types: "off"
react/jsx-key: "off"
File moved
File moved
This diff is collapsed.
{ {
"name": "leaderboard-front", "name": "humacs",
"version": "1.0.0", "version": "0.1.0",
"description": "Front du leaderboard Humaviron powered by VR", "private": true,
"main": "src/index.js", "proxy": "http://localhost:5000",
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"axios": "^0.21.1",
"mdbreact": "^4.27.0",
"react": "^16.13.1",
"react-countdown-circle-timer": "^2.2.2",
"react-countdown-now": "^2.1.2",
"react-dom": "^16.13.1",
"react-hook-form": "^6.15.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-select": "^3.1.0"
},
"scripts": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",
"build": "react-scripts build", "build": "react-scripts build",
"lint": "eslint src/*" "test": "react-scripts test",
}, "eject": "react-scripts eject"
"repository": {
"type": "git",
"url": "https://gitlab.viarezo.fr/coshyperbolix/leaderboard"
}, },
"keywords": [ "eslintConfig": {
"leaderboard" "extends": "react-app"
],
"author": "Fabien Zucchet",
"license": "ISC",
"dependencies": {
"axios": "^0.19.2",
"bootstrap": "^4.4.1",
"moment": "^2.24.0",
"react": "^16.13.1",
"react-bootstrap": "^1.0.1",
"react-dom": "^16.13.1",
"react-hook-form": "^5.6.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.1"
}, },
"browserslist": { "browserslist": {
"production": [ "production": [
...@@ -39,17 +38,5 @@ ...@@ -39,17 +38,5 @@
"last 1 firefox version", "last 1 firefox version",
"last 1 safari version" "last 1 safari version"
] ]
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"eslint-plugin-standard": "^4.0.1"
} }
} }
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment