-
Notifications
You must be signed in to change notification settings - Fork 103
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 908 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 908 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
{
"name": "catppuccin-nix-website",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"astro": "astro",
"build": "astro check && astro build",
"check": "astro check",
"dev": "astro dev",
"preview": "astro preview",
"fmt": "prettier --write ."
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/starlight": "^0.38.1",
"@catppuccin/starlight": "^2.0.1",
"astro": "^6.0.7",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"sharp": "^0.34.5",
"typescript": "^5.9.3"
},
"prettier": {
"plugins": [
"prettier-plugin-astro"
]
},
"packageManager": "pnpm@10.31.0+sha512.e3927388bfaa8078ceb79b748ffc1e8274e84d75163e67bc22e06c0d3aed43dd153151cbf11d7f8301ff4acb98c68bdc5cadf6989532801ffafe3b3e4a63c268",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"sharp"
]
}
}