rsnext/examples/with-tailwindcss-emotion/package.json
Santi Dalmasso 0af3b52640
Update Tailwind CSS example with emotion to use JIT (#23843)
## Documentation / Examples

- [X] Make sure the linting passes
2021-04-08 23:41:19 +00: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.1.1",
"xwind": "0.7.2"
},
"license": "MIT"
}