mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 00:53:55 +00:00
accbe6445c
* chore: add fixtures to monorepo workspaces * chore: dedupe lockfile
17 lines
262 B
JSON
17 lines
262 B
JSON
{
|
|
"private": true,
|
|
"name": "fixture-basic",
|
|
"scripts": {
|
|
"dev": "nuxt dev",
|
|
"build": "nuxt build"
|
|
},
|
|
"devDependencies": {
|
|
"core-js": "^3",
|
|
"nuxt": "^2",
|
|
"vue": "^2"
|
|
},
|
|
"installConfig": {
|
|
"hoistingLimits": "workspaces"
|
|
}
|
|
}
|