UNPKG

create-emotion-styled

Version:

The styled API for emotion

43 lines (42 loc) 939 B
{ "name": "create-emotion-styled", "version": "9.2.8", "description": "The styled API for emotion", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "types/index.d.ts", "files": [ "src", "dist", "types" ], "scripts": { "test:typescript": "dtslint types" }, "dependencies": { "@emotion/is-prop-valid": "^0.6.1" }, "peerDependencies": { "prop-types": "15.x" }, "devDependencies": { "@types/react": "16.0.16", "dtslint": "^0.3.0", "prop-types": "^15.6.1" }, "author": "Kye Hohenberger", "homepage": "https://emotion.sh", "license": "MIT", "repository": "https://github.com/emotion-js/emotion/tree/master/packages/create-emotion-styled", "keywords": [ "styles", "emotion", "react", "css", "css-in-js" ], "bugs": { "url": "https://github.com/emotion-js/emotion/issues" }, "umd:main": "./dist/emotion.umd.min.js" }