macos-defaults/build/package.json

35 lines
962 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",
"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": "2.1.3"
},
"devDependencies": {
"@netlify/plugin-lighthouse": "4.0.1",
2022-10-14 14:20:42 +00:00
"jest": "29.2.0",
2022-08-17 16:43:45 +00:00
"netlify-plugin-minify-html": "0.3.1",
"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"
}
}