mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
31 lines
640 B
JSON
31 lines
640 B
JSON
{
|
|
"name": "@nuxt/builder",
|
|
"version": "2.15.2",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"main": "dist/builder.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@nuxt/devalue": "^1.2.5",
|
|
"@nuxt/utils": "2.15.2",
|
|
"@nuxt/vue-app": "2.15.2",
|
|
"@nuxt/webpack": "2.15.2",
|
|
"chalk": "^4.1.0",
|
|
"chokidar": "^3.5.1",
|
|
"consola": "^2.15.3",
|
|
"fs-extra": "^9.1.0",
|
|
"glob": "^7.1.6",
|
|
"hash-sum": "^2.0.0",
|
|
"ignore": "^5.1.8",
|
|
"lodash": "^4.17.21",
|
|
"pify": "^5.0.0",
|
|
"serialize-javascript": "^5.0.1",
|
|
"upath": "^2.0.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|