2020-09-20 09:16:08 +00:00
|
|
|
{
|
|
|
|
"private": true,
|
2020-09-04 14:05:42 +00:00
|
|
|
"name": "macos-defaults-production-builder",
|
2020-09-20 09:16:08 +00:00
|
|
|
"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",
|
2020-11-23 18:34:52 +00:00
|
|
|
"test": "jest",
|
2022-08-17 16:34:02 +00:00
|
|
|
"format": "prettier --write . --ignore-path ../.prettierignore",
|
|
|
|
"lint": "prettier --check . --ignore-path ../.prettierignore"
|
2020-09-20 09:16:08 +00:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2020-12-11 21:30:35 +00:00
|
|
|
"esm": "3.2.25",
|
2021-02-15 10:52:02 +00:00
|
|
|
"handlebars": "4.7.7",
|
2022-08-17 09:56:04 +00:00
|
|
|
"vuepress": "1.9.7",
|
2020-12-11 21:30:35 +00:00
|
|
|
"vuepress-plugin-sitemap": "2.3.1",
|
2022-10-12 15:08:47 +00:00
|
|
|
"yaml": "2.1.3"
|
2020-09-20 09:16:08 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-10-14 14:15:38 +00:00
|
|
|
"@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",
|
2022-08-17 09:56:04 +00:00
|
|
|
"prettier": "2.7.1",
|
2021-04-06 05:36:44 +00:00
|
|
|
"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"
|
2020-09-20 09:16:08 +00:00
|
|
|
}
|
|
|
|
}
|