-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1018 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
37
{
"name": "zhengcheng",
"version": "1.0.1",
"private": true,
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.8.2",
"@vuepress/plugin-back-to-top": "^1.5.1",
"@vuepress/plugin-last-updated": "^1.5.1",
"vuepress": "^1.5.0",
"vuepress-theme-indigo-material": "^1.0.22",
"vuepress-theme-note": "^1.1.3",
"vuepress-theme-reco": "^1.6.13",
"webpack": "^4.43.0",
"webpack-dev-server": "^3.11.0"
},
"scripts": {
"dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vuepress dev zhengcheng-doc",
"build": "vuepress build zhengcheng-doc"
},
"dependencies": {
"moment": "^2.27.0",
"yarn": "^1.22.4"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/zhangquansheng/docs.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhangquansheng/docs/issues"
},
"homepage": "https://github.com/zhangquansheng/docs#readme",
"description": ""
}