mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-12-15 22:22:31 +00:00
551a2158f5
Co-authored-by: Franck Abgrall <abgrallkefran@gmail.com>
25 lines
604 B
JSON
25 lines
604 B
JSON
{
|
|
"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": {
|
|
"@vuepress/plugin-medium-zoom": "1.5.4",
|
|
"handlebars": "4.7.6",
|
|
"vuepress": "1.5.4",
|
|
"yaml": "1.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "26.4.2",
|
|
"prettier": "2.1.2",
|
|
"rimraf": "3.0.2"
|
|
}
|
|
}
|