Nuxt/examples/with-cookies/package.json

14 lines
226 B
JSON
Raw Normal View History

2017-08-24 16:48:31 +00:00
{
2018-03-19 02:41:46 +00:00
"name": "example-with-cookies",
2017-08-24 16:48:31 +00:00
"dependencies": {
"cookie": "^0.3.1",
"js-cookie": "^2.1.4",
"nuxt": "latest"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}