mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
27 lines
527 B
JSON
27 lines
527 B
JSON
{
|
|
"name": "@nuxt/core",
|
|
"version": "2.4.3",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"main": "dist/core.js",
|
|
"dependencies": {
|
|
"@nuxt/config": "2.4.3",
|
|
"@nuxt/devalue": "^1.2.0",
|
|
"@nuxt/server": "2.4.3",
|
|
"@nuxt/utils": "2.4.3",
|
|
"@nuxt/vue-renderer": "2.4.3",
|
|
"consola": "^2.5.5",
|
|
"debug": "^4.1.1",
|
|
"esm": "^3.2.6",
|
|
"fs-extra": "^7.0.1",
|
|
"hash-sum": "^1.0.2",
|
|
"std-env": "^2.2.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|