-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 950 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": "vuepress-starter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npm run docs:dev",
"build": "npm run docs:build",
"docs:dev": "NODE_OPTIONS=--openssl-legacy-provider vuepress dev docs --temp .temp",
"docs:build": "NODE_OPTIONS=--openssl-legacy-provider vuepress build docs"
},
"author": "pipe",
"license": "ISC",
"devDependencies": {
"vuepress": "^1.9.10",
"vuepress-plugin-autometa": "~0.1.13",
"vuepress-plugin-baidu-autopush": "~1.0.1"
},
"dependencies": {
"@better-scroll/core": "^2.4.2",
"@vssue/api-gitee-v5": "^1.4.7",
"@vssue/api-github-v3": "^1.4.7",
"@vssue/vuepress-plugin-vssue": "1.4.8",
"better-scroll": "^2.4.2",
"dotenv": "~10.0.0",
"pixi.js": "~6.1.2",
"vuepress-plugin-gotop-plus": "^1.0.4",
"vuepress-plugin-helper-live2d": "^1.0.2",
"zen-toast": "^1.0.0"
}
}