mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 17:43:59 +00:00
7ffa47c520
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
34 lines
696 B
JSON
34 lines
696 B
JSON
{
|
|
"name": "@nuxt/builder",
|
|
"version": "2.17.0",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"main": "dist/builder.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@nuxt/devalue": "^2.0.2",
|
|
"@nuxt/utils": "2.17.0",
|
|
"@nuxt/vue-app": "2.17.0",
|
|
"@nuxt/webpack": "2.17.0",
|
|
"chalk": "^4.1.2",
|
|
"chokidar": "^3.5.3",
|
|
"consola": "^3.2.3",
|
|
"fs-extra": "^10.1.0",
|
|
"glob": "^8.1.0",
|
|
"hash-sum": "^2.0.0",
|
|
"ignore": "^5.2.4",
|
|
"lodash": "^4.17.21",
|
|
"pify": "^5.0.0",
|
|
"serialize-javascript": "^6.0.1",
|
|
"upath": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || >=16.10.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|