-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.59 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
53
54
55
56
57
58
{
"name": "blog-react",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.127",
"@mui/material": "^5.12.0",
"@reduxjs/toolkit": "^1.9.3",
"@uiw/react-md-editor": "^4.0.4",
"ahooks": "^3.7.6",
"axios": "^1.3.5",
"css-unit-converter-js": "^1.0.0",
"dayjs": "^1.11.7",
"events": "^3.3.0",
"katex": "^0.16.10",
"material-react-table": "^1.10.0",
"notistack": "^3.0.1",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.10.0",
"rehype-rewrite": "^4.0.2",
"rehype-sanitize": "^6.0.0",
"typed.js": "^2.1.0"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/eslint-parser": "^7.21.3",
"@iconify/react": "^4.1.1",
"@types/events": "^3.0.3",
"@types/katex": "^0.16.7",
"@types/nprogress": "^0.2.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/three": "^0.150.2",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.38.0",
"eslint-plugin-react": "^7.32.2",
"less": "^4.1.3",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^4.9.3",
"vite": "^5.4.4",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-minify": "^2.0.0"
}
}