Skip to content

Commit cbf92ff

Browse files
committed
remove unused modules
1 parent 0695aeb commit cbf92ff

File tree

2 files changed

+3
-38
lines changed

2 files changed

+3
-38
lines changed

package.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "nuxt-proxy",
33
"type": "module",
44
"version": "0.3.2",
5-
"packageManager": "[email protected]",
65
"description": "Http-proxy middleware for Nuxt 3.",
76
"author": "Robert Soriano <[email protected]>",
87
"license": "MIT",
@@ -37,7 +36,7 @@
3736
],
3837
"scripts": {
3938
"build": "nuxt-module-build",
40-
"play": "nr build && nuxi dev playground",
39+
"play": "pnpm build && nuxi dev playground",
4140
"build:playground": "nuxi build playground",
4241
"preview:playground": "nuxi preview playground",
4342
"lint": "eslint .",
@@ -47,22 +46,17 @@
4746
},
4847
"dependencies": {
4948
"@nuxt/kit": "3.0.0-rc.13",
50-
"dedent": "^0.7.0",
5149
"defu": "^6.1.0",
5250
"h3": "^0.8.6",
5351
"http-proxy-middleware": "^3.0.0-beta.0",
54-
"ohash": "^0.1.5",
55-
"pathe": "^0.3.9"
52+
"ohash": "^0.1.5"
5653
},
5754
"devDependencies": {
5855
"@antfu/eslint-config": "^0.27.0",
59-
"@antfu/ni": "^0.18.2",
6056
"@nuxt/module-builder": "^0.2.0",
61-
"@types/dedent": "^0.7.0",
6257
"bumpp": "^8.2.1",
6358
"eslint": "^8.14.0",
64-
"nuxt": "3.0.0-rc.13",
65-
"pnpm": "^7.2.1"
59+
"nuxt": "3.0.0-rc.13"
6660
},
6761
"eslintConfig": {
6862
"extends": "@antfu"

pnpm-lock.yaml

Lines changed: 0 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)