Skip to content

Commit

Permalink
chore: move devtool deps to separate package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jul 16, 2024
1 parent de64e73 commit 49d9dfc
Show file tree
Hide file tree
Showing 4 changed files with 241 additions and 200 deletions.
17 changes: 17 additions & 0 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "nuxt-og-image-devtools",
"private": true,
"devDependencies": {
"@iconify-json/carbon": "^1.1.36",
"@nuxt/devtools-kit": "^1.3.9",
"@nuxt/devtools-ui-kit": "^1.3.9",
"@nuxt/kit": "^3.12.3",
"@vueuse/core": "^10.11.0",
"floating-vue": "^5.2.2",
"json-editor-vue": "^0.15.1",
"nuxt": "latest",
"splitpanes": "^3.1.5",
"vue": "3.4.31",
"vue-router": "^4.4.0"
}
}
24 changes: 9 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,43 +49,37 @@
"test": "vitest integration/endpoints"
},
"dependencies": {
"@css-inline/css-inline-wasm": "0.14.1",
"@css-inline/css-inline-wasm": "^0.14.1",
"@nuxt/devtools-kit": "^1.3.9",
"@nuxt/kit": "^3.12.3",
"@resvg/resvg-js": "^2.6.2",
"@resvg/resvg-wasm": "^2.6.2",
"@unocss/core": "0.61.3",
"@unocss/preset-wind": "0.61.3",
"@vueuse/core": "^10.11.0",
"@unocss/core": "^0.61.4",
"@unocss/preset-wind": "^0.61.4",
"chrome-launcher": "^1.1.2",
"defu": "^6.1.4",
"execa": "^9.3.0",
"flatted": "^3.3.1",
"floating-vue": "5.2.2",
"image-size": "^1.1.1",
"json-editor-vue": "^0.15.1",
"nuxt-site-config": "^2.2.14",
"nuxt-site-config-kit": "^2.2.14",
"nypm": "^0.3.9",
"ofetch": "^1.3.4",
"ohash": "^1.1.3",
"pathe": "^1.1.2",
"pkg-types": "^1.1.3",
"playwright-core": "^1.45.1",
"playwright-core": "^1.45.2",
"radix3": "^1.1.2",
"satori": "0.10.14",
"satori": "^0.10.14",
"satori-html": "^0.3.2",
"shiki": "^1.10.3",
"sirv": "^2.0.4",
"splitpanes": "^3.1.5",
"std-env": "^3.7.0",
"ufo": "^1.5.3",
"unwasm": "^0.3.9",
"vanilla-jsoneditor": "^0.23.7",
"yoga-wasm-web": "^0.3.3"
},
"devDependencies": {
"@antfu/eslint-config": "^2.22.2",
"@antfu/eslint-config": "^2.22.4",
"@headlessui/vue": "^1.7.22",
"@iconify-json/carbon": "^1.1.36",
"@iconify-json/logos": "^1.1.43",
Expand All @@ -96,7 +90,7 @@
"@nuxt/content": "^2.13.1",
"@nuxt/devtools": "1.3.9",
"@nuxt/devtools-ui-kit": "^1.3.9",
"@nuxt/icon": "^1.0.0",
"@nuxt/icon": "^1.1.1",
"@nuxt/image": "^1.7.0",
"@nuxt/module-builder": "^0.8.1",
"@nuxt/test-utils": "3.13.1",
Expand All @@ -114,12 +108,12 @@
"eslint": "9.7.0",
"jest-image-snapshot": "^6.4.0",
"nuxt": "^3.12.3",
"playwright": "^1.45.1",
"playwright": "^1.45.2",
"sass": "^1.77.8",
"sharp": "^0.33.4",
"typescript": "^5.5.3",
"unocss": "0.61.3",
"vitest": "^2.0.2"
"vitest": "^2.0.3"
},
"build": {
"externals": [
Expand Down
Loading

0 comments on commit 49d9dfc

Please sign in to comment.