rsnext/examples/with-draft-js/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
239 B
JSON
Raw Normal View History

2018-02-09 09:40:32 +01:00
{
"private": true,
2018-02-09 09:40:32 +01:00
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"draft-js": "^0.11.5",
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
2018-02-09 09:40:32 +01:00
}
}