-
- Downloads
2024 pre-release
Showing
- .env 4 additions, 0 deletions.env
- .eslintrc.cjs 18 additions, 0 deletions.eslintrc.cjs
- .gitignore 24 additions, 0 deletions.gitignore
- .gitlab-ci.yml 19 additions, 0 deletions.gitlab-ci.yml
- LICENSE 396 additions, 0 deletionsLICENSE
- README.md 74 additions, 92 deletionsREADME.md
- index.html 13 additions, 0 deletionsindex.html
- package.json 34 additions, 0 deletionspackage.json
- src/assets/igem-2022.svg 8 additions, 0 deletionssrc/assets/igem-2022.svg
- src/components/AttributionForm/index.tsx 28 additions, 0 deletionssrc/components/AttributionForm/index.tsx
- src/components/Footer/index.tsx 82 additions, 0 deletionssrc/components/Footer/index.tsx
- src/components/Header/index.tsx 26 additions, 0 deletionssrc/components/Header/index.tsx
- src/components/Navbar/index.tsx 47 additions, 0 deletionssrc/components/Navbar/index.tsx
- src/components/NotFound/index.tsx 20 additions, 0 deletionssrc/components/NotFound/index.tsx
- src/components/index.tsx 4 additions, 0 deletionssrc/components/index.tsx
- src/containers/App/App.css 65 additions, 0 deletionssrc/containers/App/App.css
- src/containers/App/App.tsx 111 additions, 0 deletionssrc/containers/App/App.tsx
- src/contents/attributions.tsx 39 additions, 0 deletionssrc/contents/attributions.tsx
- src/contents/contribution.tsx 36 additions, 0 deletionssrc/contents/contribution.tsx
- src/contents/description.tsx 103 additions, 0 deletionssrc/contents/description.tsx
.env
0 → 100644
.eslintrc.cjs
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
LICENSE
0 → 100644
index.html
0 → 100644
package.json
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": { | ||
"bootstrap": "^5.3.3", | ||
"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" | ||
} | ||
} |
src/assets/igem-2022.svg
0 → 100644
src/components/AttributionForm/index.tsx
0 → 100644
src/components/Footer/index.tsx
0 → 100644
src/components/Header/index.tsx
0 → 100644
src/components/Navbar/index.tsx
0 → 100644
src/components/NotFound/index.tsx
0 → 100644
src/components/index.tsx
0 → 100644
src/containers/App/App.css
0 → 100644
src/containers/App/App.tsx
0 → 100644
src/contents/attributions.tsx
0 → 100644
src/contents/contribution.tsx
0 → 100644
src/contents/description.tsx
0 → 100644
Please register or sign in to comment