feat(directory): update home.jsx mobile layout

This commit is contained in:
Haoyu Xu
2023-10-22 22:22:44 -04:00
parent 4f23b15fa1
commit 39b32dd3d9
13 changed files with 424 additions and 331 deletions

View File

@@ -23,21 +23,21 @@
},
"devDependencies": {
"@perfsee/rollup": "^1.8.4",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.11",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"@vitejs/plugin-react-swc": "^3.4.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.31",
"prop-types": "^15.8.1",
"rollup": "^3.29.4",
"sass": "^1.69.0",
"stylelint": "^15.10.3",
"sass": "^1.69.4",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^30.0.1",
"stylelint-config-standard-scss": "^7.0.1",
"vite": "^4.4.11"
"vite": "^4.5.0"
},
"dependencies": {
"@parcellab/react-use-umami": "^2.0.1",
@@ -48,10 +48,10 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-refresh": "^0.14.0",
"react-router-dom": "^6.16.0",
"react-router-dom": "^6.17.0",
"react-simple-typewriter": "^5.0.1",
"reset-css": "^5.0.2",
"sharp": "^0.31.3",
"yaml": "^2.3.2"
"yaml": "^2.3.3"
}
}