react-ios-switch
Version:
React switch component
53 lines (52 loc) • 1.41 kB
JSON
{
"name": "react-ios-switch",
"version": "0.1.19",
"description": "React switch component",
"author": "Matthew King <mking@clari.com>",
"license": "MIT",
"repository": "clari/react-ios-switch",
"main": "lib",
"files": [
"build/bundle.js",
"build/bundle.css",
"lib"
],
"keywords": [
"react",
"react-component",
"switch",
"toggle"
],
"scripts": {
"babel": "babel src --out-dir lib --only 'src/index.js,src/normalizeColor.js,src/prefixStyle.js,src/Switch.jsx'",
"postversion": "git push && git push --tags",
"start": "webpack-dev-server --config webpack.config.dev",
"umd": "NODE_ENV=production webpack --config webpack.config.umd",
"version": "npm run babel && npm run umd"
},
"dependencies": {
"color-name": "^1.1.3",
"inline-style-prefixer": "^3.0.7",
"popmotion": "^7.8.1",
"prop-types": "^15.5.10"
},
"peerDependencies": {
"react": ">=0.14"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"history": "^4.7.2",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1"
}
}