-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.76 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.76 KB
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
59
60
61
62
63
64
65
66
67
{
"name": "blog-admin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.10",
"@vavt/cm-extension": "^1.5.0",
"@vavt/message": "^2.0.1",
"@vavt/v3-extension": "^1.3.1",
"@vueuse/core": "^9.5.0",
"axios": "^1.1.3",
"buffer": "^6.0.3",
"dayjs": "^1.11.7",
"echarts": "^5.4.1",
"element-plus": "^2.3.9",
"image-conversion": "^2.1.1",
"js-cookie": "^3.0.1",
"jsencrypt": "^3.3.2",
"markdown-it-anchor": "^9.2.0",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-mark": "^4.0.0",
"md-editor-v3": "^4.21.2",
"node-rsa": "^1.1.1",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"pinia": "^2.0.31",
"pinia-plugin-persistedstate": "^2.4.0",
"prismjs": "^1.29.0",
"screenfull": "^6.0.2",
"tippy.js": "^6.3.7",
"v-viewer": "^3.0.11",
"vue": "^3.2.47",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@types/js-cookie": "^3.0.2",
"@types/node": "^18.11.9",
"@types/node-rsa": "^1.1.4",
"@types/nprogress": "^0.2.0",
"@types/path-browserify": "^1.0.0",
"@types/prismjs": "^1.26.0",
"@vitejs/plugin-vue": "^3.2.0",
"fast-glob": "^3.2.12",
"sass": "^1.56.1",
"sass-loader": "^13.2.0",
"typescript": "^4.6.4",
"unplugin-auto-import": "^0.11.4",
"unplugin-vue-components": "^0.22.9",
"vite": "^3.2.3",
"vite-plugin-prismjs": "0.0.8",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^1.0.9"
},
"pnpm": {
"overrides": {
"@codemirror/state": "6.4.1",
"@codemirror/view": "6.34.1",
"@codemirror/language": "6.10.3"
}
}
}