-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.72 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "timozander.de",
"version": "2.0.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"sync": "astro sync",
"astro": "astro",
"format:check": "biome format .",
"format": "biome format --write .",
"cz": "cz",
"lint": "eslint ."
},
"dependencies": {
"@astrojs/mdx": "^2.1.1",
"@astrojs/rss": "^4.0.5",
"@astrojs/vue": "^4.0.8",
"@fontsource-variable/fira-code": "^5.0.17",
"@fontsource-variable/rubik": "^5.0.21",
"@fontsource/fira-code": "^5.0.17",
"@fontsource/rubik": "^5.0.19",
"astro": "^4.4.15",
"astro-seo-schema": "^4.0.0",
"fuse.js": "^7.0.0",
"rehype-external-links": "^3.0.0",
"remark-collapse": "^0.1.2",
"remark-toc": "^9.0.0",
"satori": "^0.10.13",
"vue": "^3.4.21"
},
"devDependencies": {
"@astrojs/sitemap": "^3.1.1",
"@babel/core": "^7.24.0",
"@biomejs/biome": "^1.6.0",
"@iconify-json/ph": "^1.1.11",
"@typescript-eslint/parser": "^7.1.1",
"@unocss/preset-icons": "^0.58.5",
"@unocss/preset-typography": "^0.58.5",
"@unocss/reset": "^0.58.5",
"astro-eslint-parser": "^0.16.3",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-jsx-a11y": "^6.8.0",
"lint-staged": "^15.2.2",
"typescript": "^5.4.2",
"unocss": "^0.58.5",
"vite": "^5.1.5",
"volar-service-prettyhtml": "^0.0.31"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"lint-staged": {
"*": [
"biome format --write ."
]
}
}