Skip to content

Commit

Permalink
图片页还有tag栏需要修改
Browse files Browse the repository at this point in the history
  • Loading branch information
master1lan committed Jan 27, 2023
1 parent 08be3e6 commit 4c25854
Show file tree
Hide file tree
Showing 29 changed files with 410 additions and 576 deletions.
14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"postinstall": "patch-package",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
Expand All @@ -22,27 +21,26 @@
"@reduxjs/toolkit": "^1.9.1",
"axios": "^1.2.3",
"dayjs": "^1.11.7",
"imagesloaded": "^5.0.0",
"intersection-observer": "^0.12.2",
"json-bigint": "^1.0.0",
"loading-attribute-polyfill": "^2.1.0",
"masonic": "^3.7.0",
"material-ui-popup-state": "^5.0.4",
"nanoid": "^4.0.0",
"normalize.css": "^8.0.1",
"patch-package": "^6.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-flip-toolkit": "^7.0.17",
"react-intersection-observer": "^9.4.1",
"react-photo-view": "^1.2.3",
"react-redux": "^8.0.5",
"react-router-dom": "^6.6.1",
"react-use": "^17.4.0",
"swiper": "^8.4.6"
"react-use": "^17.4.0"
},
"devDependencies": {
"@babel/core": ">=7.0.0 <8.0.0",
"@faker-js/faker": "^7.6.0",
"@types/imagesloaded": "^4.1.2",
"@types/json-bigint": "^1.0.1",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
Expand All @@ -53,7 +51,7 @@
"rollup-plugin-visualizer": "^5.9.0",
"terser": ">=5.4.0 <6.0.0",
"typescript": "^4.9.3",
"vite": "4.0.3",
"vite": "4.0.4",
"vite-plugin-compression": "^0.5.1"
}
}
}
Loading

0 comments on commit 4c25854

Please sign in to comment.