-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.28 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.28 KB
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
45
46
47
{
"name": "me",
"type": "module",
"version": "0.3.0",
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/preact": "^4.1.0",
"@astrojs/sitemap": "^3.5.0",
"@astrojs/vercel": "^8.2.6",
"@astrolib/seo": "1.0.0-beta.8",
"@iconify-json/tabler": "^1.2.22",
"astro": "^5.13.2",
"astro-icon": "^1.1.5",
"preact": "^10.27.1",
"tailwindcss": "^4.1.12",
"typescript": "^5.9.2"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@tailwindcss/vite": "^4.1.12",
"eslint": "^9.33.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-unused-imports": "^4.2.0",
"globals": "^16.3.0",
"postgres": "^3.4.7",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"rollup-plugin-visualizer": "^6.0.3",
"typescript-eslint": "^8.40.0",
"vite": "^7.1.3"
},
"packageManager": "pnpm@10.15.0+sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b",
"pnpm": {
"onlyBuiltDependencies": [
"@tailwindcss/oxide",
"esbuild",
"sharp"
]
}
}