-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.05 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
{
"name": "tinybones",
"type": "module",
"private": true,
"engines": {
"node": ">=18.17.1",
"pnpm": ">=8.0.0"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"update-template": "tinybones update",
"setup-cli": "cd ./scripts/tinybones-cli && npm install && npm link",
"tb": "tinybones"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/mdx": "^4.3.13",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.0",
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.17.2",
"astro-compress": "^2.3.9",
"fs-extra": "^11.3.3",
"fuse.js": "^6.6.2",
"lucide": "^0.540.0",
"lucide-astro": "^0.540.0",
"sharp": "^0.34.5",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
},
"devDependencies": {
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.14"
}
}