Nuxt/examples/with-cookies/package.json

14 lines
216 B
JSON
Raw Normal View History

2017-08-24 16:48:31 +00:00
{
"name": "hello-nuxt",
"dependencies": {
"cookie": "^0.3.1",
"js-cookie": "^2.1.4",
"nuxt": "latest"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}