-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 857 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 857 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
{
"name": "unblocked-games",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "command -v git-lfs && git lfs pull; bun scripts/generate-llms.ts && astro build && bunx pagefind --site dist",
"preview": "astro preview",
"astro": "astro",
"check": "command -v git-lfs && git lfs pull; astro check && bun run build",
"lint": "prettier --check .",
"llms": "bun scripts/generate-llms.ts",
"indexnow": "node scripts/indexnow.mjs"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.4",
"@tailwindcss/vite": "^4.3.3",
"astro": "7.3.1",
"tailwindcss": "^4.3.3"
},
"packageManager": "bun@1.3.2",
"devDependencies": {
"@astrojs/check": "^0.9.10",
"pagefind": "^1.5.2",
"prettier": "^3.9.6",
"prettier-plugin-astro": "^0.14.1",
"typescript": "~6.0.0"
}
}