Skip to content

Commit

Permalink
新的文件结构
Browse files Browse the repository at this point in the history
  • Loading branch information
master1lan committed Jan 10, 2023
1 parent a678608 commit 88eef8d
Show file tree
Hide file tree
Showing 18 changed files with 776 additions and 418 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="referrer" content="no-referrer" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="renderer" content="webkit" />
<link rel="preconnect" href="https://s1.hdslb.com" crossorigin>
<link rel="dns-prefetch" href="https://s1.hdslb.com">
<title>eoefans-web</title>
</head>
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"postinstall": "patch-package",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
Expand All @@ -21,9 +22,11 @@
"dayjs": "^1.11.7",
"imagesloaded": "^5.0.0",
"intersection-observer": "^0.12.2",
"loading-attribute-polyfill": "^2.1.0",
"masonic": "^3.7.0",
"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",
Expand All @@ -40,9 +43,11 @@
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/react-lazy-load-image-component": "^1.5.2",
"@vitejs/plugin-legacy": "^3.0.1",
"@vitejs/plugin-react-swc": "^3.0.0",
"less": "^4.1.3",
"rollup-plugin-visualizer": "^5.9.0",
"terser": ">=5.4.0 <6.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vite-plugin-compression": "^0.5.1"
Expand Down
Loading

0 comments on commit 88eef8d

Please sign in to comment.