generated from cameronapak/freedom-stack
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
84 lines (84 loc) · 2.21 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
{
"name": "freedom-stack",
"type": "module",
"version": "1.0.2",
"scripts": {
"dev": "astro dev",
"dev:remote": "astro dev --remote",
"dev:host": "astro dev --host",
"update-packages": "npx npm-check-updates -u",
"start": "astro dev",
"build": "astro check && astro build --remote",
"preview": "astro preview",
"db:update": "astro db push --remote",
"format": "prettier -w ."
},
"dependencies": {
"@alpinejs/collapse": "^3.14.1",
"@alpinejs/intersect": "^3.14.1",
"@alpinejs/mask": "^3.14.1",
"@alpinejs/persist": "^3.14.1",
"@astrojs/alpinejs": "^0.4.0",
"@astrojs/check": "^0.9.4",
"@astrojs/db": "^0.14.3",
"@astrojs/netlify": "^5.5.4",
"@astrojs/rss": "^4.0.9",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/web-vitals": "^3.0.0",
"@clerk/astro": "^1.3.12",
"@iconify-json/lucide": "^1.2.3",
"@iconify-json/lucide-lab": "^1.2.0",
"@sentry/astro": "^8.30.0",
"alpinejs": "^3.14.1",
"astro": "^4.16.10",
"astro-cloudinary": "^1.1.0",
"astro-iconify": "^1.2.0",
"astro-integration-lottie": "^0.3.1",
"astro-seo": "^0.8.4",
"better-sqlite3": "^11.3.0",
"groq-sdk": "^0.7.0",
"htmx.org": "2.0.1",
"isbot": "^5.1.17",
"isomorphic-dompurify": "^2.15.0",
"lottie-web": "^5.12.2",
"marked": "^14.1.2",
"trix": "^2.1.6",
"uqr": "^0.1.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/alpinejs": "^3.13.10",
"@types/better-sqlite3": "^7.6.11",
"daisyui": "^4.12.10",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"tailwindcss": "^3.4.10",
"typescript": "^5.6.2"
},
"private": false,
"description": "A modern stack for building Christian tech products in public, created with Astro",
"author": "Cameron Pak",
"homepage": "https://kit.faith.tools",
"repository": {
"type": "git",
"url": "https://github.com/cameronapak/kit"
},
"bugs": {
"url": "https://github.com/cameronapak/kit/issues"
},
"keywords": [
"astro",
"christian",
"faith",
"tech",
"blog",
"cms",
"alpinejs",
"htmx",
"tailwindcss"
],
"engines": {
"node": ">=20.3.0",
"npm": ">=10.0.0"
}
}