-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 915 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 915 Bytes
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
{
"name": "uview-pro-docs",
"version": "1.0.0",
"description": "uView Pro document",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "vuepress dev docs",
"build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build docs",
"eject": "NODE_OPTIONS=--openssl-legacy-provider vuepress eject",
"deploy": "pnpm build && node deploy",
"preinstall": "npx only-allow pnpm",
"preview": "NODE_OPTIONS=--openssl-legacy-provider vuepress preview docs"
},
"keywords": [
"uView Pro"
],
"author": "anyup",
"license": "MIT",
"devDependencies": {
"sass": "1.26.2",
"sass-loader": "8.0.2",
"vuepress": "^1.6.0"
},
"dependencies": {
"anve-upload-upyun": "^1.0.8",
"axios": "^0.27.2",
"core-js": "^2.6.11",
"element-ui": "^2.13.2"
},
"volta": {
"node": "18.20.6",
"pnpm": "10.2.1"
}
}