UNPKG

emotion-reset

Version:
46 lines 1.16 kB
{ "name": "emotion-reset", "version": "3.0.1", "description": "Reset file for emotion JSS library", "main": "dist/index.js", "types": "types/index.d.ts", "repository": { "type": "git", "url": "git://github.com/sayegh7/emotion-reset.git" }, "keywords": [ "emotion", "reset", "jss", "css", "styles", "import", "components" ], "author": "Ahmed El Sayegh <ahmedelsayegh7@gmail.com>", "license": "MIT", "scripts": { "dev": "cd testing && yarn dev", "pretest": "yarn build && cd testing && yarn install", "test": "node percy", "prebuild": "./bin/build.js", "build": "babel -d dist src", "update": "./node_modules/npm-check-updates/bin/ncu -u reset.css", "prepublish": "yarn update && yarn build" }, "devDependencies": { "@babel/cli": "^7.8.3", "@babel/core": "^7.8.3", "@babel/preset-env": "^7.8.3", "@emotion/react": "^11.1.1", "@percy/script": "^1.0.3", "axios": "^0.21.1", "dotenv": "^8.2.0", "npm-check-updates": "^4.0.1", "reset.css": "^2.0.2", "shelljs": "^0.8.3" }, "peerDependencies": { "@emotion/react": ">=11" } }