macos-defaults/build/production/package.json

33 lines
883 B
JSON
Raw Normal View History

{
"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",
2021-12-21 11:19:30 +00:00
"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.7",
"vuepress-plugin-sitemap": "2.3.1",
"yaml": "1.10.2"
},
"devDependencies": {
2022-08-17 12:24:06 +00:00
"jest": "28.1.3",
"prettier": "2.7.1",
"rimraf": "3.0.2",
2022-01-09 09:01:34 +00:00
"slugify": "1.6.5"
2020-09-05 07:11:35 +00:00
},
"resolutions": {
2022-08-17 12:24:29 +00:00
"vuepress/@vuepress/core/@vuepress/markdown/markdown-it": "13.0.1"
}
}