rsnext/examples/with-quill-js/package.json
2020-08-29 22:32:35 -04:00

17 lines
329 B
JSON

{
"name": "with-quill-js",
"version": "1.0.0",
"author": "Arya Sadeghi",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "^9.1.8-canary.11",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-quill": "^1.3.3"
}
}