-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 961 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 961 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
33
34
35
36
37
38
39
40
{
"name": "joekarow.dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"lint": "prettier --check . && astro check"
},
"dependencies": {
"@astrojs/check": "0.9.9",
"@astrojs/vercel": "10.0.6",
"@fontsource-variable/gabarito": "5.2.8",
"@fontsource/be-vietnam-pro": "5.2.8",
"@tailwindcss/vite": "4.2.4",
"@vercel/analytics": "1.6.1",
"@vercel/speed-insights": "1.3.1",
"astro": "6.2.2",
"astro-iconify": "1.3.1",
"tailwindcss": "4.2.4",
"typescript": "5.9.3"
},
"devDependencies": {
"@prettier/plugin-oxc": "0.1.4",
"prettier": "3.8.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.8.0"
},
"packageManager": "bun@1.2.10",
"trustedDependencies": [
"@vercel/speed-insights"
],
"overrides": {
"vite": "^7.0.0"
}
}