2018-10-17 21:28:25 +00:00
|
|
|
{
|
|
|
|
"name": "@nuxt/core",
|
2020-08-16 17:03:06 +00:00
|
|
|
"version": "2.14.3",
|
2018-10-17 21:28:25 +00:00
|
|
|
"repository": "nuxt/nuxt.js",
|
|
|
|
"license": "MIT",
|
2020-02-06 12:32:56 +00:00
|
|
|
"main": "dist/core.js",
|
2018-10-17 21:28:25 +00:00
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2020-08-16 17:03:06 +00:00
|
|
|
"@nuxt/config": "2.14.3",
|
2019-06-28 07:23:20 +00:00
|
|
|
"@nuxt/devalue": "^1.2.4",
|
2020-08-16 17:03:06 +00:00
|
|
|
"@nuxt/server": "2.14.3",
|
|
|
|
"@nuxt/utils": "2.14.3",
|
|
|
|
"@nuxt/vue-renderer": "2.14.3",
|
2020-08-13 13:05:54 +00:00
|
|
|
"consola": "^2.15.0",
|
2018-12-22 22:03:22 +00:00
|
|
|
"debug": "^4.1.1",
|
2019-05-25 14:17:02 +00:00
|
|
|
"esm": "^3.2.25",
|
2019-06-29 04:49:55 +00:00
|
|
|
"fs-extra": "^8.1.0",
|
2020-02-25 16:15:40 +00:00
|
|
|
"hable": "^3.0.0",
|
2019-06-29 04:37:43 +00:00
|
|
|
"hash-sum": "^2.0.0",
|
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-26 18:02:10 +00:00
|
|
|
}
|
2018-10-17 21:28:25 +00:00
|
|
|
}
|