react-widgets
Version:
An à la carte set of polished, extensible, and accessible inputs built for React
97 lines (96 loc) • 2.88 kB
JSON
{
"name": "react-widgets",
"version": "4.2.2",
"description": "An à la carte set of polished, extensible, and accessible inputs built for React",
"main": "lib/index.js",
"author": {
"name": "Jason",
"email": "monastic.panic@gmail.com"
},
"files": [
"lib",
"dist"
],
"keywords": [
"react",
"widgets",
"dropdown",
"combobox",
"calendar",
"datepicker",
"date picker",
"numberpicker",
"number picker",
"radio group",
"checkbox list",
"multiselect",
"form",
"input",
"react-ui",
"react-component"
],
"scripts": {
"test": "npm run lint && npm run test-only && npm run test:styles",
"test-only": "jest",
"test:styles": "npm run styles && node-sass lib/scss/react-widgets.scss -o test/output",
"tdd": "jest --watch",
"lint": "eslint src test",
"less": "lessc -x --autoprefix=\"ie >= 8\" src/less/react-widgets.less dist/css/react-widgets.css",
"styles": "cpy src/less/* lib/less/ && node ../../tools/lessToSass.js",
"assets:lib": "cpy src/img/* lib/img/ && cpy src/fonts/* lib/fonts/",
"assets:dist": "cpy src/img/* dist/img/ && cpy src/fonts/* dist/fonts/",
"clean:lib": "rimraf ./lib/*",
"clean:dist": "rimraf ./dist/*",
"compile:lib": "babel src --out-dir lib",
"compile:dist": "cross-env NODE_ENV=production webpack",
"build:lib": "npm run clean:lib && npm run compile:lib && npm run styles && npm run assets:lib",
"build:dist": "npm run clean:dist && npm run compile:dist && npm run less && npm run assets:dist",
"build": "npm run build:lib && npm run build:dist",
"prepublishOnly": "npm run build"
},
"homepage": "http://jquense.github.io/react-widgets/docs/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jquense/react-widgets"
},
"peerDependencies": {
"react": ">=0.14.0",
"react-dom": ">=0.14.0"
},
"dependencies": {
"classnames": "^2.1.2",
"date-arithmetic": "^3.1.0",
"dom-helpers": "^3.3.1",
"invariant": "^2.2.3",
"prop-types-extra": "^1.0.1",
"react-component-managers": "^3.1.0",
"react-transition-group": "^2.2.1",
"uncontrollable": "^5.0.0",
"warning": "^3.0.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0-0",
"@babel/core": "^7.0.0-0",
"babel-core": "bridge",
"babel-jest": "^22.4.1",
"chai": "^4.1.2",
"cpy-cli": "^1.0.0",
"cross-env": "^5.1.3",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.18.1",
"globalize": "^0.1.1",
"jest": "^22.4.2",
"less": "^2.7.2",
"less-plugin-autoprefix": "^1.5.1",
"lodash": "^4.17.5",
"node-sass": "^4.7.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"rimraf": "^2.6.2",
"sinon": "^4.4.2",
"webpack": "^3.6.0",
"webpack-atoms": "^5.1.0"
}
}