Nuxt/playground/package.json

13 lines
200 B
JSON
Raw Permalink Normal View History

{
"name": "nuxt-playground",
"private": true,
"scripts": {
2021-10-29 10:38:22 +00:00
"dev": "nuxi dev",
"build": "nuxi build",
"start": "nuxi preview"
},
"dependencies": {
"nuxt": "workspace:*"
}
}