mirror of
https://github.com/nuxt/nuxt.git
synced 2024-12-04 19:37:18 +00:00
14 lines
215 B
JSON
14 lines
215 B
JSON
{
|
|
"name": "with-vue-material",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"nuxt": "latest",
|
|
"vue-material": "^1.0.0-beta-6"
|
|
},
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start"
|
|
}
|
|
}
|