personal-website/package.json

47 lines
1.1 KiB
JSON
Raw Normal View History

2024-03-13 07:17:11 +00:00
{
"name": "astro-theme-vitesse",
"type": "module",
2024-05-17 03:02:55 +00:00
"version": "1.0.1",
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": {
2024-05-11 09:19:40 +00:00
"@astrojs/mdx": "^2.3.1",
2024-03-13 07:17:11 +00:00
"@astrojs/rss": "^4.0.5",
2024-05-11 09:19:40 +00:00
"@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"
2024-03-13 07:17:11 +00:00
},
"devDependencies": {
2024-05-11 09:19:40 +00:00
"@antfu/eslint-config": "^2.16.0",
"@iconify/json": "^2.2.204",
"@types/lodash-es": "^4.17.12",
"@types/nprogress": "^0.2.3",
2024-03-13 07:17:11 +00:00
"@vueuse/core": "^10.9.0",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.31.4",
2024-05-11 09:19:40 +00:00
"eslint-plugin-format": "^0.1.1",
2024-03-13 07:17:11 +00:00
"lint-staged": "^15.2.2",
2024-05-11 09:19:40 +00:00
"lodash-es": "^4.17.21",
2024-03-13 07:17:11 +00:00
"prettier-plugin-astro": "^0.13.0",
2024-05-11 09:19:40 +00:00
"simple-git-hooks": "^2.11.1"
2024-03-13 07:17:11 +00:00
},
"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
}
}