-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.22 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
{
"name": "emdash-theme-bravada",
"version": "0.10.0",
"private": true,
"type": "module",
"license": "GPL-3.0-or-later",
"author": "vhs <vhsdev@tutanota.com> (https://comfus.io)",
"homepage": "https://comfus.io",
"repository": {
"type": "git",
"url": "git+https://github.com/vhscom/emdash-theme-bravada.git"
},
"emdash": {
"label": "Bravada for Astro",
"description": "Bravada for Astro — a port of the Bravada WordPress theme (Cryout Creations) to Astro, powered by EmDash",
"seed": "seed/seed.json"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"start": "node ./dist/server/entry.mjs",
"typecheck": "astro check",
"test": "vitest run"
},
"dependencies": {
"@astrojs/node": "^11.1.4",
"@astrojs/react": "^6.0.0",
"@emdash-cms/plugin-audit-log": "^0.2.0",
"astro": "^7.2.5",
"better-sqlite3": "^12.8.0",
"emdash": "^0.35.0",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@astrojs/check": "^0.9.7",
"vitest": "^4.1.10"
},
"packageManager": "pnpm@11.9.0+sha512.bd682d5d03fe525ef7c9fd6780c6884d1e756ac4c9c9fe00c538782824310dcf90e3ddc4f53835f06dfaebd5085e41855e0bcbb3b60de2ac5bbab89e5036f03b",
"engines": {
"node": ">=22"
}
}