rsnext/examples/with-quill-js/package.json
Arya Sadeghi 1b518f065f with quilljs example (#8904)
* quill js with nextjs

* remove  spaces and blank line

* fix  code  lints

* imporve lin

* fix lint  error

* trying to fix lint

* Update examples/with-quill-js/README.md

Co-Authored-By: Luis Alvarez D. <luis@zeit.co>

* Update examples/with-quill-js/README.md

Co-Authored-By: Luis Alvarez D. <luis@zeit.co>

* update readme

* Update example
2019-10-07 17:17:06 -05:00

18 lines
351 B
JSON

{
"name": "with-quill-js",
"version": "1.0.0",
"author": "Arya Sadeghi",
"license": "ISC",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@zeit/next-css": "^1.0.1",
"next": "latest",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-quill": "^1.3.3"
}
}