Nuxt/examples/vue-class-component/package.json

15 lines
329 B
JSON
Raw Normal View History

2017-04-14 14:47:21 +00:00
{
"name": "nuxt-class-component",
"dependencies": {
2017-04-17 16:15:55 +00:00
"babel-plugin-transform-class-properties": "^6.24.1",
2017-04-14 14:47:21 +00:00
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"nuxt": "latest",
"nuxt-class-component": "^1.0.4"
2017-04-14 14:47:21 +00:00
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}