personal-website/package.json
2024-06-30 17:10:28 +08:00

46 lines
1.1 KiB
JSON

{
"name": "astro-theme-vitesse",
"type": "module",
"version": "1.1.0",
"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": "^3.1.2",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/vue": "^4.5.0",
"@unocss/reset": "^0.61.0",
"astro": "^4.11.3",
"nprogress": "^0.2.0",
"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",
"@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"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*": "npm run lint:fix"
}
}