-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 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
{
"name": "@pennupgrade/www",
"author": "Charles Wang <zwcharl@gmail.com> (https://charl.sh)",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "4.0.8",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "6.0.0",
"@astrojs/vercel": "8.0.7",
"@fontsource/barlow": "^5.1.1",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"astro": "5.3.0",
"clsx": "^2.1.1",
"lucide-astro": "^0.473.0",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@types/eslint": "^8.56.12",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"eslint-plugin-astro": "^0.31.4",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-react": "^7.37.4",
"prettier": "^3.5.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"typescript": "^5.7.3"
},
"trustedDependencies": [
"@vercel/speed-insights",
"esbuild",
"sharp"
]
}