-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 832 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 832 Bytes
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
{
"name": "website",
"type": "module",
"version": "4.2.0",
"scripts": {
"astro": "astro",
"build": "astro build",
"dev": "astro dev",
"dev:host": "astro dev --host",
"format:check": "prettier --check \"**/*.{ts,tsx,md,js,jsx,json,mdx,astro,css}\"",
"format": "prettier --write \"**/*.{ts,tsx,md,js,jsx,json,mdx,astro,css}\"",
"preview": "astro preview",
"start": "astro build && astro preview"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.2",
"@tailwindcss/vite": "^4.1.11",
"astro": "5.12.8",
"astro-mail-obfuscation": "^2.3.4",
"tailwindcss": "^4.1.11",
"tailwindcss-animated": "^2.0.0"
},
"devDependencies": {
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.14",
"typescript": "^5.9.2"
}
}