-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
37 lines (37 loc) · 1.16 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
{
"name": "ysyx-website",
"version": "1.0.0",
"description": "A project of ysyx-website",
"license": "GPL-3.0",
"type": "module",
"scripts": {
"command": "./common/cmd.sh"
},
"devDependencies": {
"@types/markdown-it-attrs": "^4.1.3",
"@vuepress/client": "2.0.0-beta.66",
"@vuepress/plugin-google-analytics": "2.0.0-beta.66",
"@vuepress/plugin-register-components": "2.0.0-beta.66",
"colors": "^1.4.0",
"markdown-it-attrs": "^4.1.6",
"unplugin-auto-import": "^0.16.6",
"unplugin-icons": "^0.17.0",
"unplugin-vue-components": "^0.25.2",
"vue": "^3.2.47",
"vuepress": "2.0.0-beta.66",
"vuepress-plugin-search-pro": "2.0.0-beta.233",
"vuepress-theme-hope": "2.0.0-beta.233"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"axios": "^1.6.2",
"element-plus": "^2.3.14",
"imagemin": "^8.0.1",
"imagemin-giflossy": "^5.1.10",
"imagemin-jpegtran": "^7.0.0",
"imagemin-pngquant": "^9.0.2",
"moment": "^2.30.1",
"qrcode.vue": "^3.4.1"
},
"deploy": "home"
}