mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 17:13:56 +00:00
4095f96559
- @nuxt/app@0.4.3 - nuxt-cli@0.3.7 - @nuxt/kit@0.6.3 - @nuxt/nitro@0.9.0 - nuxt3@0.7.4 - @nuxt/pages@0.2.3 - @nuxt/vite-builder@0.4.3 - @nuxt/webpack-builder@0.4.3
34 lines
613 B
JSON
34 lines
613 B
JSON
{
|
|
"name": "@nuxt/app",
|
|
"version": "0.4.3",
|
|
"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": {
|
|
"@vueuse/head": "^0.6.0",
|
|
"hookable": "^4.4.1",
|
|
"ohmyfetch": "^0.2.0",
|
|
"vue": "^3.1.1",
|
|
"vue-router": "^4.0.8",
|
|
"vuex5": "^0.5.0-testing.3"
|
|
},
|
|
"devDependencies": {
|
|
"unbuild": "^0.3.0"
|
|
}
|
|
}
|