Merge branch 'dev' into 'main'
2024 Pre-release See merge request templates/wiki-react-vite!2
No related branches found
No related tags found
Showing
- .env 3 additions, 0 deletions.env
- .eslintrc.cjs 18 additions, 0 deletions.eslintrc.cjs
- .gitignore 24 additions, 0 deletions.gitignore
- .gitlab-ci.yml 20 additions, 0 deletions.gitlab-ci.yml
- LICENSE 396 additions, 0 deletionsLICENSE
- README.md 77 additions, 92 deletionsREADME.md
- index.html 17 additions, 0 deletionsindex.html
- package.json 34 additions, 0 deletionspackage.json
- src/components/Footer.tsx 80 additions, 0 deletionssrc/components/Footer.tsx
- src/components/Header.tsx 19 additions, 0 deletionssrc/components/Header.tsx
- src/components/Inspirations.tsx 43 additions, 0 deletionssrc/components/Inspirations.tsx
- src/components/Navbar.tsx 53 additions, 0 deletionssrc/components/Navbar.tsx
- src/components/NotFound.tsx 16 additions, 0 deletionssrc/components/NotFound.tsx
- src/components/index.tsx 5 additions, 0 deletionssrc/components/index.tsx
- src/containers/App/App.css 65 additions, 0 deletionssrc/containers/App/App.css
- src/containers/App/App.tsx 67 additions, 0 deletionssrc/containers/App/App.tsx
- src/contents/attributions.tsx 61 additions, 0 deletionssrc/contents/attributions.tsx
- src/contents/contribution.tsx 34 additions, 0 deletionssrc/contents/contribution.tsx
- src/contents/description.tsx 79 additions, 0 deletionssrc/contents/description.tsx
- src/contents/education.tsx 49 additions, 0 deletionssrc/contents/education.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/components/Footer.tsx
0 → 100644
src/components/Header.tsx
0 → 100644
src/components/Inspirations.tsx
0 → 100644
src/components/Navbar.tsx
0 → 100644
src/components/NotFound.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
src/contents/education.tsx
0 → 100644
Please register or sign in to comment