mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
c0b8d08819
Co-authored-by: Renovate Bot <bot@renovateapp.com>
25 lines
423 B
JSON
25 lines
423 B
JSON
{
|
|
"name": "@nuxt/app",
|
|
"version": "0.0.0",
|
|
"repository": "nuxt/framework",
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "jiti ../../scripts/build .",
|
|
"prepublishOnly": "yarn build"
|
|
},
|
|
"dependencies": {
|
|
"hookable": "^4.4.1",
|
|
"vue": "^3.0.11"
|
|
},
|
|
"build": {
|
|
"entries": {
|
|
"index": { "distDir": ".gen" },
|
|
"/": {}
|
|
}
|
|
}
|
|
}
|