mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-11-14 23:57:07 +00:00
34 lines
962 B
JSON
34 lines
962 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",
|
|
"format": "prettier --write . --ignore-path ../.prettierignore",
|
|
"lint": "prettier --check . --ignore-path ../.prettierignore"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"esm": "3.2.25",
|
|
"handlebars": "4.7.7",
|
|
"vuepress": "1.9.9",
|
|
"vuepress-plugin-sitemap": "2.3.1",
|
|
"yaml": "2.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@netlify/plugin-lighthouse": "4.1.1",
|
|
"jest": "29.6.1",
|
|
"netlify-plugin-minify-html": "0.3.1",
|
|
"prettier": "2.8.8",
|
|
"rimraf": "3.0.2",
|
|
"slugify": "1.6.6"
|
|
},
|
|
"resolutions": {
|
|
"vuepress/@vuepress/core/@vuepress/markdown/markdown-it": "13.0.1"
|
|
}
|
|
}
|