2020-09-20 09:15:36 +00:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"name": "macos-defaults-vuepress-builder",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"main": "build.js",
|
|
|
|
"scripts": {
|
|
|
|
"clean": "rimraf docs* dist*",
|
|
|
|
"build": "yarn clean && node build.js",
|
|
|
|
"build:prod": "yarn build && vuepress build docs --dest dist",
|
|
|
|
"start": "yarn build && vuepress dev docs",
|
|
|
|
"test": "jest"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2020-09-25 17:56:12 +00:00
|
|
|
"@vuepress/plugin-medium-zoom": "1.6.0",
|
2020-09-20 09:15:36 +00:00
|
|
|
"handlebars": "4.7.6",
|
2020-09-25 17:56:12 +00:00
|
|
|
"vuepress": "1.6.0",
|
2020-09-20 09:15:36 +00:00
|
|
|
"yaml": "1.10.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-10-05 11:56:16 +00:00
|
|
|
"jest": "26.5.0",
|
2020-09-20 09:15:36 +00:00
|
|
|
"prettier": "2.1.2",
|
|
|
|
"rimraf": "3.0.2"
|
2020-09-05 07:11:35 +00:00
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"vuepress/@vuepress/core/webpack-dev-server/selfsigned/node-forge": "0.10.0"
|
2020-09-20 09:15:36 +00:00
|
|
|
}
|
|
|
|
}
|