rsnext/examples/with-styled-components-rtl/package.json
Alejandro Garcia Anglada c30e54283f Added with-styled-components-rtl example (#10074)
* Added with-styled-components-rtl example

* Add idea behing the example

Co-authored-by: Joe Haddad <timer150@gmail.com>
2020-01-14 13:18:31 -05:00

20 lines
414 B
JSON

{
"name": "with-styled-components",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "latest",
"react": "16.12.0",
"react-dom": "16.12.0",
"styled-components": "5.0.0",
"stylis-plugin-rtl": "1.0.0"
},
"devDependencies": {
"babel-plugin-styled-components": "1.10.6"
},
"license": "ISC"
}