-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 907 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 907 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
34
35
{
"name": "keypress-theme",
"version": "1.1.0",
"type": "module",
"description": "A modern, fully functional web publishing platform built with Astro and Cloudflare Pages, designed for fast, scalable, and customizable websites.",
"author": {
"name": "Sandhata Prajapati"
},
"engines": {
"node": ">=24.19.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build && pagefind --site dist",
"preview": "astro preview",
"astro": "astro"
},
"allowScripts": {
"esbuild": true
},
"dependencies": {
"@astrojs/markdown-remark": "^7.2.2",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.3",
"@aws-sdk/client-s3": "^3.1106.0",
"@tailwindcss/vite": "^4.3.1",
"astro": "^7.2.0",
"tailwindcss": "^4.3.1"
},
"devDependencies": {
"esbuild": "^0.28.1",
"pagefind": "^1.3.0"
},
"license": "SEE LICENSE IN LICENSE.md"
}