mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
592342fe72
Co-authored-by: Renovate Bot <bot@renovateapp.com>
32 lines
644 B
JSON
32 lines
644 B
JSON
{
|
|
"name": "@nuxt/vue-app",
|
|
"version": "2.14.12",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"main": "dist/vue-app.js",
|
|
"typings": "index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"template",
|
|
"vetur",
|
|
"web-types",
|
|
"index.d.ts"
|
|
],
|
|
"dependencies": {
|
|
"node-fetch": "^2.6.1",
|
|
"ufo": "^0.5.4",
|
|
"unfetch": "^4.2.0",
|
|
"vue": "^2.6.12",
|
|
"vue-client-only": "^2.0.0",
|
|
"vue-meta": "^2.4.0",
|
|
"vue-no-ssr": "^1.1.1",
|
|
"vue-router": "^3.5.0",
|
|
"vue-template-compiler": "^2.6.12",
|
|
"vuex": "^3.6.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"web-types": "web-types/web-types.json"
|
|
}
|