-
-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.83 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.83 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "astros-pyladiescon",
"type": "module",
"version": "1.0.1",
"private": true,
"scripts": {
"predev": "node scripts/fetch_program.js && npx tsx scripts/po_to_json.js",
"dev": "astro dev --host",
"start": "astro dev",
"prebuild": "node scripts/fetch_program.js && npx tsx scripts/po_to_json.js",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"i18n:extract": "node scripts/extract_translations.js",
"i18n:update": "./scripts/update_translations.sh",
"i18n:convert": "npx tsx scripts/po_to_json.js",
"i18n:format": "./scripts/format_po.sh",
"i18n:new": "./scripts/new_translation.sh",
"i18n": "pnpm run i18n:update && pnpm run i18n:format && pnpm run i18n:convert"
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.8",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.4.2",
"@astrojs/tailwind": "^6.0.2",
"@fontsource-variable/inter": "^5.2.5",
"@types/alpinejs": "^3.13.11",
"alpinejs": "^3.14.9",
"apexcharts": "3.46.0",
"astro": "^5.13.4",
"astro-icon": "^1.1.5",
"astro-seo": "^0.8.4",
"bad-words": "^3.0.4",
"devalue": "^5.3.2",
"dotenv": "^16.5.0",
"form-data": "^4.0.4",
"hast-util-to-string": "^3.0.1",
"hastscript": "^9.0.1",
"html-escaper": "^3.0.3",
"iso-639-1": "^3.1.5",
"openai": "^4.98.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"rss-parser": "^3.13.0",
"tailwindcss": "^3.4.17",
"vite": "^6.3.5"
},
"devDependencies": {
"@biomejs/biome": "1.6.3",
"@iconify-json/bx": "^1.2.2",
"@iconify-json/carbon": "^1.2.8",
"@iconify-json/fluent": "^1.2.20",
"@iconify-json/ion": "^1.2.3",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/tabler": "^1.2.17",
"@tailwindcss/typography": "^0.5.16",
"gettext-parser": "^8.0.0",
"rehype": "^13.0.2",
"sharp": "^0.33.5",
"tsx": "^4.20.6",
"workbox-window": "^7.3.0"
}
}