mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 17:43:59 +00:00
19794ddd21
Co-authored-by: Renovate Bot <bot@renovateapp.com>
37 lines
663 B
JSON
37 lines
663 B
JSON
{
|
|
"name": "@nuxt/app",
|
|
"version": "0.5.0",
|
|
"repository": "nuxt/framework",
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": "./dist",
|
|
"./meta": "./meta.js",
|
|
"./dist/*": "./dist/*"
|
|
},
|
|
"main": "./dist",
|
|
"module": "./dist",
|
|
"types": "./types/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"types",
|
|
"meta.js"
|
|
],
|
|
"scripts": {
|
|
"prepack": "unbuild"
|
|
},
|
|
"dependencies": {
|
|
"hookable": "^4.4.1",
|
|
"ohmyfetch": "^0.2.0",
|
|
"upath": "^2.0.1",
|
|
"vue": "^3.1.5",
|
|
"vue-router": "^4.0.10",
|
|
"vuex5": "^0.5.0-testing.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@nuxt/meta": "^0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"unbuild": "^0.3.2"
|
|
}
|
|
}
|