-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 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
{
"name": "@theiaz/blog",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "astro build",
"check": "astro check & vue-tsc --noEmit & tsc --noEmit",
"dev": "astro dev",
"format": "prettier --plugin=prettier-plugin-astro --write **/*.astro .",
"format-check": "prettier --plugin=prettier-plugin-astro --check **/*.astro .",
"lint": "eslint --fix src",
"preview": "astro preview",
"sync": "astro sync"
},
"devDependencies": {
"@astrojs/tailwind": "^5.1.2",
"@astrojs/vue": "^4.5.2",
"@eslint/js": "^9.13.0",
"@types/eslint__js": "^8.42.3",
"@typescript-eslint/parser": "^8.11.0",
"@vue/eslint-config-typescript": "^14.1.3",
"astro": "^4.16.7",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-astro": "^1.3.0",
"eslint-plugin-vue": "^9.10.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.11.0",
"vue": "^3.5.12",
"vue-tsc": "^2.1.6"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.8",
"@astrojs/sitemap": "^3.2.1",
"@vue/tsconfig": "^0.5.1",
"@vueuse/core": "^11.1.0",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.14"
}
}