chore: add Plop, Netlify CLI and npm-run-all

This commit is contained in:
Stefan Imhoff
2023-06-09 20:17:02 +02:00
parent 5537fb7583
commit af1a662bf0
2 changed files with 6269 additions and 126 deletions

View File

@@ -7,6 +7,10 @@
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"deploy": "netlify deploy --prod",
"deploy:preview": "netflify deploy",
"publish": "npm-run-all build deploy",
"plop": "plop",
"astro": "astro",
"cspell": "cspell --words-only --unique 'src' | sort --ignore-case >> .cspell/dictionary.txt",
"prepare": "husky install"
@@ -51,6 +55,9 @@
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"netlify-cli": "^15.4.1",
"npm-run-all": "^4.1.5",
"plop": "^3.1.2",
"postcss-nesting": "^11.2.2",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.9.1",