UNPKG

emotion-normalize

Version:
46 lines (45 loc) 1.19 kB
{ "name": "emotion-normalize", "version": "11.0.1", "description": "Normalize file for emotion JSS library", "main": "dist/index.js", "typings": "index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/infinum/emotion-normalize.git" }, "keywords": [ "emotion", "normalize", "jss", "css", "styles", "import", "components" ], "author": "Infinum JavaScript Team <hello@infinum.co>", "license": "MIT", "bugs": { "url": "https://github.com/infinum/emotion-normalize/issues" }, "homepage": "https://github.com/infinum/emotion-normalize#readme", "scripts": { "prebuild": "./bin/build.js", "build": "babel src --out-dir dist", "update": "ncu -u normalize.css", "prepublish": "npm run update && npm run prebuild", "postversion": "git push origin master --tags && npm publish" }, "devDependencies": { "@babel/cli": "^7.5.0", "@babel/core": "^7.5.0", "@babel/preset-env": "^7.5.0", "@emotion/react": "^11.0.0", "normalize.css": "^8.0.1", "npm-check-updates": "^3.1.16" }, "peerDependencies": { "@emotion/react": "^11.0.0", "react": ">=16.3.0" } }