mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
29 lines
561 B
JSON
29 lines
561 B
JSON
{
|
|
"name": "@nuxt/vue-app",
|
|
"version": "2.9.2",
|
|
"repository": "nuxt/nuxt.js",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist",
|
|
"template",
|
|
"vetur",
|
|
"index.d.ts"
|
|
],
|
|
"main": "dist/vue-app.js",
|
|
"typings": "index.d.ts",
|
|
"dependencies": {
|
|
"node-fetch": "^2.6.0",
|
|
"unfetch": "^4.1.0",
|
|
"vue": "^2.6.10",
|
|
"vue-client-only": "^2.0.0",
|
|
"vue-meta": "^2.2.2",
|
|
"vue-no-ssr": "^1.1.1",
|
|
"vue-router": "~3.0.7",
|
|
"vue-template-compiler": "^2.6.10",
|
|
"vuex": "^3.1.1"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|