UNPKG

643 BJSONView Raw
1{
2 "name": "@nuxt/vue-app",
3 "version": "2.15.8",
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 "ufo": "^0.7.4",
18 "unfetch": "^4.2.0",
19 "vue": "^2.6.12",
20 "vue-client-only": "^2.0.0",
21 "vue-meta": "^2.4.0",
22 "vue-no-ssr": "^1.1.1",
23 "vue-router": "^3.5.1",
24 "vue-template-compiler": "^2.6.12",
25 "vuex": "^3.6.2"
26 },
27 "publishConfig": {
28 "access": "public"
29 },
30 "web-types": "web-types/web-types.json"
31}