rsnext/examples/using-preact/package.json
S M Mahmudul Hasan 874378dcb5
Add @prefresh/next to dependencies of preact example (#14649)
Add @prefresh/next as dependency

Closes #14607
2020-06-28 11:41:16 +00:00

21 lines
509 B
JSON

{
"name": "using-preact",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"devDependencies": {
"react-refresh": "^0.8.3"
},
"dependencies": {
"@prefresh/next": "^0.3.0",
"next": "^9.4.0",
"preact": "^10.4.4",
"preact-render-to-string": "^5.1.9",
"react": "github:preact-compat/react#1.0.0",
"react-dom": "github:preact-compat/react-dom#1.0.0",
"react-ssr-prepass": "npm:preact-ssr-prepass@^1.0.1"
}
}