Nuxt/examples/async-data/package.json
2019-05-30 20:58:19 +04:30

14 lines
241 B
JSON

{
"name": "example-async-data",
"dependencies": {
"axios": "^0.19.0",
"nuxt": "latest"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"post-update": "yarn upgrade --latest"
}
}