2018-10-17 21:28:25 +00:00
|
|
|
{
|
|
|
|
"name": "@nuxt/core",
|
2020-12-16 13:13:06 +00:00
|
|
|
"version": "2.14.12",
|
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-12-16 13:13:06 +00:00
|
|
|
"@nuxt/config": "2.14.12",
|
2019-06-28 07:23:20 +00:00
|
|
|
"@nuxt/devalue": "^1.2.4",
|
2020-12-16 13:13:06 +00:00
|
|
|
"@nuxt/server": "2.14.12",
|
|
|
|
"@nuxt/utils": "2.14.12",
|
|
|
|
"@nuxt/vue-renderer": "2.14.12",
|
2020-08-13 13:05:54 +00:00
|
|
|
"consola": "^2.15.0",
|
2020-11-25 14:19:29 +00:00
|
|
|
"debug": "^4.2.0",
|
2019-05-25 14:17:02 +00:00
|
|
|
"esm": "^3.2.25",
|
2020-12-01 11:40:50 +00:00
|
|
|
"fs-extra": "^9.0.1",
|
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
|
|
|
}
|