mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
dc0e1b9ad7
Co-authored-by: Renovate Bot <bot@renovateapp.com>
27 lines
541 B
JSON
27 lines
541 B
JSON
{
|
|
"name": "@nuxt/vue-renderer",
|
|
"version": "2.15.6",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"main": "dist/vue-renderer.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@nuxt/devalue": "^2.0.0",
|
|
"@nuxt/utils": "2.15.6",
|
|
"consola": "^2.15.3",
|
|
"defu": "^5.0.0",
|
|
"fs-extra": "^10.0.0",
|
|
"lodash": "^4.17.21",
|
|
"lru-cache": "^5.1.1",
|
|
"ufo": "^0.7.9",
|
|
"vue": "^2.6.14",
|
|
"vue-meta": "^2.4.0",
|
|
"vue-server-renderer": "^2.6.14"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|