-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 914 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 914 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.37.6",
"@astrojs/starlight-tailwind": "^4.0.2",
"@graphprotocol/gds-css": "https://pkg.pr.new/graphprotocol/gds/@graphprotocol/gds-css@a511476",
"astro": "^5.18.0"
},
"packageManager": "pnpm@10.18.2+sha512.9fb969fa749b3ade6035e0f109f0b8a60b5d08a1a87fdf72e337da90dcc93336e2280ca4e44f2358a649b83c17959e9993e777c2080879f3801e6f0d999ad3dd",
"devDependencies": {
"@tailwindcss/vite": "^4.1.14",
"@types/node": "^24.10.1",
"@typescript-eslint/eslint-plugin": "^8.46.2",
"@typescript-eslint/parser": "^8.46.2",
"astro-eslint-parser": "^1.2.2",
"eslint": "^9.38.0",
"eslint-plugin-astro": "^1.4.0",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.14"
}
}