forked from eryajf/HowToStartOpenSource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 797 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
{
"author": "eryajf",
"homepage": "./",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vuepress dev docs",
"build": "node --max_old_space_size=8192 ./node_modules/vuepress/cli.js build docs",
"push": "bash scripts/push.sh",
"deploy": "bash scripts/deploy.sh"
},
"dependencies": {
"@vuepress-reco/vuepress-plugin-extract-code": "^1.0.4",
"@vuepress-reco/vuepress-plugin-rss": "1.0.0",
"@vuepress/plugin-register-components": "1.2.0",
"vuepress": "1.9.7",
"vuepress-plugin-flowchart": "1.4.3",
"vuepress-plugin-meilisearch": "^0.13.0",
"vuepress-plugin-one-click-copy": "^1.0.6",
"vuepress-plugin-sitemap": "^2.3.1",
"vuepress-theme-reco": "1.6.15",
"whatwg-fetch": "3.0.0"
}
}