rsnext/examples/with-slate/package.json

19 lines
344 B
JSON
Raw Normal View History

2018-08-07 06:00:31 +02:00
{
"name": "with-slate",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"slate": "^0.58.4",
"slate-history": "0.58.4",
"slate-react": "^0.58.4"
},
"license": "MIT"
2018-08-07 06:00:31 +02:00
}