2018-10-17 21:28:25 +00:00
|
|
|
{
|
2018-10-30 20:42:53 +00:00
|
|
|
"name": "@nuxt/vue-app",
|
2021-05-11 18:59:00 +00:00
|
|
|
"version": "2.15.6",
|
2018-10-17 21:28:25 +00:00
|
|
|
"repository": "nuxt/nuxt.js",
|
|
|
|
"license": "MIT",
|
2020-02-06 12:32:56 +00:00
|
|
|
"main": "dist/vue-app.js",
|
|
|
|
"typings": "index.d.ts",
|
2018-10-17 21:28:25 +00:00
|
|
|
"files": [
|
|
|
|
"dist",
|
2018-11-17 10:52:21 +00:00
|
|
|
"template",
|
2019-08-20 11:01:34 +00:00
|
|
|
"vetur",
|
2020-07-09 11:11:20 +00:00
|
|
|
"web-types",
|
2019-08-20 11:01:34 +00:00
|
|
|
"index.d.ts"
|
2018-10-17 21:28:25 +00:00
|
|
|
],
|
2018-12-01 10:13:28 +00:00
|
|
|
"dependencies": {
|
2022-06-23 22:58:52 +00:00
|
|
|
"node-fetch-native": "^0.1.4",
|
2022-09-03 12:50:05 +00:00
|
|
|
"ufo": "^0.8.5",
|
2020-09-30 09:55:52 +00:00
|
|
|
"unfetch": "^4.2.0",
|
2022-09-03 12:50:05 +00:00
|
|
|
"vue": "^2.7.10",
|
2021-06-04 14:21:41 +00:00
|
|
|
"vue-client-only": "^2.1.0",
|
2020-06-10 15:26:50 +00:00
|
|
|
"vue-meta": "^2.4.0",
|
2018-12-15 07:31:59 +00:00
|
|
|
"vue-no-ssr": "^1.1.1",
|
2022-09-03 12:50:05 +00:00
|
|
|
"vue-router": "^3.6.4",
|
|
|
|
"vue-template-compiler": "^2.7.10",
|
2021-01-26 22:07:49 +00:00
|
|
|
"vuex": "^3.6.2"
|
2018-12-01 10:13:28 +00:00
|
|
|
},
|
2018-10-17 22:14:54 +00:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
2020-07-09 11:11:20 +00:00
|
|
|
},
|
|
|
|
"web-types": "web-types/web-types.json"
|
2018-10-17 21:28:25 +00:00
|
|
|
}
|