generated from kieranwv/astro-theme-vitesse
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.25 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "huisnota-website",
"type": "module",
"version": "0.1.0",
"packageManager": "[email protected]",
"engines": {
"node": ">=18.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": "^4.0.5",
"@astrojs/rss": "^4.0.11",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/vue": "^5.0.4",
"@unocss/reset": "^65.4.0",
"astro": "^5.1.5",
"marked": "^15.0.6",
"nprogress": "^0.2.0",
"unocss": "^65.4.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@antfu/eslint-config": "^3.14.0",
"@iconify/json": "^2.2.294",
"@types/lodash-es": "^4.17.12",
"@types/nprogress": "^0.2.3",
"@vueuse/core": "^12.4.0",
"bumpp": "^9.10.0",
"eslint": "^9.18.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-format": "^1.0.1",
"lint-staged": "^15.3.0",
"lodash-es": "^4.17.21",
"prettier-plugin-astro": "^0.14.1",
"simple-git-hooks": "^2.11.1"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*.{js,ts,jsx,tsx,vue,astro,json}": "pnpm lint:fix"
}
}