mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 17:43:59 +00:00
46f858dd82
Co-authored-by: Xin Du (Clark) <clark.duxin@gmail.com> Co-authored-by: pooya parsa <pyapar@gmail.com>
18 lines
287 B
JSON
18 lines
287 B
JSON
{
|
|
"private": true,
|
|
"name": "fixture-basic",
|
|
"scripts": {
|
|
"dev": "nuxt dev",
|
|
"build": "nuxt build"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/bridge": "*",
|
|
"core-js": "^3",
|
|
"nuxt": "^2",
|
|
"vue": "^2"
|
|
},
|
|
"installConfig": {
|
|
"hoistingLimits": "workspaces"
|
|
}
|
|
}
|