rsnext/examples/with-draft-js/package.json
2019-07-08 19:37:58 -04:00

17 lines
314 B
JSON

{
"name": "with-draft-js",
"version": "1.0.0",
"author": "Asten Mies",
"license": "ISC",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"draft-js": "0.10.5",
"next": "latest",
"react": "^16.7.0",
"react-dom": "^16.7.0"
}
}