-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
52 lines (52 loc) · 1.47 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "pure-admin-doc",
"version": "5.8.0",
"scripts": {
"dev": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress dev docs",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress build docs",
"preview": "esno preview"
},
"license": "MIT",
"devDependencies": {
"@better-scroll/core": "^2.5.1",
"@better-scroll/slide": "^2.5.1",
"@vuepress/plugin-active-header-links": "^1.9.9",
"@vuepress/plugin-nprogress": "^1.9.9",
"@vuepress/plugin-search": "^1.9.9",
"whatwg-fetch": "^3.6.2",
"chalk": "^5.0.0",
"dayjs": "^1.10.7",
"docsearch.js": "^2.6.3",
"esno": "^0.16.3",
"express": "^4.18.2",
"good-storage": "^1.1.1",
"inquirer": "7.1.0",
"js-yaml": "^4.1.0",
"json2yaml": "1.1.0",
"lodash": "^4.17.21",
"open": "^9.1.0",
"stylus": "^0.57.0",
"stylus-loader": "3.0.2",
"vuepress": "^1.9.9",
"vuepress-plugin-baidu-tongji": "^1.0.1",
"vuepress-plugin-container": "^2.1.5",
"vuepress-plugin-demo-block": "^0.7.2",
"vuepress-plugin-one-click-copy": "^1.0.6",
"vuepress-plugin-reading-progress": "^1.0.10",
"vuepress-plugin-smooth-scroll": "^0.0.10",
"vuepress-plugin-thirdparty-search": "^1.0.2",
"vuepress-plugin-zooming": "^1.1.8",
"yamljs": "0.3.0"
},
"dependencies": {
"babel-plugin-component": "^1.1.1",
"core-js": "2.6.11"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"vue"
]
}
}
}