rsnext/examples/with-tailwindcss-emotion/package.json
Hank Andre 372fb5dc53
refactor(with-tailwindcss-emotion): example remove styles directory (#21368)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2021-01-22 12:16:57 +01:00

25 lines
543 B
JSON

{
"name": "with-tailwindcss-emotion",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.1.1",
"@emotion/styled": "11.0.0",
"react": "17.0.1",
"react-dom": "17.0.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@emotion/babel-plugin": "11.0.0",
"autoprefixer": "10.0.2",
"next": "latest",
"postcss": "8.1.10",
"tailwindcss": "^2.0.1",
"xwind": "0.7.2"
},
"license": "MIT"
}