baalajimaestro
b728933c22
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "personal-website",
|
|
"type": "module",
|
|
"version": "1.1.0",
|
|
"scripts": {
|
|
"dev": "astro dev --host",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"release": "bumpp"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^3.1.2",
|
|
"@astrojs/rss": "^4.0.7",
|
|
"@astrojs/sitemap": "^3.1.6",
|
|
"@astrojs/vue": "^4.5.0",
|
|
"@tryghost/content-api": "^1.11.21",
|
|
"@unocss/reset": "^0.61.0",
|
|
"astro": "^4.11.3",
|
|
"nprogress": "^0.2.0",
|
|
"sharp": "^0.33.4",
|
|
"unocss": "^0.61.0",
|
|
"vue": "^3.4.31"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^2.17.0",
|
|
"@iconify/json": "^2.2.204",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/nprogress": "^0.2.3",
|
|
"@types/tryghost__content-api": "^1.3.16",
|
|
"@vueuse/core": "^10.11.0",
|
|
"bumpp": "^9.4.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-astro": "^0.31.4",
|
|
"eslint-plugin-format": "^0.1.2",
|
|
"lint-staged": "^15.2.7",
|
|
"lodash-es": "^4.17.21",
|
|
"prettier-plugin-astro": "^0.13.0",
|
|
"simple-git-hooks": "^2.11.1"
|
|
}
|
|
}
|