33 lines
758 B
JSON
33 lines
758 B
JSON
{
|
|
"name": "@emdashcms/template-portfolio-cloudflare",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"emdash": {
|
|
"seed": "seed/seed.json"
|
|
},
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"deploy": "astro build && wrangler deploy",
|
|
"typecheck": "astro check",
|
|
"bootstrap": "emdash init && emdash seed",
|
|
"seed": "emdash seed"
|
|
},
|
|
"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:"
|
|
}
|
|
}
|