mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
30 lines
610 B
JSON
30 lines
610 B
JSON
{
|
|
"name": "@nuxt/builder",
|
|
"version": "2.10.2",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"main": "dist/builder.js",
|
|
"dependencies": {
|
|
"@nuxt/devalue": "^1.2.4",
|
|
"@nuxt/utils": "2.10.2",
|
|
"@nuxt/vue-app": "2.10.2",
|
|
"chokidar": "^3.3.0",
|
|
"consola": "^2.10.1",
|
|
"fs-extra": "^8.1.0",
|
|
"glob": "^7.1.5",
|
|
"hash-sum": "^2.0.0",
|
|
"ignore": "^5.1.4",
|
|
"lodash": "^4.17.15",
|
|
"pify": "^4.0.1",
|
|
"semver": "^6.3.0",
|
|
"serialize-javascript": "^2.1.0",
|
|
"upath": "^1.2.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|