mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
03754d9ff7
Co-authored-by: Renovate Bot <bot@renovateapp.com>
49 lines
1002 B
JSON
49 lines
1002 B
JSON
{
|
|
"name": "nuxi",
|
|
"version": "0.10.0",
|
|
"repository": "nuxt/framework",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./dist/index.mjs",
|
|
"./cli": "./bin/nuxi.mjs"
|
|
},
|
|
"bin": {
|
|
"nu": "./bin/nuxi.mjs",
|
|
"nuxi": "./bin/nuxi.mjs"
|
|
},
|
|
"scripts": {
|
|
"prepack": "unbuild"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"dist"
|
|
],
|
|
"optionalDependencies": {
|
|
"fsevents": "~2.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/design": "0.0.6",
|
|
"@nuxt/kit": "^0.10.0",
|
|
"@types/clear": "^0",
|
|
"@types/debounce-promise": "^3",
|
|
"@types/mri": "^1.1.1",
|
|
"chokidar": "^3.5.2",
|
|
"clear": "^0.1.0",
|
|
"clipboardy": "^2.3.0",
|
|
"colorette": "^2.0.13",
|
|
"debounce-promise": "^3.1.2",
|
|
"deep-object-diff": "^1.1.0",
|
|
"destr": "^1.1.0",
|
|
"flat": "^5.0.2",
|
|
"jiti": "^1.12.6",
|
|
"listhen": "^0.2.4",
|
|
"mlly": "^0.2.4",
|
|
"mri": "^1.2.0",
|
|
"pathe": "^0.2.0",
|
|
"scule": "^0.2.1",
|
|
"unbuild": "latest",
|
|
"v8-compile-cache": "^2.3.0"
|
|
}
|
|
}
|