Nuxt/examples/auth-jwt/package.json

14 lines
228 B
JSON
Raw Normal View History

{
"name": "example-auth-jwt",
"dependencies": {
"cookieparser": "^0.1.0",
"js-cookie": "^2.2.0",
"nuxt": "latest"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}