mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-12-14 21:52:33 +00:00
33 lines
966 B
JSON
33 lines
966 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",
|
|
"lint": "prettier --write . --ignore-path ../../.prettierignore",
|
|
"lint:ci": "prettier --check . --ignore-path ../../.prettierignore"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"esm": "3.2.25",
|
|
"handlebars": "4.7.7",
|
|
"vuepress": "1.8.3",
|
|
"vuepress-plugin-sitemap": "2.3.1",
|
|
"yaml": "1.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "27.4.5",
|
|
"prettier": "2.5.1",
|
|
"rimraf": "3.0.2",
|
|
"slugify": "1.6.4"
|
|
},
|
|
"resolutions": {
|
|
"vuepress/@vuepress/core/webpack-dev-server/selfsigned/node-forge": "0.10.0",
|
|
"vuepress/@vuepress/core/@vuepress/markdown/markdown-it": "12.3.0"
|
|
}
|
|
}
|