Nuxt/examples/jsx/package.json

12 lines
166 B
JSON

{
"name": "example-jsx",
"dependencies": {
"nuxt": "latest"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}