mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-14 10:04:05 +00:00
38 lines
769 B
JSON
38 lines
769 B
JSON
{
|
|
"name": "@nuxt/vue-app",
|
|
"version": "2.17.2",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nuxt/nuxt.js.git"
|
|
},
|
|
"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.4.0",
|
|
"ufo": "^1.3.1",
|
|
"unfetch": "^5.0.0",
|
|
"vue": "^2.7.10",
|
|
"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.15",
|
|
"vuex": "^3.6.2"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || >=16.10.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"web-types": "web-types/web-types.json"
|
|
}
|