Skip to content

Commit 16acced

Browse files
committed
Add scoop help
1 parent aabe7f3 commit 16acced

File tree

6 files changed

+370
-356
lines changed

6 files changed

+370
-356
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ It is the frontend of the ShanghaiTech Open Source Mirror.
88

99
## Features
1010

11-
- Single page application (Frontend routing)
12-
- Search bar (Simple mode / RegExp mode)
13-
- Quick Downloader & Configuration Generator
11+
- SPA (Frontend routing)
12+
- Search bar (Simple / RegExp mode)
13+
- Quick Downloader
14+
- Configuration Generator
1415
- High performance in rendering large list page
1516
- Adaptive dark theme
1617
- Query Caching
@@ -49,4 +50,4 @@ Build with this command.
4950
pnpm build
5051
```
5152

52-
You will get the `dist` folder. Upload it to your server.
53+
You will get the `dist` folder. Upload it to your server.

package.json

+16-17
Original file line numberDiff line numberDiff line change
@@ -15,36 +15,35 @@
1515
"@emotion/styled": "^11.11.0",
1616
"@fontsource/roboto": "^5.0.8",
1717
"@honkhonk/vite-plugin-svgr": "^1.1.0",
18-
"@mui/material": "^5.14.10",
19-
"@mui/styles": "^5.14.10",
20-
"@tanstack/react-query": "^4.35.3",
21-
"@tanstack/react-virtual": "3.0.0-beta.59",
22-
"@types/markdown-it": "^13.0.1",
23-
"@types/react": "^18.2.22",
24-
"@types/react-dom": "^18.2.7",
25-
"@typescript-eslint/eslint-plugin": "^6.7.2",
26-
"@typescript-eslint/parser": "^6.7.2",
27-
"@vitejs/plugin-react-swc": "^3.3.2",
18+
"@mui/material": "^5.14.13",
19+
"@mui/styles": "^5.14.13",
20+
"@tanstack/react-query": "^4.36.1",
21+
"@tanstack/react-virtual": "^3.0.0-beta.65",
22+
"@types/markdown-it": "^13.0.2",
23+
"@types/react": "^18.2.28",
24+
"@types/react-dom": "^18.2.13",
25+
"@typescript-eslint/eslint-plugin": "^6.7.5",
26+
"@typescript-eslint/parser": "^6.7.5",
27+
"@vitejs/plugin-react-swc": "^3.4.0",
2828
"autocorrect-node": "^2.8.4",
2929
"clsx": "^2.0.0",
30-
"eslint": "^8.50.0",
30+
"eslint": "^8.51.0",
3131
"eslint-plugin-react": "^7.33.2",
3232
"eslint-plugin-react-hooks": "^4.6.0",
33-
"glob": "^10.3.6",
34-
"javascript-time-ago": "^2.5.9",
35-
"lefthook": "^1.5.0",
36-
"markdown-it": "^13.0.1",
33+
"glob": "^10.3.10",
34+
"lefthook": "^1.5.2",
35+
"markdown-it": "^13.0.2",
3736
"markdown-it-prism": "^2.3.0",
3837
"mdi-material-ui": "^7.7.0",
3938
"prismjs": "^1.29.0",
4039
"react": "^18.2.0",
4140
"react-dom": "^18.2.0",
4241
"react-router-dom": "^6.16.0",
43-
"terser": "^5.20.0",
42+
"terser": "^5.21.0",
4443
"timeago.js": "^4.0.2",
4544
"typeface-roboto": "^1.1.13",
4645
"typescript": "^5.2.2",
47-
"vite": "^4.4.9",
46+
"vite": "^4.4.11",
4847
"vite-plugin-compression2": "^0.10.5",
4948
"vite-plugin-minify": "^1.5.2",
5049
"vite-plugin-progress": "^0.0.7",

0 commit comments

Comments
 (0)