UNPKG

emotion-tailwind-preflight

Version:

TailwindCSS Preflight file for emotion CSS-in-JS library

47 lines (46 loc) 1.41 kB
{ "name": "emotion-tailwind-preflight", "version": "2.0.1", "description": "TailwindCSS Preflight file for emotion CSS-in-JS library", "main": "dist/index.js", "typings": "index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/flogy/emotion-tailwind-preflight.git" }, "keywords": [ "emotion", "tailwind", "tailwindcss", "preflight", "normalize", "css-in-js" ], "author": "Florian Gyger Software <info@floriangyger.ch>", "license": "MIT", "bugs": { "url": "https://github.com/flogy/emotion-tailwind-preflight/issues" }, "homepage": "https://github.com/flogy/emotion-tailwind-preflight#readme", "scripts": { "update": "ncu -u tailwindcss && ./bin/build.js", "build": "babel src --out-dir dist", "prepublishOnly": "npm run build", "version": "auto-changelog --breaking-pattern \"BREAKING CHANGE:\" -p && git add CHANGELOG.md", "postversion": "git push origin master --tags && npm publish" }, "devDependencies": { "@babel/cli": "^7.13.10", "@babel/core": "^7.13.10", "@babel/preset-env": "^7.13.10", "@emotion/react": "^11.0.0", "auto-changelog": "^2.2.1", "npm-check-updates": "^11.3.0", "react": "^16.8.0", "tailwindcss": "^2.0.4" }, "peerDependencies": { "@emotion/react": ">=11.0.0", "react": ">=16.8.0" } }