mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-15 18:34:50 +00:00
01bee2f0ea
Co-authored-by: "yangjian.fe" <yangjian.fe@bytedance.com> Co-authored-by: underfin <likui6666666@gmail.com>
19 lines
363 B
JSON
19 lines
363 B
JSON
{
|
|
"private": true,
|
|
"name": "fixture-basic",
|
|
"scripts": {
|
|
"build": "nuxi build"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/rspack-builder": "workspace:*",
|
|
"@nuxt/webpack-builder": "workspace:*",
|
|
"nuxt": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/devtools-api": "latest",
|
|
"ufo": "latest",
|
|
"unplugin": "latest",
|
|
"vue": "latest"
|
|
}
|
|
}
|