1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-02-24 17:39:06 +00:00
Nuxt/examples/with-museui/package.json

13 lines
176 B
JSON
Raw Normal View History

2017-10-17 15:13:37 +00:00
{
"name": "with-museui",
"dependencies": {
"nuxt": "latest",
"muse-ui": "latest"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}