@checksub_team/react-widgets
Version:
102 lines (101 loc) • 3.02 kB
JSON
{
"name": "@checksub_team/react-widgets",
"version": "4.5.19",
"description": "React-widgets",
"main": "lib/index.js",
"author": "Alexander <aleksandar.bichkov@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": "https://github.com/sasha-bichkov/react-widgets/",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sasha-bichkov/react-widgets.git"
},
"peerDependencies": {
"react": ">=0.14.0",
"react-dom": ">=0.14.0"
},
"dependencies": {
"classnames": "^2.2.6",
"date-arithmetic": "^3.1.0",
"dom-helpers": "^3.3.1",
"invariant": "^2.2.4",
"prop-types-extra": "^1.0.1",
"react-component-managers": "^3.1.0",
"react-lifecycles-compat": "^3.0.4",
"react-transition-group": "^2.4.0",
"uncontrollable": "^5.0.0",
"warning": "^3.0.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.52",
"@babel/core": "^7.0.0-beta.52",
"babel-core": "bridge",
"babel-jest": "^23.2.0",
"chai": "^4.1.2",
"cpy-cli": "^2.0.0",
"cross-env": "^5.2.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.19.1",
"globalize": "^0.1.1",
"jest": "^23.3.0",
"less": "^2.7.2",
"less-plugin-autoprefix": "^1.5.1",
"lodash": "^4.17.5",
"node-sass": "^4.9.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"rimraf": "^2.6.2",
"sinon": "^5.0.10",
"webpack": "^3.0.0",
"webpack-atoms": "^5.0.0"
},
"bugs": {
"url": "https://github.com/sasha-bichkov/react-widgets/issues"
},
"directories": {
"lib": "lib",
"test": "test"
}
}