rsnext/examples/with-slate/package.json

17 lines
297 B
JSON
Raw Normal View History

2018-08-07 06:00:31 +02:00
{
"private": true,
2018-08-07 06:00:31 +02:00
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"slate": "^0.76.1",
"slate-history": "0.66.0",
"slate-react": "^0.76.1"
}
2018-08-07 06:00:31 +02:00
}