-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
36 lines (36 loc) · 1.12 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
{
"scripts": {
"start": "yarn docs:dev",
"predownload": "node ./script/download.js",
"docs:dev": "npx vuepress dev docs",
"docs:build": "npx vuepress build docs",
"docs:links": "npx vuepress check-md docs",
"docs:build-for-github": "npm config set unsafe-perm true && npx vuepress build docs"
},
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.0.0-rc.1",
"@vuepress/plugin-google-analytics": "^1.8.2",
"@vuepress/plugin-medium-zoom": "^1.0.0-rc.1",
"@vuepress/plugin-nprogress": "^1.0.0-rc.1",
"markdown-it-container": "^2.0.0",
"markdown-it-deflist": "^2.0.3",
"markdown-it-footnote": "^3.0.2",
"markdown-it-task-lists": "^2.1.1",
"moment": "^2.24.0",
"vuepress": "^1.7.1",
"vuepress-plugin-fulltext-search": "^2.2.1"
},
"dependencies": {
"axios": "^1.1.3",
"cryptiles": "4.1.2",
"hoek": "4.2.1",
"markdown-it": "^8.4.2",
"markdown-it-emoji": "^1.4.0",
"npm": "6.14.6",
"npx": "^10.2.2",
"vuepress-plugin-check-md": "^0.0.2",
"vuepress-plugin-code-copy": "^1.0.6",
"yargs-parser": "13.1.2"
},
"version": "0.0.0"
}