first commit
This commit is contained in:
30
demos/playground/package.json
Normal file
30
demos/playground/package.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user