Nuxt/examples/with-cookies/package.json

15 lines
267 B
JSON

{
"name": "example-with-cookies",
"dependencies": {
"cookie": "^0.3.1",
"js-cookie": "^2.1.4",
"nuxt": "2.x"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"post-update": "yarn upgrade --latest"
}
}