-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
92 lines (92 loc) · 2.91 KB
/
package.json
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "bahai-education.org",
"type": "module",
"version": "1.1.2",
"private": false,
"scripts": {
"sync-assets": "node ./syncAssets.js",
"dev": "npm run sync-assets && astro dev",
"vercel-dev": "npm run sync-assets && node --max-old-space-size=10240 ./node_modules/.bin/vercel dev --listen 3000",
"build": "astro build --remote",
"test_build": "ASTRO_DATABASE_FILE=./tmpdata.db astro build",
"preview": "npm run sync-assets && vercel preview",
"astro": "astro",
"vercel": "vercel",
"sync": "astro sync",
"aider": "aider --4turbo",
"make_category": "node ./src/scripts/_create_category.js",
"make_topics": "node ./src/scripts/_create_topics.js",
"optimize-images": "node ./OptimizeImages.js public src/content",
"make_translations": "node ./src/scripts/_create_translations.js",
"make_audio": "node ./src/scripts/_create_audio.js",
"upload_audio": "node ./src/scripts/_upload_audio.js",
"move_s3": "node ./src/scripts/_moveassets_s3.js"
},
"dependencies": {
"@astrojs/db": "^0.10.7",
"@astrojs/markdoc": "^0.11.0",
"@astrojs/mdx": "^2.3.1",
"@astrojs/react": "^3.3.2",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.5.4",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/svelte-fontawesome": "^0.2.2",
"@libsql/client": "^0.6.0",
"@nextlint/svelte": "^3.1.0",
"@octokit/rest": "^20.1.1",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@vercel/analytics": "^1.2.2",
"@vercel/node": "^3.0.27",
"@vercel/postgres": "^0.8.0",
"@vercel/speed-insights": "^1.0.10",
"argon2": "^0.40.1",
"astro": "^4.7.1",
"astro-feather-icons": "^1.0.2",
"astro-navbar": "^2.3.2",
"astro-remote": "^0.3.3",
"astro-seo": "^0.8.3",
"bcryptjs": "^2.4.3",
"easymde": "^2.18.0",
"fast-glob": "^3.3.2",
"formidable": "^3.5.1",
"fs-extra": "^11.2.0",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"jsdom": "^24.0.0",
"jsonwebtoken": "^9.0.2",
"lucia": "^3.2.0",
"lucia-adapter-astrodb": "^0.0.8",
"oslo": "^1.2.0",
"sass": "^1.76.0",
"simple-icons-astro": "^11.14.0",
"svelte": "^4.2.15",
"tailwindcss": "^3.4.3",
"vercel": "^34.1.8"
},
"devDependencies": {
"@astrojs/svelte": "^5.4.0",
"@fontsource-variable/inter": "^5.0.18",
"@markdoc/markdoc": "^0.4.0",
"@tailwindcss/typography": "^0.5.13",
"astro-critical-css": "^0.0.4",
"aws-sdk": "^2.1613.0",
"axios": "^1.6.8",
"chalk": "^5.3.0",
"dompurify": "^3.1.2",
"dotenv": "^16.4.5",
"elevenlabs": "^0.3.0",
"esbuild": "^0.20.2",
"eslint": "^9.2.0",
"inquirer": "^9.2.20",
"install": "^0.13.0",
"js-yaml": "^4.1.0",
"npm": "^10.7.0",
"openai": "^4.40.2",
"p-limit": "^5.0.0",
"slugify": "^1.6.6",
"zod": "^3.23.6"
}
}