-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
36 lines (36 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
33
34
35
36
{
"name": "uview2.0-doc",
"version": "1.0.0",
"description": "Docs for uView2.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "NODE_OPTIONS=--openssl-legacy-provider vuepress dev docs",
"build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build docs",
"deploy": "pnpm build && node deploy",
"preinstall": "npx only-allow pnpm"
},
"repository": {
"type": "git",
"url": "https://gitee.com/umicro/uView2.0-doc.git"
},
"keywords": [
"uView"
],
"author": "uView",
"license": "ISC",
"devDependencies": {
"sass": "1.26.2",
"sass-loader": "8.0.2",
"vuepress": "^1.8.2",
"vuepress-plugin-demo-container": "^0.2.0"
},
"dependencies": {
"anve-upload-upyun": "^1.0.8",
"axios": "^0.27.2",
"core-js": "^2.6.11",
"element-ui": "^2.13.2",
"markdown-it-copy": "^1.2.0",
"vue-cookies": "^1.7.4"
}
}