rsnext/examples/with-rebass/package.json

14 lines
212 B
JSON
Raw Normal View History

2017-07-08 14:05:46 +02:00
{
"private": true,
2017-07-08 14:05:46 +02:00
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
2018-01-30 21:44:18 +01:00
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
2017-07-08 14:05:46 +02:00
}