Nuxt/examples/no-ssr/package.json

12 lines
174 B
JSON
Raw Normal View History

2017-08-24 10:38:53 +00:00
{
2018-03-19 02:41:46 +00:00
"name": "example-no-ssr",
2017-08-24 10:38:53 +00:00
"dependencies": {
2018-09-18 16:26:25 +00:00
"nuxt-edge": "latest"
2017-08-24 10:38:53 +00:00
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start"
}
}