rsnext/examples/with-tailwindcss-emotion/package.json
First Kanisorn Sutham ff5dcacc2e Add the example of Tailwind CSS with emotion (#8931)
* Add the example of tailwindcss with emotion

* Add README.md

* Fix Unexpected trailing comma.

* Update the readme, and use latest Next.js version
2019-10-16 22:51:53 -05:00

23 lines
512 B
JSON

{
"name": "with-tailwindcss-emotion",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/core": "10.0.17",
"@emotion/styled": "10.0.17",
"next": "latest",
"react": "16.10.1",
"react-dom": "16.10.1"
},
"devDependencies": {
"babel-plugin-emotion": "10.0.19",
"babel-plugin-macros": "2.6.1",
"tailwind.macro": "1.0.0-alpha.10",
"tailwindcss": "1.1.2"
}
}