-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 944 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
32
{
"name": "ui-definitions-docs",
"version": "2.0.0",
"description": "A user interface definition documentation based on components, compositions, and pattern layouts.",
"author": "elsiosanchez <[email protected]>",
"contributors": [
{
"name": "Edwin Betancourt",
"url": "https://github.com/EdwinBetanc0urt/",
"email": "[email protected]"
}
],
"license": "MIT",
"type": "module",
"scripts": {
"ci": "yarn install --frozen-lockfile",
"docs:build": "vuepress build src",
"docs:clean-dev": "vuepress dev src --clean-cache",
"docs:dev": "vuepress dev src",
"docs:update-package": "yarn dlx vp-update"
},
"devDependencies": {
"@vuepress/client": "2.0.0-beta.61",
"vue": "^3.2.47",
"vuepress": "2.0.0-beta.61",
"vuepress-theme-hope": "2.0.0-beta.193"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"element-plus": "^2.3.1"
}
}