-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 955 Bytes
/
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
{
"name": "blog",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@giscus/react": "^2.3.0",
"axios": "^1.6.7",
"echarts": "^5.5.0",
"events": "^3.3.0",
"github-markdown-css": "^5.3.0",
"highlight.js": "^11.9.0",
"less": "^4.2.0",
"markdown-it": "^13.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown-editor-lite": "^1.3.4",
"react-router-dom": "^6.22.3",
"sanitize-html": "^2.13.0",
"use-immer": "^0.9.0"
},
"devDependencies": {
"@iconify/react": "^4.1.1",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.1.6",
"vite-plugin-compression": "^0.5.1"
}
}