31 lines
669 B
JSON
31 lines
669 B
JSON
{
|
|
"name": "@emdashcms/playground",
|
|
"version": "0.0.1",
|
|
"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": "catalog:",
|
|
"@astrojs/react": "catalog:",
|
|
"@emdashcms/cloudflare": "workspace:*",
|
|
"astro": "catalog:",
|
|
"emdash": "workspace:*",
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "catalog:",
|
|
"@cloudflare/workers-types": "catalog:",
|
|
"wrangler": "catalog:"
|
|
},
|
|
"emdash": {
|
|
"seed": "seed/seed.json"
|
|
}
|
|
}
|