-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.06 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "wzblogvue",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "vite --mode develop",
"build": "vite build --mode production",
"buildDev": "vite build --mode develop",
"generate": "vite-ssg build",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"cropperjs": "^1.5.13",
"dayjs": "^1.11.7",
"dexie": "^3.2.3",
"element-plus": "^2.2.30",
"highlight.js": "^11.7.0",
"jinrishici": "^1.0.6",
"katex": "^0.16.4",
"lodash": "^4.17.21",
"md-editor-v3": "^2.8.0",
"mermaid": "^9.4.0",
"pinia": "^2.0.30",
"prettier": "^2.8.4",
"rsocket-core": "^1.0.0-alpha.3",
"rsocket-websocket-client": "0.0.27",
"screenfull": "^6.0.2",
"uuid": "^9.0.0",
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@element-plus/icons-vue": "^2.0.10",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@iconify-json/ep": "^1.1.9",
"@types/lodash": "^4.14.191",
"@types/marked": "^4.0.8",
"@types/node": "^18.13.0",
"@types/rsocket-core": "^0.0.7",
"@types/rsocket-websocket-client": "^0.0.4",
"@unocss/webpack": "^0.48.3",
"@vitejs/plugin-vue": "^4.0.0",
"@vueuse/core": "^9.12.0",
"@vueuse/head": "^1.0.25",
"bufferutil": "^4.0.7",
"canvas": "^2.11.0",
"critters": "^0.0.16",
"encoding": "^0.1.13",
"less": "^4.1.3",
"sass": "^1.58.1",
"stylus": "^0.59.0",
"sugarss": "^4.0.1",
"terser": "^5.16.3",
"typescript": "^4.9.5",
"unocss": "^0.48.3",
"unplugin-auto-import": "^0.14.2",
"unplugin-vue-components": "^0.23.0",
"utf-8-validate": "^6.0.2",
"vite": "^4.1.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-require-transform": "^1.0.9",
"vue-tsc": "^1.1.0",
"webpack": "^5.75.0"
},
"license": "MIT"
}