Nuxt/packages/vue-app/package.json
Pooya Parsa 2015140d12 feat(vue-app): universal fetch (#5028)
* pkg(nuxt-start): add node-fetch, unfetch

* pkg(vue-app): add node-fetch, unfetch

* add yarn.lock

* feat(config): _app.fetch options

* feat(builder): add fetch to templateVars

* feat(vue-app): polyfill global with fetch

* feat(fixtures/basic): /api/test

* add fetch example to fixtures

* remove unfetch from nuxt-start

* update template snapshot

* revert extra new line in server.js

* single line if
2019-02-14 16:56:58 +01:00

28 lines
534 B
JSON

{
"name": "@nuxt/vue-app",
"version": "2.4.3",
"repository": "nuxt/nuxt.js",
"license": "MIT",
"files": [
"dist",
"template",
"types/*.d.ts",
"vetur"
],
"main": "dist/vue-app.js",
"typings": "types/index.d.ts",
"dependencies": {
"node-fetch": "^2.3.0",
"unfetch": "^4.0.1",
"vue": "^2.6.6",
"vue-meta": "^1.5.8",
"vue-no-ssr": "^1.1.1",
"vue-router": "^3.0.2",
"vue-template-compiler": "^2.6.6",
"vuex": "^3.1.0"
},
"publishConfig": {
"access": "public"
}
}