Skip to content

Commit

Permalink
feat: support basic view of resolved options with Discovery.js (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu authored Jan 14, 2025
1 parent 8db1f2a commit 59b738c
Show file tree
Hide file tree
Showing 13 changed files with 1,767 additions and 358 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ Temporary Items
packages/devtools/README.md

clones
packages/devtools/client/public/discovery/index.html
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nuxt/devtools-docs",
"private": true,
"packageManager": "pnpm@9.14.4",
"packageManager": "pnpm@9.15.3",
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
Expand All @@ -10,18 +10,18 @@
},
"dependencies": {
"@iconify-json/ph": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.13",
"@iconify-json/simple-icons": "^1.2.19",
"@nuxt/content": "^2.13.4",
"@nuxt/devtools": "^1.6.1",
"@nuxt/devtools": "^1.7.0",
"@nuxt/fonts": "^0.10.2",
"@nuxt/image": "1.8.0",
"@nuxt/ui-pro": "^1.5.0",
"@nuxthq/studio": "^2.2.1",
"@nuxtjs/plausible": "^1.2.0",
"@vueuse/core": "^12.0.0",
"@vueuse/nuxt": "^12.0.0",
"nuxt": "^3.14.1592",
"nuxt-og-image": "^4.0.0"
"@vueuse/core": "^12.4.0",
"@vueuse/nuxt": "^12.4.0",
"nuxt": "^3.15.1",
"nuxt-og-image": "^4.0.2"
},
"resolutions": {
"@nuxt/ui": "2.15.2"
Expand Down
Loading

0 comments on commit 59b738c

Please sign in to comment.