Nuxt/examples/with-cookies/package.json

14 lines
216 B
JSON

{
"name": "hello-nuxt",
"dependencies": {
"cookie": "^0.3.1",
"js-cookie": "^2.1.4",
"nuxt": "latest"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}