Nuxt/packages/builder/package.json

29 lines
618 B
JSON
Raw Normal View History

{
"name": "@nuxt/builder",
2018-11-26 17:37:12 +00:00
"version": "2.3.3",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
"dist"
],
"main": "dist/builder.js",
"dependencies": {
2018-11-26 17:37:12 +00:00
"@nuxt/common": "2.3.3",
"@nuxt/vue-app": "2.3.3",
"@nuxtjs/devalue": "^1.1.0",
"chokidar": "^2.0.4",
"consola": "^2.3.0",
"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"
2018-11-20 20:48:46 +00:00
},
2018-11-26 17:37:12 +00:00
"gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34"
}