-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.2 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
{
"name": "my-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro check && astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"sync": "astro sync",
"info": "astro info",
"astro": "astro",
"check": "astro check",
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json}\"",
"pretty:check": "prettier --check \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json}\""
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "4.0.1",
"@astrojs/rss": "4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "5.1.3",
"@astrojs/vercel": "8.0.0",
"@swup/astro": "^1.4.1",
"@typescript-eslint/parser": "^8.1.0",
"astro": "5.0.1",
"astro-auto-import": "^0.4.2",
"astro-seo": "^0.8.4",
"clsx": "^2.1.1",
"eslint": "^9.9.0",
"eslint-plugin-astro": "^1.2.3",
"fuse.js": "^7.0.0",
"tailwindcss": "^3.4.9",
"tw-merge": "^0.0.1-alpha.3",
"typescript": "^5.5.4"
},
"devDependencies": {
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6"
},
"trustedDependencies": [
"swup"
]
}