-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 939 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 939 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
36
37
38
39
{
"name": "emdashcms-com",
"version": "0.0.3",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"deploy": "astro build && wrangler deploy",
"typecheck": "astro check"
},
"dependencies": {
"@astrojs/cloudflare": "https://pkg.pr.new/@astrojs/cloudflare@a9949197bd",
"@astrojs/react": "^5.0.0",
"@emdash-cms/cloudflare": "^0.12.0",
"@iconify-json/ph": "^1.2.2",
"astro": "https://pkg.pr.new/astro@a9949197bd",
"astro-iconset": "^0.0.4",
"emdash": "^0.12.0",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@astrojs/check": "^0.9.7",
"@cloudflare/workers-types": "^4.20260305.1",
"wrangler": "^4.83.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"workerd"
]
},
"emdash": {
"label": "Marketing",
"seed": "seed/seed.json"
}
}