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
64 lines
2.1 KiB
JSON
64 lines
2.1 KiB
JSON
{
|
|
"name": "@cloudflare/local-explorer-ui",
|
|
"version": "0.14.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "openapi-ts && vite build",
|
|
"check:type": "tsc --build",
|
|
"deploy": "echo 'no deploy'",
|
|
"predev": "pnpm -w build --filter wrangler",
|
|
"dev": "concurrently -n api,ui,worker -c green,blue,orange \"openapi-ts --watch\" \"vite\" \"pnpm --filter @fixture/worker-with-resources start\"",
|
|
"dev:ui": "concurrently -n api,ui -c green,blue \"openapi-ts --watch\" \"vite\"",
|
|
"postinstall": "openapi-ts",
|
|
"playwright:install": "pnpm playwright install chromium",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"test:ci": "vitest run",
|
|
"pretest:e2e": "pnpm playwright:install",
|
|
"test:e2e": "vitest run --config vitest.config.e2e.ts",
|
|
"test:e2e:watch": "vitest --config vitest.config.e2e.ts",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@base-ui/react": "^1.1.0",
|
|
"@cloudflare/kumo": "^1.18.0",
|
|
"@cloudflare/workers-editor-shared": "^0.1.1",
|
|
"@codemirror/autocomplete": "^6.20.0",
|
|
"@codemirror/commands": "^6.10.2",
|
|
"@codemirror/lang-sql": "^6.10.0",
|
|
"@codemirror/language": "^6.12.1",
|
|
"@codemirror/state": "^6.5.4",
|
|
"@codemirror/view": "^6.39.14",
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@floating-ui/react": "^0.27.18",
|
|
"@lezer/common": "^1.5.1",
|
|
"@lezer/highlight": "^1.2.3",
|
|
"@phosphor-icons/react": "^2.1.10",
|
|
"@tailwindcss/vite": "^4.2.1",
|
|
"@tanstack/react-router": "^1.158.0",
|
|
"immer": "^11.1.4",
|
|
"pretty-bytes": "^7.1.0",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"tailwindcss": "^4.0.15"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-tsconfig": "workspace:*",
|
|
"@hey-api/openapi-ts": "catalog:default",
|
|
"@tanstack/react-router-devtools": "^1.158.0",
|
|
"@tanstack/router-plugin": "^1.158.0",
|
|
"@types/react": "^19.2.0",
|
|
"@types/react-dom": "^19.2.0",
|
|
"@vitejs/plugin-react": "^5.2.0",
|
|
"concurrently": "^9.0.0",
|
|
"playwright-chromium": "catalog:default",
|
|
"typescript": "catalog:default",
|
|
"vite": "catalog:default",
|
|
"vite-plugin-svgr": "^4.3.0",
|
|
"vitest": "catalog:default"
|
|
}
|
|
}
|