mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-15 18:34:50 +00:00
cdf4c62dc5
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
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.1",
|
|
"ufo": "^1.3.2",
|
|
"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"
|
|
}
|