2018-10-17 21:28:25 +00:00
|
|
|
{
|
|
|
|
"name": "@nuxt/core",
|
2018-11-26 17:37:12 +00:00
|
|
|
"version": "2.3.3",
|
2018-10-17 21:28:25 +00:00
|
|
|
"repository": "nuxt/nuxt.js",
|
|
|
|
"license": "MIT",
|
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"main": "dist/core.js",
|
|
|
|
"dependencies": {
|
2018-11-26 17:37:12 +00:00
|
|
|
"@nuxt/common": "2.3.3",
|
|
|
|
"@nuxt/config": "2.3.3",
|
|
|
|
"@nuxt/server": "2.3.3",
|
|
|
|
"@nuxt/vue-renderer": "2.3.3",
|
2018-11-03 18:46:58 +00:00
|
|
|
"@nuxtjs/devalue": "^1.1.0",
|
2018-11-20 18:51:13 +00:00
|
|
|
"consola": "^2.3.0",
|
2018-10-17 21:28:25 +00:00
|
|
|
"debug": "^4.1.0",
|
|
|
|
"esm": "^3.0.84",
|
2018-11-07 22:39:37 +00:00
|
|
|
"fs-extra": "^7.0.1",
|
2018-10-17 21:28:25 +00:00
|
|
|
"hash-sum": "^1.0.2",
|
2018-11-08 21:48:29 +00:00
|
|
|
"std-env": "^2.2.1"
|
2018-10-17 22:14:54 +00:00
|
|
|
},
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2018-11-20 20:48:46 +00:00
|
|
|
},
|
2018-11-26 17:37:12 +00:00
|
|
|
"gitHead": "2e90166f2a87271dedaf7072c2f7d9457bff5d34"
|
2018-10-17 21:28:25 +00:00
|
|
|
}
|