mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
e1a391a72d
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
35 lines
738 B
JSON
35 lines
738 B
JSON
{
|
|
"name": "@nuxt/vue-app",
|
|
"version": "2.16.3",
|
|
"repository": "nuxt/nuxt.js",
|
|
"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.1.0",
|
|
"ufo": "^1.1.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.14",
|
|
"vuex": "^3.6.2"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"web-types": "web-types/web-types.json"
|
|
}
|