-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 835 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 835 Bytes
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
{
"name": "blog-client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@bytemd/plugin-breaks": "^1.17.4",
"@bytemd/plugin-frontmatter": "^1.17.4",
"@bytemd/plugin-gfm": "^1.17.4",
"@bytemd/plugin-highlight": "^1.17.4",
"@bytemd/react": "^1.17.4",
"axios": "^1.2.1",
"bytemd": "^1.17.4",
"fancy-components": "^0.0.23",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.5"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"rollup-plugin-visualizer": "^5.8.3",
"sass": "^1.56.2",
"typescript": "^4.6.4",
"vite": "^3.2.3"
}
}