mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 17:13:56 +00:00
bb797fcbb6
- @nuxt/app@0.3.0 - nuxt-cli@0.2.0 - @nuxt/kit@0.3.0 - @nuxt/nitro@0.4.0 - nuxt3@0.3.0 - @nuxt/vite-builder@0.2.0 - @nuxt/webpack-builder@0.2.0
28 lines
534 B
JSON
28 lines
534 B
JSON
{
|
|
"name": "@nuxt/app",
|
|
"version": "0.3.0",
|
|
"repository": "nuxt/framework",
|
|
"license": "MIT",
|
|
"main": "./dist/app/index.js",
|
|
"module": "./dist/app/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"meta.js"
|
|
],
|
|
"scripts": {
|
|
"prepack": "unbuild"
|
|
},
|
|
"devDependencies": {
|
|
"unbuild": "^0.1.12"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/head": "^0.5.1",
|
|
"hookable": "^4.4.1",
|
|
"ohmyfetch": "^0.2.0",
|
|
"vue": "^3.0.11",
|
|
"vue-router": "^4.0.6",
|
|
"vuex5": "^0.5.0-testing.3"
|
|
}
|
|
}
|