Nuxt/examples/jsx/package.json

12 lines
161 B
JSON
Raw Normal View History

2017-02-17 15:12:20 +00:00
{
2017-12-08 14:58:05 +00:00
"name": "nuxt-jsx",
2017-02-17 15:12:20 +00:00
"dependencies": {
2017-12-08 14:58:05 +00:00
"nuxt": "next"
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
}
}