Nuxt/packages/nuxi/package.json

57 lines
1.2 KiB
JSON
Raw Normal View History

2021-03-28 21:01:51 +00:00
{
"name": "nuxi",
2023-04-02 14:14:21 +00:00
"version": "3.3.3",
"repository": "nuxt/nuxt",
2021-03-28 21:01:51 +00:00
"license": "MIT",
"type": "module",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.mjs",
"./cli": "./bin/nuxi.mjs"
},
2021-10-29 11:31:56 +00:00
"bin": "./bin/nuxi.mjs",
2021-03-28 21:01:51 +00:00
"files": [
"bin",
"dist"
2021-04-09 15:52:45 +00:00
],
"scripts": {
"prepack": "unbuild"
2021-04-16 20:05:49 +00:00
},
2021-04-09 15:52:45 +00:00
"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",
2021-04-15 19:17:44 +00:00
"clear": "^0.1.0",
"clipboardy": "^3.0.0",
"colorette": "^2.0.19",
"consola": "^3.0.0-3",
"deep-object-diff": "^1.1.9",
"destr": "^1.2.2",
"execa": "^7.1.1",
2021-04-15 19:17:44 +00:00
"flat": "^5.0.2",
2023-02-17 16:38:16 +00:00
"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.3.8",
2021-10-05 20:35:23 +00:00
"unbuild": "latest"
},
"optionalDependencies": {
"fsevents": "~2.3.2"
},
"engines": {
"node": "^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
2021-04-09 15:52:45 +00:00
}
2021-03-28 21:01:51 +00:00
}