Nuxt/examples/custom-routes/package.json
2018-09-18 18:26:25 +02:00

13 lines
204 B
JSON

{
"name": "example-custom-routes",
"dependencies": {
"axios": "latest",
"nuxt-edge": "latest"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}