macos-defaults/build/production/package.json
2020-11-04 20:46:45 +01:00

29 lines
783 B
JSON

{
"private": true,
"name": "macos-defaults-production-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": {
"@vuepress/plugin-medium-zoom": "1.7.1",
"handlebars": "4.7.6",
"vuepress": "1.7.1",
"yaml": "1.10.0"
},
"devDependencies": {
"jest": "26.6.3",
"prettier": "2.1.2",
"rimraf": "3.0.2"
},
"resolutions": {
"vuepress/@vuepress/core/webpack-dev-server/selfsigned/node-forge": "0.10.0",
"vuepress/@vuepress/core/@vuepress/markdown/markdown-it": "12.0.2"
}
}