diff options
| author | netop://ウィビ <paul@webb.page> | 2026-04-24 16:37:49 -0700 |
|---|---|---|
| committer | netop://ウィビ <paul@webb.page> | 2026-04-24 16:37:49 -0700 |
| commit | c013ed57bf3d7dd83bd59a9b984d87aebde6003c (patch) | |
| tree | 31d25456496f013f13f3cae1ded376d5323b3200 /deno.json | |
| parent | 510fd8cbe53abb39cba2c7cbaaefcf2783dc0066 (diff) | |
| download | graphiql-c013ed57bf3d7dd83bd59a9b984d87aebde6003c.tar.gz graphiql-c013ed57bf3d7dd83bd59a9b984d87aebde6003c.zip | |
Migrate from Deno/JSR to npm publishing
- @sveltejs/package builds dist/ for @eeeooolll/graphiql with three entry
points (./, ./component, ./splitter)
- Vitest + svelte-check replace Deno test/check; runes shim no longer
needed since the Svelte plugin compiles .svelte.ts at runtime
- Drop $app/environment dep in Editor.svelte to support non-SvelteKit
consumers
- Refactor TabBar tab element from nested <button> to role=tab <div> per
PLAN.md gotcha; svelte-check flagged the invalid HTML
- README now documents npm install, integration patterns for Yoga,
Apollo, graphql-modules, Hono/Bun/Deno, plus APQ + keyboard table
Diffstat (limited to 'deno.json')
| -rw-r--r-- | deno.json | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/deno.json b/deno.json deleted file mode 100644 index b4d79a1..0000000 --- a/deno.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "compilerOptions": { - "lib": ["deno.window", "dom", "dom.iterable"], - "strict": true - }, - "exports": "./source/library/index.ts", - "imports": { - "@codemirror/autocomplete": "npm:@codemirror/autocomplete@^6.18.0", - "@codemirror/commands": "npm:@codemirror/commands@^6.7.0", - "@codemirror/lang-json": "npm:@codemirror/lang-json@^6.0.1", - "@codemirror/language": "npm:@codemirror/language@^6.10.0", - "@codemirror/state": "npm:@codemirror/state@^6.4.0", - "@codemirror/theme-one-dark": "npm:@codemirror/theme-one-dark@^6.1.0", - "@codemirror/view": "npm:@codemirror/view@^6.34.0", - "@lezer/highlight": "npm:@lezer/highlight@^1.2.0", - "cm6-graphql": "npm:cm6-graphql@^0.2.1", - "codemirror": "npm:codemirror@^6.0.1", - "graphql": "npm:graphql@^16.8.0", - "graphql-sse": "npm:graphql-sse@^2.5.3", - "graphql-ws": "npm:graphql-ws@^5.16.0" - }, - "name": "@eol/graphiql", - "publish": { - "include": ["source/library/**/*", "README.md", "LICENSE"] - }, - "tasks": { - "check": "deno check source/library/**/*.ts", - "test": "deno test --allow-env --location=http://localhost/ tests/" - }, - "version": "0.1.0" -} |