mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
bea6cecb6e
Co-authored-by: Renovate Bot <bot@renovateapp.com>
55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
{
|
|
"name": "nuxi",
|
|
"version": "3.0.0-rc.4",
|
|
"repository": "nuxt/framework",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./dist/index.mjs",
|
|
"./cli": "./bin/nuxi.mjs"
|
|
},
|
|
"bin": "./bin/nuxi.mjs",
|
|
"files": [
|
|
"bin",
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"prepack": "unbuild"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/kit": "^3.0.0-rc.4",
|
|
"@nuxt/schema": "^3.0.0-rc.4",
|
|
"@types/clear": "^0",
|
|
"@types/mri": "^1.1.1",
|
|
"@types/semver": "^7",
|
|
"c12": "^0.2.7",
|
|
"chokidar": "^3.5.3",
|
|
"clear": "^0.1.0",
|
|
"clipboardy": "^3.0.0",
|
|
"colorette": "^2.0.19",
|
|
"consola": "^2.15.3",
|
|
"deep-object-diff": "^1.1.7",
|
|
"destr": "^1.1.1",
|
|
"execa": "^6.1.0",
|
|
"flat": "^5.0.2",
|
|
"jiti": "^1.13.0",
|
|
"listhen": "^0.2.12",
|
|
"mlly": "^0.5.2",
|
|
"mri": "^1.2.0",
|
|
"pathe": "^0.3.0",
|
|
"perfect-debounce": "^0.1.3",
|
|
"pkg-types": "^0.3.2",
|
|
"scule": "^0.2.1",
|
|
"semver": "^7.3.7",
|
|
"superb": "^4.0.0",
|
|
"tiged": "^2.12.0",
|
|
"unbuild": "latest"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "~2.3.2"
|
|
},
|
|
"engines": {
|
|
"node": "^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0"
|
|
}
|
|
}
|