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