1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/examples/with-draft-js/package.json
2018-02-09 09:40:32 +01:00

18 lines
311 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": "5.0.0",
"react": "16.2.0",
"react-dom": "16.2.0"
}
}