2020-09-20 09:16:08 +00:00
|
|
|
{
|
|
|
|
"private": true,
|
2020-09-04 14:05:42 +00:00
|
|
|
"name": "macos-defaults-production-builder",
|
2020-09-20 09:16:08 +00:00
|
|
|
"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-10-15 17:28:59 +00:00
|
|
|
"@vuepress/plugin-medium-zoom": "1.7.1",
|
2020-09-20 09:16:08 +00:00
|
|
|
"handlebars": "4.7.6",
|
2020-10-15 17:28:59 +00:00
|
|
|
"vuepress": "1.7.1",
|
2020-09-20 09:16:08 +00:00
|
|
|
"yaml": "1.10.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-11-04 19:46:45 +00:00
|
|
|
"jest": "26.6.3",
|
2020-09-20 09:16:08 +00:00
|
|
|
"prettier": "2.1.2",
|
|
|
|
"rimraf": "3.0.2"
|
2020-09-05 07:11:35 +00:00
|
|
|
},
|
|
|
|
"resolutions": {
|
2020-10-31 19:46:30 +00:00
|
|
|
"vuepress/@vuepress/core/webpack-dev-server/selfsigned/node-forge": "0.10.0",
|
2020-10-31 20:01:37 +00:00
|
|
|
"vuepress/@vuepress/core/@vuepress/markdown/markdown-it": "12.0.2"
|
2020-09-20 09:16:08 +00:00
|
|
|
}
|
|
|
|
}
|