mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
87f1a8d144
Co-authored-by: Renovate Bot <bot@renovateapp.com>
32 lines
664 B
JSON
32 lines
664 B
JSON
{
|
|
"name": "@nuxt/builder",
|
|
"version": "2.12.1",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"main": "dist/builder.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@nuxt/devalue": "^1.2.4",
|
|
"@nuxt/utils": "2.12.1",
|
|
"@nuxt/vue-app": "2.12.1",
|
|
"@nuxt/webpack": "2.12.1",
|
|
"chalk": "^3.0.0",
|
|
"chokidar": "^3.4.0",
|
|
"consola": "^2.12.2",
|
|
"fs-extra": "^8.1.0",
|
|
"glob": "^7.1.6",
|
|
"hash-sum": "^2.0.0",
|
|
"ignore": "^5.1.8",
|
|
"lodash": "^4.17.15",
|
|
"pify": "^4.0.1",
|
|
"semver": "^7.3.2",
|
|
"serialize-javascript": "^4.0.0",
|
|
"upath": "^1.2.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|