SIGN IN SIGN UP
nuxt / framework UNCLAIMED

Old repo of Nuxt 3 framework, now on nuxt/nuxt

2021-03-28 23:01:51 +02:00
{
2021-04-04 17:48:19 +02:00
"name": "nuxt-cli",
"version": "0.3.8",
2021-03-28 23:01:51 +02:00
"repository": "nuxt/framework",
"license": "MIT",
"main": "./dist/index.js",
2021-04-04 17:48:19 +02:00
"bin": {
"nu": "./bin/nuxt.js",
"nuxt": "./bin/nuxt.js",
"nuxt-cli": "./bin/nuxt.js"
},
2021-04-09 15:48:39 +02:00
"scripts": {
"prepack": "unbuild"
},
2021-03-28 23:01:51 +02:00
"files": [
"bin",
"dist"
2021-04-09 17:52:45 +02:00
],
2021-04-16 22:05:49 +02:00
"optionalDependencies": {
"fsevents": "~2.3.2"
},
2021-04-09 17:52:45 +02:00
"devDependencies": {
"@nuxt/devtools": "^0.1.0",
"@nuxt/kit": "^0.6.4",
2021-04-15 21:17:44 +02:00
"@types/clear": "^0",
"@types/debounce-promise": "^3",
2021-04-09 17:52:45 +02:00
"@types/mri": "^1.1.0",
"chokidar": "^3.5.2",
2021-04-15 21:17:44 +02:00
"clear": "^0.1.0",
2021-04-09 17:52:45 +02:00
"colorette": "^1.2.2",
2021-04-15 21:17:44 +02:00
"debounce-promise": "^3.1.2",
"deep-object-diff": "^1.1.0",
"flat": "^5.0.2",
"h3": "^0.2.11",
2021-04-15 21:17:44 +02:00
"listhen": "^0.2.4",
2021-04-09 17:52:45 +02:00
"mri": "^1.1.6",
"unbuild": "^0.3.1",
2021-04-09 17:52:45 +02:00
"v8-compile-cache": "^2.3.0"
}
2021-03-28 23:01:51 +02:00
}