rsnext/examples/with-tailwindcss-emotion/package.json

26 lines
580 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.5",
"@emotion/styled": "11.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"tailwindcss-filters": "3.0.0"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@emotion/babel-plugin": "11.3.0",
"autoprefixer": "10.2.5",
"next": "latest",
"postcss": "8.2.10",
"tailwindcss": "^2.1.1",
"xwind": "0.8.0"
},
"license": "MIT"
}