mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
18 lines
287 B
JSON
18 lines
287 B
JSON
{
|
|
"private": true,
|
|
"name": "fixture-basic",
|
|
"scripts": {
|
|
"dev": "nuxi dev",
|
|
"build": "nuxi build"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/bridge": "*",
|
|
"core-js": "^3",
|
|
"nuxt": "^2",
|
|
"vue": "^2"
|
|
},
|
|
"installConfig": {
|
|
"hoistingLimits": "workspaces"
|
|
}
|
|
}
|