-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.85 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
{
"name": "blog-frontend",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"prod": "vite --mode production",
"build": "run-p type-check build-only",
"preview": "vite preview --port 4173",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@types/qs": "^6.9.7",
"@vavt/md-editor-extension": "^1.5.0",
"amfe-flexible": "^2.2.1",
"animate.css": "^4.1.1",
"animejs": "^3.2.1",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"crypto-js": "^4.1.1",
"element-plus": "^2.3.5",
"form-data": "^4.0.0",
"less": "^4.1.3",
"lodash": "^4.17.21",
"md-editor-v3": "^2.11.3",
"moment": "^2.29.4",
"nprogress": "^0.2.0",
"pinia": "^2.1.3",
"postcss": "^8.4.23",
"qiniu-js": "^3.4.1",
"qs": "^6.11.2",
"sanitize-html": "^2.10.0",
"socket.io-client": "^4.6.1",
"unplugin-icons": "^0.14.15",
"vue": "^3.3.4",
"vue-router": "^4.2.1",
"vue-socket.io": "^3.0.10",
"vue3-emoji-picker": "^1.1.7",
"vue3-lottie": "^2.7.0",
"webpack": "5.76.0"
},
"devDependencies": {
"@iconify-json/ep": "^1.1.10",
"@iconify-json/ion": "^1.1.10",
"@iconify-json/mdi": "^1.1.52",
"@iconify-json/simple-icons": "^1.1.54",
"@types/animejs": "^3.1.7",
"@types/lodash": "^4.14.194",
"@types/marked": "^4.3.1",
"@types/node": "^16.18.32",
"@types/sanitize-html": "^2.9.0",
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue-jsx": "^2.1.1",
"@vue/tsconfig": "^0.1.3",
"npm-run-all": "^4.1.5",
"postcss-pxtorem": "^6.0.0",
"prettier": "^2.8.8",
"sass": "^1.62.1",
"typescript": "~4.7.4",
"unplugin-auto-import": "^0.11.5",
"unplugin-element-plus": "^0.7.1",
"unplugin-vue-components": "^0.22.12",
"vite": "^3.2.6",
"vite-plugin-svg-icons": "^2.0.1",
"vue-tsc": "^1.6.5"
}
}