Nuxt/examples/with-amp/package.json
Jee Hyuk Won (Tony) 16898f8cfa fix: ByLine component props error fixed and other some errors fixed in with-amp example (#3871)
* ByLine component props error fixed and other some errors fixed

* linting problem fixed

* export nuxt config by esmodule

* upgrade dependency
2018-09-18 17:34:01 +02:00

14 lines
231 B
JSON

{
"name": "example-with-amp",
"version": "1.0.0",
"dependencies": {
"nuxt-edge": "latest"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
}
}