UNPKG

react-blink-color

Version:

React Blink tag for any text with any color and size [React Blink Color](https://github.com/10secondsofcode/react-blink-color).

73 lines (72 loc) 1.99 kB
{ "name": "react-blink-color", "version": "0.1.4", "private": false, "dependencies": { "babel-plugin-transform-import-css": "^1.0.0-alpha.11", "babel-preset-react": "^6.24.1", "react": "^16.9.0", "react-dom": "^16.9.0", "react-scripts": "3.1.1", "uglifyjs-webpack-plugin": "^2.2.0" }, "scripts": { "start": "react-scripts start", "test": "react-scripts test", "eject": "react-scripts eject", "buildSingle": "babel src -d build", "build": "npm run build:react && npm run build:bundle", "build:react": "react-scripts build", "build:bundle": "webpack --config webpack.config.js", "prepublishOnly": "babel ./src --out-dir ./dist -s inline" }, "eslintConfig": { "extends": "react-app" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "description": "React Blink tag for any text with any color and size [React Blink Color](https://github.com/10secondsofcode/react-blink-color).", "main": "dist/index.js", "devDependencies": { "@babel/cli": "^7.6.0", "@babel/core": "^7.6.0", "@babel/preset-env": "^7.6.0", "@babel/preset-react": "^7.0.0", "babel-cli": "^6.26.0", "babel-preset-env": "^1.7.0", "webpack-cli": "^3.3.8" }, "repository": { "type": "git", "url": "git+https://github.com/10secondsofcode/react-blink-color.git" }, "keywords": [ "React-Blink", "react blinking text", "react animation", "react blink component", "react blink tag", "react blink element", "react-blink-color npm", "Blink" ], "author": "10secondsofcode", "license": "ISC", "bugs": { "url": "https://github.com/10secondsofcode/react-blink-color/issues" }, "homepage": "https://github.com/10secondsofcode/react-blink-color#readme", "files": [ "dist/*" ] }