-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.01 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.01 KB
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
{
"name": "blog",
"type": "module",
"version": "1.8.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint . --ext .js,.ts,.astro,.vue,.md",
"format": "prettier --write .",
"pre-commit": "pnpm astro check && pnpm format && pnpm lint",
"prepare": "husky",
"release": "bash scripts/release.sh",
"release:push": "git push && git push --tags"
},
"dependencies": {
"@astrojs/vue": "catalog:",
"@max13h/i18n": "workspace:*",
"@max13h/ui": "workspace:*",
"astro": "catalog:",
"astro-icon": "catalog:",
"vue": "catalog:"
},
"packageManager": "pnpm@10.30.2+sha512.36cdc707e7b7940a988c9c1ecf88d084f8514b5c3f085f53a2e244c2921d3b2545bc20dd4ebe1fc245feec463bb298aecea7a63ed1f7680b877dc6379d8d0cb4",
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@max13h/tooling": "workspace:*",
"eslint": "^10.4.0",
"husky": "^9.1.7",
"prettier": "^3.8.3",
"typescript": "^6.0.3"
}
}