70bf21e064
Deploy (to testing) and Test Playground Preview Worker / Deploy Playground Preview Worker (testing) (push) Has been skipped
Deploy Workers Shared Staging / Deploy Workers Shared Staging (push) Failing after 0s
Prerelease / build (push) Has been skipped
Handle Changesets / Handle Changesets (push) Has been cancelled
Semgrep OSS scan / semgrep-oss (push) Has been cancelled
28 lines
917 B
JSON
28 lines
917 B
JSON
{
|
|
"name": "@playground/additional-modules",
|
|
"private": true,
|
|
"type": "module",
|
|
"imports": {
|
|
"#html": "./src/modules/html-example.html",
|
|
"#modules/html-example.html": "./src/modules/html-example.html"
|
|
},
|
|
"scripts": {
|
|
"build:default": "vite build",
|
|
"build:cf-build-output": "vite build -c ./vite.config.cf-build-output.ts",
|
|
"check:type": "tsc --build",
|
|
"dev": "vite dev",
|
|
"dev:cf-build-output": "vite dev -c ./vite.config.cf-build-output.ts",
|
|
"dev:new-module-registry": "vite dev -c ./vite.config.new-module-registry.ts",
|
|
"preview": "vite preview",
|
|
"preview:cf-build-output": "vite preview -c ./vite.config.cf-build-output.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/vite-plugin": "workspace:*",
|
|
"@cloudflare/workers-tsconfig": "workspace:*",
|
|
"@cloudflare/workers-types": "catalog:default",
|
|
"typescript": "catalog:default",
|
|
"vite": "catalog:default",
|
|
"wrangler": "workspace:*"
|
|
}
|
|
}
|