UNPKG

@seznam/szn-select-react

Version:

Szn-select integration for React projects.

50 lines (49 loc) 1.34 kB
{ "name": "@seznam/szn-select-react", "version": "1.4.2", "description": "Szn-select integration for React projects.", "main": "index.js", "scripts": { "test": "eslint --max-warnings=0 *.js && jest", "build": "gulp", "prepublishOnly": "echo Run \\'npm run publish-package\\' instead && exit 1", "publish-package": "git push && git push --tags && npm run build && npm publish --access public --ignore-scripts dist" }, "repository": { "type": "git", "url": "git+https://github.com/seznam/szn-select-react.git" }, "keywords": [ "a11y", "select", "web", "component", "components", "szn", "seznam", "seznam.cz" ], "author": "Martin Jurča <martin.jurca@firma.seznam.cz>", "license": "ISC", "bugs": { "url": "https://github.com/seznam/szn-select-react/issues" }, "homepage": "https://github.com/seznam/szn-select-react#readme", "peerDependencies": { "react": "*", "prop-types": "*" }, "devDependencies": { "@babel/core": "^7.4.4", "@babel/preset-env": "^7.4.4", "@seznam/szn-select": "^1.4.5", "babel-preset-env": "^1.6.1", "del": "^4.1.1", "eslint": "^5.16.0", "eslint-config-fbjs-opensource": "^2.0.0", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", "gulp-replace": "^1.0.0", "jest": "^24.8.0" } }