macos-defaults/package.json

35 lines
870 B
JSON
Raw Normal View History

{
"private": true,
"name": "macos-defaults-production-builder",
"version": "0.1.0",
"main": "build.js",
"scripts": {
"clean": "rimraf dist*",
"build": "yarn build:prod",
"build:prod": "vuepress build docs --dest dist",
"start": "vuepress dev docs",
"test": "jest --passWithNoTests",
2023-08-17 13:54:54 +00:00
"format": "prettier --write .",
"lint": "prettier --check ."
},
"license": "MIT",
"dependencies": {
"esm": "3.2.25",
"handlebars": "4.7.8",
2023-08-16 11:59:57 +00:00
"vuepress": "1.9.10",
"vuepress-plugin-sitemap": "2.3.1",
2023-07-06 19:29:17 +00:00
"yaml": "2.3.1"
},
"devDependencies": {
"@netlify/plugin-lighthouse": "5.0.0",
"jest": "29.6.2",
2022-08-17 16:43:45 +00:00
"netlify-plugin-minify-html": "0.3.1",
2023-08-17 13:54:54 +00:00
"prettier": "^3.0.2",
2023-07-06 19:31:26 +00:00
"rimraf": "5.0.1",
"slugify": "1.6.6"
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"
}
}