mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
17 lines
304 B
JSON
17 lines
304 B
JSON
{
|
|
"private": true,
|
|
"name": "fixture-runtime-compiler",
|
|
"scripts": {
|
|
"build": "nuxi build"
|
|
},
|
|
"dependencies": {
|
|
"nuxt": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@unhead/shared": "latest",
|
|
"@vue/devtools-api": "latest",
|
|
"@vue/shared": "latest",
|
|
"unhead": "latest"
|
|
}
|
|
}
|