Nuxt/examples/axios/package.json

16 lines
296 B
JSON
Raw Normal View History

2017-10-29 09:08:42 +00:00
{
2018-03-19 02:41:46 +00:00
"name": "example-axios",
2017-10-29 09:08:42 +00:00
"version": "1.0.0",
"dependencies": {
2018-02-05 09:49:08 +00:00
"@nuxtjs/axios": "^5.0.0",
2017-10-29 09:08:42 +00:00
"@nuxtjs/proxy": "^1.1.2",
"nuxt": "latest"
2017-10-29 09:08:42 +00:00
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"post-update": "yarn upgrade --latest"
2017-10-29 09:08:42 +00:00
}
}