mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
39 lines
803 B
JSON
39 lines
803 B
JSON
{
|
|
"name": "@nuxt/vue-app",
|
|
"version": "2.17.3",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nuxt/nuxt.git",
|
|
"directory": "packages/vue-app"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/vue-app.js",
|
|
"typings": "index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"template",
|
|
"vetur",
|
|
"web-types",
|
|
"index.d.ts"
|
|
],
|
|
"dependencies": {
|
|
"node-fetch-native": "^1.6.4",
|
|
"ufo": "^1.5.3",
|
|
"unfetch": "^5.0.0",
|
|
"vue": "^2.7.16",
|
|
"vue-client-only": "^2.1.0",
|
|
"vue-meta": "^2.4.0",
|
|
"vue-no-ssr": "^1.1.1",
|
|
"vue-router": "^3.6.5",
|
|
"vue-template-compiler": "^2.7.16",
|
|
"vuex": "^3.6.2"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || >=16.10.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"web-types": "web-types/web-types.json"
|
|
}
|