We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048eee7 commit 35220e9Copy full SHA for 35220e9
2 files changed
playground/package.json
@@ -0,0 +1,12 @@
1
+{
2
+ "dependencies": {
3
+ "@deno/doc": "jsr:^0.189.1",
4
+ "@prismicio/client": "~7.21.0-canary.147e3f2"
5
+ },
6
+ "devDependencies": {
7
+ "array-includes": "",
8
+ "axios": "",
9
+ "is-number": "",
10
+ "lodash": "^2.4.2"
11
+ }
12
+}
playground/pnpm-workspace.yaml
@@ -0,0 +1,7 @@
+catalog:
+ lodash: 2.4.2
+catalogs:
+ prod:
+ '@deno/doc': jsr:^0.189.1
+ dev:
+ is-number: ~7.0.0
0 commit comments