mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 07:40:33 +00:00
39 lines
705 B
JSON
39 lines
705 B
JSON
{
|
|
"name": "@nuxt/app",
|
|
"version": "0.1.0",
|
|
"repository": "nuxt/framework",
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"files": [
|
|
"dist",
|
|
"meta.js"
|
|
],
|
|
"scripts": {
|
|
"build": "jiti ../../scripts/build .",
|
|
"prepublishOnly": "yarn build"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/head": "^0.5.1",
|
|
"hookable": "^4.4.1",
|
|
"ohmyfetch": "^0.1.8",
|
|
"vue": "^3.0.11",
|
|
"vue-router": "^4.0.5",
|
|
"vuex5": "^0.5.0-testing.3"
|
|
},
|
|
"build": {
|
|
"entries": {
|
|
"index": {
|
|
"distDir": ".gen"
|
|
},
|
|
"/": {}
|
|
},
|
|
"dependencies": [
|
|
"@vueuse/head",
|
|
"ohmyfetch",
|
|
"vue-router",
|
|
"vuex5"
|
|
]
|
|
}
|
|
}
|