mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 00:53:55 +00:00
47c4054d23
Co-authored-by: Renovate Bot <bot@renovateapp.com>
32 lines
664 B
JSON
32 lines
664 B
JSON
{
|
|
"name": "@nuxt/builder",
|
|
"version": "2.14.9",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"main": "dist/builder.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@nuxt/devalue": "^1.2.4",
|
|
"@nuxt/utils": "2.14.9",
|
|
"@nuxt/vue-app": "2.14.9",
|
|
"@nuxt/webpack": "2.14.9",
|
|
"chalk": "^4.1.0",
|
|
"chokidar": "^3.4.3",
|
|
"consola": "^2.15.0",
|
|
"fs-extra": "^9.0.1",
|
|
"glob": "^7.1.6",
|
|
"hash-sum": "^2.0.0",
|
|
"ignore": "^5.1.8",
|
|
"lodash": "^4.17.20",
|
|
"pify": "^5.0.0",
|
|
"semver": "^7.3.4",
|
|
"serialize-javascript": "^5.0.1",
|
|
"upath": "^2.0.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|