-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 973 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 973 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
{
"name": "curved-cloud",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host 0.0.0.0",
"prebuild": "node scripts/generate-content-dates.js && node scripts/update-lastmod-from-git.js",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"typesense:index": "tsx scripts/index-typesense.ts",
"generate:pdf": "npm run build && node scripts/generate-pdf-full.js"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.3.6",
"@astrojs/sitemap": "^3.6.0",
"@tailwindcss/typography": "^0.5.16",
"alpinejs": "^3.14.9",
"mime-types": "^3.0.1",
"pdf-lib": "^1.17.1",
"puppeteer": "^24.25.0",
"astro": "^5.15.9",
"typescript": "^5.9.2",
"typesense": "^2.1.0-13",
"typesense-instantsearch-adapter": "^2.9.0"
},
"devDependencies": {
"@astrojs/tailwind": "^6.0.2",
"@types/alpinejs": "^3.13.11",
"tailwindcss": "^3.4.17"
}
}