forked from oscc-web/ieda-website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 1010 Bytes
/
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
{
"name": "ieda-website",
"version": "1.0.0",
"description": "A project of ieda-website",
"license": "GPL-3.0",
"type": "module",
"scripts": {
"command": "cd src/.vuepress/ && node gen-client.js && cd - && ./common/cmd.sh"
},
"devDependencies": {
"@vuepress/client": "2.0.0-beta.66",
"@vuepress/plugin-register-components": "2.0.0-beta.66",
"colors": "^1.4.0",
"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",
"element-plus": "^2.3.14",
"imagemin": "^9.0.0",
"imagemin-giflossy": "^5.1.10",
"imagemin-jpegtran": "^7.0.0",
"imagemin-pngquant": "^10.0.0"
},
"deploy": "iEDA-docs"
}