-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.25 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.25 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
{
"name": "shr.ink",
"private": true,
"type": "module",
"scripts": {
"astro": "astro",
"build": "astro build",
"dev": "astro dev",
"fmt": "prettier --write .",
"preview": "astro preview"
},
"prettier": {
"plugins": [
"prettier-plugin-astro",
"prettier-plugin-tailwindcss",
"prettier-plugin-packagejson",
"prettier-plugin-organize-imports"
]
},
"dependencies": {
"@fontsource-variable/archivo": "^5.2.8",
"@fontsource-variable/inconsolata": "^5.2.8",
"@fontsource-variable/inter": "^5.2.8",
"@lucide/astro": "^0.577.0",
"@tailwindcss/vite": "^4.2.1",
"@vercel/analytics": "^2.0.1",
"astro": "^6.0.4",
"astro-favicons": "^3.1.6",
"remeda": "^2.33.6",
"sharp": "^0.34.5",
"tailwindcss": "^4.2.1",
"zod": "^4.3.6"
},
"devDependencies": {
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-packagejson": "^3.0.2",
"prettier-plugin-tailwindcss": "^0.7.2"
},
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017",
"engines": {
"node": ">=24"
}
}