Skip to content

Commit

Permalink
Feature/#119 (#120)
Browse files Browse the repository at this point in the history
デザインを追加
  • Loading branch information
Kota8102 authored Jun 12, 2024
1 parent 2ebe916 commit b3410e6
Show file tree
Hide file tree
Showing 34 changed files with 2,090 additions and 389 deletions.
125 changes: 125 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions src/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "./",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand All @@ -15,22 +16,27 @@
"@fullcalendar/daygrid": "^6.1.11",
"@fullcalendar/interaction": "^6.1.14",
"@fullcalendar/react": "^6.1.11",
"@types/react-slick": "^0.23.13",
"aws-amplify": "^5.3.18",
"buffer": "^6.0.3",
"dotenv": "^16.4.5",
"react": "^18.2.0",
"react-datetime": "^3.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.51.5",
"react-icons": "^5.1.0",
"react-router-dom": "^6.22.3",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1",
"vite-tsconfig-paths": "^4.3.2"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.24.3",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/react-helmet": "^6.1.11",
"@types/react-slick": "^0.23.13",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react-swc": "^3.5.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ export { default as calendar } from './calendar.svg'
export { default as flower } from './flower.svg'

export { default as setting } from './setting.svg'

export { default as vase1 } from './vase1.svg'

export { default as vase2 } from './vase2.svg'

export { default as vase3 } from './vase3.svg'
3 changes: 3 additions & 0 deletions src/frontend/src/assets/icons/vase1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/frontend/src/assets/icons/vase2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/frontend/src/assets/icons/vase3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b3410e6

Please sign in to comment.