UNPKG

@upendradevsingh/webcore

Version:
106 lines 3.84 kB
{ "name": "webcore", "version": "0.0.1", "description": "UI Core Components for web", "main": "index.js", "engines": { "node": ">=6.9.2" }, "scripts": { "dev": "webpack-dev-server --output-public-path=/build/ --progress --profile --colors" }, "repository": { "type": "git", "url": "git+https://github.com/jabong/webcore.git" }, "author": "Upendra Dev Singh <upendra.singh@jabong.com>", "license": "MIT", "bugs": { "url": "https://github.com/jabong/webcore/issues" }, "homepage": "https://github.com/jabong/webcore#readme", "dependencies": { "babel-runtime": "^6.23.0", "inline-style-prefixer": "^3.0.2", "keycode": "^2.1.8", "lodash.merge": "^4.6.0", "lodash.throttle": "^4.1.1", "prop-types": "^15.5.8", "react": "^15.5.4", "react-addons-create-fragment": "^15.4.0", "react-addons-pure-render-mixin": "^15.4.2", "react-addons-shallow-compare": "^15.4.2", "react-dom": "^15.5.4", "react-event-listener": "^0.4.5", "react-modal-bootstrap": "^1.1.1", "react-redux": "^5.0.2", "react-router": "^3.0.2", "react-router-redux": "^4.0.7", "react-slick": "^0.14.11", "react-tap-event-plugin": "^2.0.1", "react-transition-group": "^1.1.2", "recompose": "^0.23.0", "redux": "^3.6.0", "redux-logger": "^2.7.4", "redux-promise-middleware": "^4.2.0", "redux-thunk": "^2.2.0", "simple-assign": "^0.1.0", "warning": "^3.0.0" }, "devDependencies": { "app-module-path": "^2.2.0", "babel-cli": "^6.24.1", "babel-core": "^6.24.1", "babel-eslint": "^7.2.1", "babel-loader": "^6.4.1", "babel-plugin-react-html-attrs": "^2.0.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-plugin-transform-dev-warning": "^0.1.0", "babel-plugin-transform-react-constant-elements": "^6.23.0", "babel-plugin-transform-react-inline-elements": "^6.22.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.0", "babel-plugin-transform-replace-object-assign": "^0.2.1", "babel-plugin-transform-runtime": "^6.23.0", "babel-polyfill": "^6.23.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-1": "^6.24.1", "chai": "^3.5.0", "coveralls": "^2.13.0", "create-react-class": "^15.5.0", "cross-env": "^4.0.0", "enzyme": "^2.8.1", "eslint": "^3.19.0", "eslint-find-rules": "^1.14.3", "eslint-loader": "^1.6.1", "eslint-plugin-babel": "^4.1.1", "eslint-plugin-flowtype": "^2.30.4", "eslint-plugin-import": "^2.2.0", "eslint-plugin-mocha": "^4.9.0", "eslint-plugin-react": "^6.10.3", "fs-extra": "^2.1.2", "glob": "^7.1.1", "istanbul": "^1.1.0-alpha.1", "jsdom": "^9.12.0", "json-loader": "^0.5.4", "karma": "^1.6.0", "karma-mocha": "^1.3.0", "karma-mocha-reporter": "^2.2.3", "karma-phantomjs-launcher": "^1.0.4", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^2.0.3", "minimist": "^1.2.0", "mocha": "^3.1.2", "nodemon": "^1.11.0", "phantomjs-prebuilt": "^2.1.14", "react-hot-loader": "^1.3.1", "react-tap-event-plugin": "^2.0.0", "react-test-renderer": "^15.5.0", "react-transition-group": "^1.1.2", "recursive-readdir-sync": "^1.0.6", "rimraf": "^2.6.1", "webpack": "^1.13.3", "webpack-dev-server": "^1.14.0" } }