UNPKG

react-candlestick

Version:

This is a switch and stylish React component that create checkbox into toggle switch button.

71 lines (70 loc) 1.84 kB
{ "name": "react-candlestick", "version": "1.3.1", "description": "This is a switch and stylish React component that create checkbox into toggle switch button.", "author": "Tackacoder <edouard@tackacoder.fr>", "homepage": "https://github.com/EdouardTack/react-candlestick#readme", "main": "dist/bundle.js", "license": "MIT", "dependencies": { "lodash": "^4.17.15", "prop-types": "^15.7.2", "react": "^16.12.0" }, "devDependencies": { "@babel/cli": "7.10.4", "@babel/core": "7.10.4", "@babel/preset-env": "7.10.4", "@babel/preset-react": "7.10.4", "babel-cli": "6.26.0", "babel-jest": "23.6.0", "babel-loader": "8.1.0", "babel-preset-react": "6.24.1", "babel-preset-react-app": "9.1.1", "css-loader": "3.5.3", "mini-css-extract-plugin": "0.9.0", "optimize-css-assets-webpack-plugin": "5.0.3", "react-dom": "16.12.0", "react-scripts": "3.3.1", "style-loader": "1.2.1", "terser-webpack-plugin": "1.3.0", "uglifyjs-webpack-plugin": "2.2.0", "webpack": "4.43.0", "webpack-cli": "3.3.11", "webpack-node-externals": "1.7.2" }, "repository": { "type": "git", "url": "git+https://github.com/EdouardTack/react-candlestick.git" }, "bugs": { "url": "https://github.com/EdouardTack/react-candlestick/issues" }, "keywords": [ "React", "Toggle", "Switch", "Button" ], "scripts": { "start": "react-scripts start", "build": "webpack", "test": "react-scripts test", "prepublish": "yarn run build" }, "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" ] } }