-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.57 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "shanghaitech-mirror-frontend",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint",
"lint:fix": "eslint --fix",
"autocorrect": "node src/tools/autocorrect **/*.md --verbose",
"metadata": "node src/tools/metadata -i src/contents/news/*.md -o src/assets/metadata/news.json"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@eslint/compat": "1.2.6",
"@eslint/js": "^9.20.0",
"@fontsource/roboto": "^5.1.1",
"@mui/material": "^6.4.5",
"@tanstack/react-query": "^5.66.7",
"@tanstack/react-virtual": "^3.13.0",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.13.4",
"@types/react": "^18.2.8",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-react-swc": "^3.8.0",
"autocorrect-node": "^2.13.0",
"eslint": "^9.20.1",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"glob": "^11.0.1",
"lefthook": "^1.10.10",
"markdown-it": "^14.1.0",
"markdown-it-meta": "^0.0.1",
"markdown-it-prism": "^2.3.0",
"mdi-material-ui": "^7.9.3",
"prismjs": "^1.29.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.1.4",
"timeago.js": "^4.0.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.1",
"vite": "^6.1.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-minify": "^2.1.0",
"vite-plugin-svgr": "^4.3.0"
}
}