mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 00:53:55 +00:00
dfe99caaf1
Co-authored-by: Renovate Bot <bot@renovateapp.com>
35 lines
607 B
JSON
35 lines
607 B
JSON
{
|
|
"name": "@nuxt/app",
|
|
"version": "0.2.0",
|
|
"repository": "nuxt/framework",
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"files": [
|
|
"dist",
|
|
"meta.js"
|
|
],
|
|
"dependencies": {
|
|
"@vueuse/head": "^0.5.1",
|
|
"hookable": "^4.4.1",
|
|
"ohmyfetch": "^0.2.0",
|
|
"vue": "^3.0.11",
|
|
"vue-router": "^4.0.6",
|
|
"vuex5": "^0.5.0-testing.3"
|
|
},
|
|
"build": {
|
|
"entries": {
|
|
"index": {
|
|
"distDir": ".gen"
|
|
},
|
|
"/": {}
|
|
},
|
|
"dependencies": [
|
|
"@vueuse/head",
|
|
"ohmyfetch",
|
|
"vue-router",
|
|
"vuex5"
|
|
]
|
|
}
|
|
}
|