personal-website/package.json

49 lines
1.2 KiB
JSON
Raw Normal View History

2024-03-13 07:17:11 +00:00
{
"name": "astro-theme-vitesse",
"type": "module",
2024-06-30 09:10:28 +00:00
"version": "1.1.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": {
2024-06-30 08:53:54 +00:00
"@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",
2024-06-30 08:53:54 +00:00
"@unocss/reset": "^0.61.0",
"astro": "^4.11.3",
2024-05-11 09:19:40 +00:00
"nprogress": "^0.2.0",
2024-06-30 08:53:54 +00:00
"unocss": "^0.61.0",
"vue": "^3.4.31"
2024-03-13 07:17:11 +00:00
},
"devDependencies": {
2024-06-30 08:53:54 +00:00
"@antfu/eslint-config": "^2.17.0",
2024-05-11 09:19:40 +00:00
"@iconify/json": "^2.2.204",
"@types/lodash-es": "^4.17.12",
"@types/nprogress": "^0.2.3",
"@types/tryghost__content-api": "^1.3.16",
2024-06-30 08:53:54 +00:00
"@vueuse/core": "^10.11.0",
"bumpp": "^9.4.1",
2024-03-13 07:17:11 +00:00
"eslint": "^8.57.0",
2024-06-30 09:03:48 +00:00
"eslint-plugin-astro": "^0.31.4",
2024-06-30 08:53:54 +00:00
"eslint-plugin-format": "^0.1.2",
"lint-staged": "^15.2.7",
2024-05-11 09:19:40 +00:00
"lodash-es": "^4.17.21",
2024-06-30 09:03:48 +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": {
"pre-commit": "pnpm lint-staged"
2024-03-13 07:17:11 +00:00
},
"lint-staged": {
"*": "pnpm lint:fix"
2024-03-13 07:17:11 +00:00
}
}