Nuxt/examples/jsx/package.json

12 lines
166 B
JSON
Raw Normal View History

2017-02-17 15:12:20 +00:00
{
2018-03-19 02:41:46 +00:00
"name": "example-jsx",
2017-02-17 15:12:20 +00:00
"dependencies": {
"nuxt": "latest"
2017-02-17 15:12:20 +00:00
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
2017-04-06 10:28:27 +00:00
"start": "nuxt start"
2017-02-17 15:12:20 +00:00
}
}