mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
15 lines
328 B
JSON
15 lines
328 B
JSON
{
|
|
"name": "nuxt-class-component",
|
|
"dependencies": {
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
|
"nuxt": "latest",
|
|
"vue-class-component": "^5.0.1"
|
|
},
|
|
"scripts": {
|
|
"dev": "nuxt",
|
|
"build": "nuxt build",
|
|
"start": "nuxt start"
|
|
}
|
|
}
|