mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
ada29d411b
- @nuxt/app@0.2.0 - nuxt-cli@0.1.1 - @nuxt/kit@0.2.0 - @nuxt/nitro@0.2.0 - nuxt3@0.2.0 - @nuxt/vite-builder@0.1.1 - @nuxt/webpack-builder@0.1.1
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.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"
|
|
]
|
|
}
|
|
}
|