mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-05 21:53:56 +00:00
28 lines
563 B
JSON
28 lines
563 B
JSON
{
|
|
"name": "@nuxt/builder",
|
|
"version": "2.3.1",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"main": "dist/builder.js",
|
|
"dependencies": {
|
|
"@nuxt/common": "^2.3.1",
|
|
"@nuxt/vue-app": "^2.3.1",
|
|
"@nuxtjs/devalue": "^1.1.0",
|
|
"chokidar": "^2.0.4",
|
|
"consola": "^2.2.6",
|
|
"fs-extra": "^7.0.1",
|
|
"glob": "^7.1.3",
|
|
"hash-sum": "^1.0.2",
|
|
"lodash": "^4.17.11",
|
|
"pify": "^4.0.1",
|
|
"serialize-javascript": "^1.5.0",
|
|
"upath": "^1.1.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|