personal-website/package.json
2024-05-16 17:24:45 +08:00

46 lines
1.1 KiB
JSON

{
"name": "astro-theme-vitesse",
"type": "module",
"version": "1.0.0-beta.2",
"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.3.1",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/vue": "^4.1.0",
"@unocss/reset": "^0.58.9",
"astro": "^4.7.0",
"nprogress": "^0.2.0",
"unocss": "^0.58.9",
"vue": "^3.4.25"
},
"devDependencies": {
"@antfu/eslint-config": "^2.16.0",
"@iconify/json": "^2.2.204",
"@types/lodash-es": "^4.17.12",
"@types/nprogress": "^0.2.3",
"@vueuse/core": "^10.9.0",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-format": "^0.1.1",
"lint-staged": "^15.2.2",
"lodash-es": "^4.17.21",
"prettier-plugin-astro": "^0.13.0",
"simple-git-hooks": "^2.11.1"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*": "npm run lint:fix"
}
}