UNPKG

622 BJSONView Raw
1{
2 "name": "@nuxt/vue-app",
3 "version": "2.14.6",
4 "repository": "nuxt/nuxt.js",
5 "license": "MIT",
6 "main": "dist/vue-app.js",
7 "typings": "index.d.ts",
8 "files": [
9 "dist",
10 "template",
11 "vetur",
12 "web-types",
13 "index.d.ts"
14 ],
15 "dependencies": {
16 "node-fetch": "^2.6.1",
17 "unfetch": "^4.1.0",
18 "vue": "^2.6.12",
19 "vue-client-only": "^2.0.0",
20 "vue-meta": "^2.4.0",
21 "vue-no-ssr": "^1.1.1",
22 "vue-router": "^3.4.3",
23 "vue-template-compiler": "^2.6.12",
24 "vuex": "^3.5.1"
25 },
26 "publishConfig": {
27 "access": "public"
28 },
29 "web-types": "web-types/web-types.json"
30}