mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
c56d4840ad
Co-authored-by: Renovate Bot <bot@renovateapp.com>
24 lines
447 B
JSON
24 lines
447 B
JSON
{
|
|
"name": "@nuxt/core",
|
|
"version": "2.15.6",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"main": "dist/core.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@nuxt/config": "2.15.6",
|
|
"@nuxt/server": "2.15.6",
|
|
"@nuxt/utils": "2.15.6",
|
|
"consola": "^2.15.3",
|
|
"fs-extra": "^10.0.0",
|
|
"hable": "^3.0.0",
|
|
"hash-sum": "^2.0.0",
|
|
"lodash": "^4.17.21"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|