Nuxt/packages/generator/package.json
pooya parsa dec8f99fc3
feat: support plug-and-play, typescript runtime and native modules (#8389)
Co-authored-by: Clark Du <clark.duxin@gmail.com>
2020-12-22 18:07:50 +01:00

24 lines
458 B
JSON

{
"name": "@nuxt/generator",
"version": "2.14.12",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"main": "dist/generator.js",
"files": [
"dist"
],
"dependencies": {
"@nuxt/utils": "2.14.12",
"chalk": "^4.1.0",
"consola": "^2.15.0",
"defu": "^3.2.2",
"devalue": "^2.0.1",
"fs-extra": "^9.0.1",
"html-minifier": "^4.0.0",
"node-html-parser": "^2.0.0"
},
"publishConfig": {
"access": "public"
}
}