personal-website/package.json

44 lines
1 KiB
JSON
Raw Normal View History

2024-03-13 07:17:11 +00:00
{
"name": "astro-theme-vitesse",
"type": "module",
2024-05-06 02:59:45 +00:00
"version": "0.2.0",
2024-03-13 07:17:11 +00:00
"scripts": {
"prepare": "simple-git-hooks",
"dev": "astro dev --host",
"build": "astro build",
"preview": "astro preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"release": "bumpp"
},
"dependencies": {
"@astrojs/mdx": "^2.2.0",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/vue": "^4.0.8",
"@unocss/reset": "^0.58.5",
"astro": "^4.5.2",
"marked": "^11.2.0",
"unocss": "^0.58.5",
"vue": "^3.4.21"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.1",
"@iconify/json": "^2.2.191",
"@vueuse/core": "^10.9.0",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-format": "^0.1.0",
"lint-staged": "^15.2.2",
"prettier-plugin-astro": "^0.13.0",
"simple-git-hooks": "^2.10.0"
},
"simple-git-hooks": {
2024-05-06 02:42:12 +00:00
"pre-commit": "npx lint-staged"
2024-03-13 07:17:11 +00:00
},
"lint-staged": {
2024-05-06 02:42:12 +00:00
"*": "npm run lint:fix"
2024-03-13 07:17:11 +00:00
}
}