rsnext/examples/using-preact/package.json

17 lines
405 B
JSON
Raw Normal View History

{
"name": "using-preact",
"version": "1.0.0",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"dependencies": {
"next": "^9.2.3-canary.21",
"preact": "^10.2.1",
"preact-render-to-string": "^5.1.4",
"react": "github:preact-compat/react#1.0.0",
"react-dom": "github:preact-compat/react-dom#1.0.0"
}
}