Nuxt/test/fixtures/minimal/package.json

12 lines
169 B
JSON
Raw Normal View History

2023-03-31 09:49:29 +00:00
{
"private": true,
"name": "fixture-minimal",
"scripts": {
"build": "nuxi build"
},
"dependencies": {
"nuxt": "workspace:*",
"vue": "latest"
2023-03-31 09:49:29 +00:00
}
}