tried to reinstate clean start
Showing
- .env 3 additions, 0 deletions.env
- .eslintrc.cjs 20 additions, 0 deletions.eslintrc.cjs
- .gitignore 2 additions, 1 deletion.gitignore
- .gitlab-ci.yml 25 additions, 6 deletions.gitlab-ci.yml
- app.py 0 additions, 35 deletionsapp.py
- dependencies.txt 0 additions, 1 deletiondependencies.txt
- index.html 18 additions, 0 deletionsindex.html
- package.json 30 additions, 2 deletionspackage.json
- tsconfig.json 26 additions, 0 deletionstsconfig.json
- tsconfig.node.json 12 additions, 0 deletionstsconfig.node.json
- vite.config.js 12 additions, 0 deletionsvite.config.js
- yarn.lock 1900 additions, 0 deletionsyarn.lock
.env
0 → 100644
.eslintrc.cjs
0 → 100644
app.py
deleted
100644 → 0
dependencies.txt
deleted
100644 → 0
index.html
0 → 100644
{ | { | ||
"name": "team-slug", | |||
"version": "0.0.1", | |||
"license": "CC-BY-4.0", | |||
"type": "module", | |||
"scripts": { | |||
"dev": "vite", | |||
"build": "tsc && vite build", | |||
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", | |||
"format": "prettier --write \"**/*.{ts,tsx,md,json,css}\"", | |||
"preview": "vite preview" | |||
}, | |||
"dependencies": { | "dependencies": { | ||
"d3": "^7.9.0", | "bootstrap": "^5.3.3", | ||
"slick-carousel": "^1.8.1" | "react": "^18.2.0", | ||
"react-bootstrap": "^2.10.2", | |||
"react-dom": "^18.2.0", | |||
"react-router-dom": "^6.23.0" | |||
}, | |||
"devDependencies": { | |||
"@types/node": "^20.12.10", | |||
"@types/react": "^18.2.66", | |||
"@types/react-dom": "^18.2.22", | |||
"@typescript-eslint/eslint-plugin": "^7.2.0", | |||
"@typescript-eslint/parser": "^7.2.0", | |||
"@vitejs/plugin-react": "^4.2.1", | |||
"eslint": "^8.57.0", | |||
"eslint-plugin-react-hooks": "^4.6.0", | |||
"eslint-plugin-react-refresh": "^0.4.6", | |||
"prettier": "^3.2.5", | |||
"typescript": "^5.2.2", | |||
"vite": "^5.2.0" | |||
} | } | ||
} | } |
tsconfig.json
0 → 100644
tsconfig.node.json
0 → 100644
vite.config.js
0 → 100644
yarn.lock
0 → 100644
Please register or sign in to comment