mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
c30b91ada8
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
60 lines
1.2 KiB
JSON
60 lines
1.2 KiB
JSON
{
|
|
"name": "nuxi",
|
|
"version": "3.5.3",
|
|
"repository": "nuxt/nuxt",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": "./dist/index.mjs",
|
|
"./cli": "./bin/nuxi.mjs"
|
|
},
|
|
"bin": "./bin/nuxi.mjs",
|
|
"files": [
|
|
"bin",
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"prepack": "unbuild"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/kit": "workspace:../kit",
|
|
"@nuxt/schema": "workspace:../schema",
|
|
"@types/clear": "0.1.2",
|
|
"@types/flat": "5.0.2",
|
|
"@types/mri": "1.1.1",
|
|
"@types/semver": "7.5.0",
|
|
"c12": "1.4.2",
|
|
"chokidar": "3.5.3",
|
|
"clear": "0.1.0",
|
|
"clipboardy": "3.0.0",
|
|
"colorette": "2.0.20",
|
|
"consola": "3.1.0",
|
|
"deep-object-diff": "1.1.9",
|
|
"defu": "6.1.2",
|
|
"destr": "2.0.0",
|
|
"execa": "7.1.1",
|
|
"flat": "5.0.2",
|
|
"giget": "1.1.2",
|
|
"h3": "1.7.0",
|
|
"jiti": "1.18.2",
|
|
"listhen": "1.0.4",
|
|
"mlly": "1.4.0",
|
|
"mri": "1.2.0",
|
|
"ohash": "1.1.2",
|
|
"pathe": "1.1.1",
|
|
"perfect-debounce": "1.0.0",
|
|
"pkg-types": "1.0.3",
|
|
"scule": "1.0.0",
|
|
"semver": "7.5.2",
|
|
"ufo": "1.1.2",
|
|
"unbuild": "latest"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "~2.3.2"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || >=16.10.0"
|
|
}
|
|
}
|