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

26 lines
543 B
JSON
Raw Normal View History

{
"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"
}