mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
57 lines
1.2 KiB
JSON
57 lines
1.2 KiB
JSON
{
|
|
"name": "nuxi",
|
|
"version": "3.4.1",
|
|
"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.3.13",
|
|
"c12": "^1.2.0",
|
|
"chokidar": "^3.5.3",
|
|
"clear": "^0.1.0",
|
|
"clipboardy": "^3.0.0",
|
|
"colorette": "^2.0.19",
|
|
"consola": "^3.0.1",
|
|
"deep-object-diff": "^1.1.9",
|
|
"destr": "^1.2.2",
|
|
"execa": "^7.1.1",
|
|
"flat": "^5.0.2",
|
|
"giget": "^1.1.2",
|
|
"h3": "^1.6.4",
|
|
"jiti": "^1.18.2",
|
|
"listhen": "^1.0.4",
|
|
"mlly": "^1.2.0",
|
|
"mri": "^1.2.0",
|
|
"pathe": "^1.1.0",
|
|
"perfect-debounce": "^0.1.3",
|
|
"pkg-types": "^1.0.2",
|
|
"scule": "^1.0.0",
|
|
"semver": "^7.4.0",
|
|
"unbuild": "latest"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "~2.3.2"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
}
|
|
}
|