Nuxt/packages/app/package.json

39 lines
705 B
JSON
Raw Normal View History

2021-03-28 20:33:19 +00:00
{
"name": "@nuxt/app",
"version": "0.1.0",
2021-03-28 20:33:19 +00:00
"repository": "nuxt/framework",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.js",
2021-03-28 20:33:19 +00:00
"files": [
"dist",
"meta.js"
2021-03-28 20:33:19 +00:00
],
"scripts": {
"build": "jiti ../../scripts/build .",
2021-03-28 20:33:19 +00:00
"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"
2021-03-28 20:33:19 +00:00
},
"build": {
"entries": {
"index": {
"distDir": ".gen"
},
"/": {}
},
"dependencies": [
"@vueuse/head",
"ohmyfetch",
"vue-router",
"vuex5"
]
2021-03-28 20:33:19 +00:00
}
}