2021-03-28 20:33:19 +00:00
|
|
|
{
|
|
|
|
"name": "@nuxt/app",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"repository": "nuxt/framework",
|
|
|
|
"license": "MIT",
|
2021-04-02 11:47:01 +00:00
|
|
|
"main": "./dist/index.js",
|
2021-03-28 20:33:19 +00:00
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"scripts": {
|
2021-04-02 11:47:01 +00:00
|
|
|
"build": "jiti ../../scripts/build .",
|
2021-03-28 20:33:19 +00:00
|
|
|
"prepublishOnly": "yarn build"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-04-02 11:47:01 +00:00
|
|
|
"hookable": "^4.4.1",
|
2021-04-02 11:48:20 +00:00
|
|
|
"vue": "^3.0.11"
|
2021-03-28 20:33:19 +00:00
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"entries": {
|
2021-04-02 11:47:01 +00:00
|
|
|
"index": { "distDir": ".gen" },
|
|
|
|
"/": {}
|
2021-03-28 20:33:19 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|