UNPKG

@seznam/szn-select

Version:

Accessible HTML selectbox with customizable UI. Based on web components and easy to integrate with various frameworks like React or Angular.

66 lines (65 loc) 1.79 kB
{ "name": "@seznam/szn-select", "version": "1.4.7", "description": "Accessible HTML selectbox with customizable UI. Based on web components and easy to integrate with various frameworks like React or Angular.", "main": "szn-select.es6.js", "scripts": { "test": "eslint --max-warnings=0 *.js a11y/*.js && jest", "build": "gulp", "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.git" }, "keywords": [ "html", "web", "component", "components", "select", "selectbox", "szn", "seznam", "seznam.cz", "accessible", "accessibility", "a11y" ], "author": "Martin Jurča <martin.jurca@firma.seznam.cz>", "contributors": [ { "name": "Lukáš Pazderka", "email": "lukas.pazderka@firma.seznam.cz" } ], "license": "MIT", "bugs": { "url": "https://github.com/seznam/szn-select/issues" }, "homepage": "https://github.com/seznam/szn-select#readme", "devDependencies": { "@babel/core": "^7.4.4", "@babel/preset-env": "^7.4.4", "@seznam/szn-elements": "^1.2.3", "@seznam/szn-tethered": "^1.0.1", "del": "^3.0.0", "eslint": "^5.16.0", "eslint-config-fbjs-opensource": "^2.0.0", "glob": "^7.1.3", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", "gulp-concat": "^2.6.1", "gulp-cssnano": "^2.1.3", "gulp-postcss": "^8.0.0", "gulp-rename": "^1.4.0", "gulp-replace": "^1.0.0", "gulp-uglify-es": "^1.0.4", "jest": "^24.8.0", "postcss-custom-properties": "^6.3.1" }, "peerDependencies": { "@seznam/szn-elements": "^1.2.3", "@seznam/szn-tethered": "^1.0.1" } }