mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-24 22:55:13 +00:00
38 lines
793 B
JSON
38 lines
793 B
JSON
{
|
|
"name": "@nuxt/builder",
|
|
"version": "2.18.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
"directory": "packages/builder"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/builder.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@nuxt/devalue": "^2.0.2",
|
|
"@nuxt/utils": "2.18.1",
|
|
"@nuxt/vue-app": "2.18.1",
|
|
"@nuxt/webpack": "2.18.1",
|
|
"chalk": "^4.1.2",
|
|
"chokidar": "^3.6.0",
|
|
"consola": "^3.2.3",
|
|
"fs-extra": "^11.2.0",
|
|
"glob": "^8.1.0",
|
|
"hash-sum": "^2.0.0",
|
|
"ignore": "^5.3.1",
|
|
"lodash": "^4.17.21",
|
|
"pify": "^5.0.0",
|
|
"serialize-javascript": "^6.0.2",
|
|
"upath": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || >=16.10.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|