mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 09:03:53 +00:00
2015140d12
* 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
28 lines
534 B
JSON
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"
|
|
}
|
|
}
|