-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.08 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
{
"name": "craftserver-web",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "pnpm gen-icons && astro build",
"preview": "astro preview",
"astro": "astro",
"fmt": "prettier --write .",
"gen-icons": "sh ./scripts/icons.sh"
},
"dependencies": {
"@fontsource/nunito": "^5.2.7",
"@fontsource/red-hat-text": "^5.2.8",
"@fortawesome/fontawesome-free": "^7.1.0",
"@tailwindcss/vite": "^4.1.17",
"astro": "^5.15.8",
"clsx": "^2.0.0",
"plaiceholder": "^3.0.0",
"remark-toc": "^9.0.0",
"sharp": "^0.34.5",
"tailwindcss": "^4.1.17"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^24.10.1",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.22.0",
"engines": {
"node": ">=21 <=24",
"pnpm": "10.x.x"
},
"engineStrict": true
}