-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 880 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 880 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
30
31
32
{
"name": "website",
"version": "0.3",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"check": "astro check",
"start": "astro dev",
"preview": "astro preview"
},
"packageManager": "pnpm@8.15.4+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2",
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/sitemap": "^3.7.0",
"@astrojs/tailwind": "^6.0.2",
"@astrojs/ts-plugin": "^1.10.6",
"@fontsource-variable/dm-sans": "^5.2.8",
"@fontsource/dm-serif-display": "^5.2.8",
"@fontsource/lato": "^5.2.7",
"@tailwindcss/typography": "^0.5.19",
"@types/eslint": "^8.56.12",
"astro": "^5.17.2",
"sass": "^1.97.3",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3"
},
"devDependencies": {
"husky": "^9.1.7"
}
}