Nuxt/examples/with-keep-alive/package.json

13 lines
219 B
JSON
Raw Normal View History

2018-01-17 08:46:48 +00:00
{
2018-03-19 02:41:46 +00:00
"name": "example-with-keep-alive",
2018-01-17 08:46:48 +00:00
"dependencies": {
"nuxt": "2.x"
2018-01-17 08:46:48 +00:00
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"post-update": "yarn upgrade --latest"
2018-01-17 08:46:48 +00:00
}
}