-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.23 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": "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",
"prepare": "husky install"
},
"packageManager": "[email protected]+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2",
"dependencies": {
"@astrojs/check": "^0.5.6",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/ts-plugin": "^1.5.3",
"@astrojs/vercel": "^7.3.5",
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@fontsource/dm-serif-display": "^5.0.19",
"@fontsource/lato": "^5.0.19",
"@tailwindcss/typography": "^0.5.10",
"@types/eslint": "^8.56.5",
"@typescript-eslint/parser": "^7.1.1",
"@vercel/speed-insights": "^1.0.10",
"astro": "^4.4.11",
"astro-compress": "^2.2.11",
"astro-robots-txt": "^1.0.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.31.4",
"prettier": "3.2.5",
"prettier-plugin-astro": "^0.13.0",
"sass": "^1.71.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"devDependencies": {
"husky": "^9.0.11"
}
}