rsnext/examples/using-preact/package.json
Matsumoto Toshi 967542cc83 Update @zeit/next-preact example (#6390)
* update next-preact

* Update package.json
2019-02-26 10:01:15 -05:00

16 lines
331 B
JSON

{
"name": "using-preact",
"version": "1.0.0",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"dependencies": {
"@zeit/next-preact": "0.1.0",
"next": "latest",
"preact": "8.2.7",
"preact-compat": "3.18.0"
},
"license": "ISC"
}