mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 17:35:57 +00:00
fix(nuxt3): install nuxt-cli by default
This commit is contained in:
parent
ada29d411b
commit
3e794a36f2
@ -34,6 +34,7 @@
|
||||
"hookable": "^4.4.1",
|
||||
"ignore": "^5.1.8",
|
||||
"lodash": "^4.17.21",
|
||||
"nuxt-cli": "^0.1.1",
|
||||
"scule": "^0.1.1",
|
||||
"ufo": "^0.6.10"
|
||||
}
|
||||
|
27
yarn.lock
27
yarn.lock
@ -1716,7 +1716,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nuxt/app@^0.1.0, @nuxt/app@workspace:packages/app":
|
||||
"@nuxt/app@^0.2.0, @nuxt/app@workspace:packages/app":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@nuxt/app@workspace:packages/app"
|
||||
dependencies:
|
||||
@ -1752,7 +1752,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nuxt/kit@^0.1.0, @nuxt/kit@workspace:packages/kit":
|
||||
"@nuxt/kit@^0.2.0, @nuxt/kit@workspace:packages/kit":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@nuxt/kit@workspace:packages/kit"
|
||||
dependencies:
|
||||
@ -1772,7 +1772,7 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@nuxt/nitro@^0.1.11, @nuxt/nitro@workspace:packages/nitro":
|
||||
"@nuxt/nitro@^0.2.0, @nuxt/nitro@workspace:packages/nitro":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@nuxt/nitro@workspace:packages/nitro"
|
||||
dependencies:
|
||||
@ -1847,11 +1847,11 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nuxt/vite-builder@^0.1.0, @nuxt/vite-builder@workspace:packages/vite":
|
||||
"@nuxt/vite-builder@^0.1.1, @nuxt/vite-builder@workspace:packages/vite":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@nuxt/vite-builder@workspace:packages/vite"
|
||||
dependencies:
|
||||
"@nuxt/kit": ^0.1.0
|
||||
"@nuxt/kit": ^0.2.0
|
||||
"@vitejs/plugin-vue": ^1.2.1
|
||||
"@vue/compiler-sfc": ^3.0.11
|
||||
consola: ^2.15.3
|
||||
@ -1861,13 +1861,13 @@ __metadata:
|
||||
languageName: unknown
|
||||
linkType: soft
|
||||
|
||||
"@nuxt/webpack-builder@^0.1.0, @nuxt/webpack-builder@workspace:packages/webpack":
|
||||
"@nuxt/webpack-builder@^0.1.1, @nuxt/webpack-builder@workspace:packages/webpack":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "@nuxt/webpack-builder@workspace:packages/webpack"
|
||||
dependencies:
|
||||
"@babel/core": ^7.13.14
|
||||
"@nuxt/friendly-errors-webpack-plugin": ^2.5.0
|
||||
"@nuxt/kit": ^0.1.0
|
||||
"@nuxt/kit": ^0.2.0
|
||||
"@types/terser-webpack-plugin": ^5.0.3
|
||||
"@types/webpack-bundle-analyzer": ^3.9.2
|
||||
"@types/webpack-dev-middleware": ^4.1.2
|
||||
@ -10320,7 +10320,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"nuxt-cli@workspace:packages/cli":
|
||||
"nuxt-cli@^0.1.1, nuxt-cli@workspace:packages/cli":
|
||||
version: 0.0.0-use.local
|
||||
resolution: "nuxt-cli@workspace:packages/cli"
|
||||
bin:
|
||||
@ -10365,11 +10365,11 @@ __metadata:
|
||||
version: 0.0.0-use.local
|
||||
resolution: "nuxt3@workspace:packages/nuxt3"
|
||||
dependencies:
|
||||
"@nuxt/app": ^0.1.0
|
||||
"@nuxt/kit": ^0.1.0
|
||||
"@nuxt/nitro": ^0.1.11
|
||||
"@nuxt/vite-builder": ^0.1.0
|
||||
"@nuxt/webpack-builder": ^0.1.0
|
||||
"@nuxt/app": ^0.2.0
|
||||
"@nuxt/kit": ^0.2.0
|
||||
"@nuxt/nitro": ^0.2.0
|
||||
"@nuxt/vite-builder": ^0.1.1
|
||||
"@nuxt/webpack-builder": ^0.1.1
|
||||
chokidar: ^3.5.1
|
||||
consola: ^2.15.3
|
||||
defu: ^3.2.2
|
||||
@ -10379,6 +10379,7 @@ __metadata:
|
||||
hookable: ^4.4.1
|
||||
ignore: ^5.1.8
|
||||
lodash: ^4.17.21
|
||||
nuxt-cli: ^0.1.1
|
||||
scule: ^0.1.1
|
||||
ufo: ^0.6.10
|
||||
languageName: unknown
|
||||
|
Loading…
Reference in New Issue
Block a user