likelihood-widgets-react
Version:
A collection of React components used by Likelihood UI.
148 lines (147 loc) • 4.96 kB
JSON
{
"name": "likelihood-widgets-react",
"version": "1.16.5",
"description": "A collection of React components used by Likelihood UI.",
"main": "dist/bundles/bundle.umd.min.js",
"repository": {
"type": "git",
"url": "https://github.com/lklhd/likelihood-widgets-react"
},
"homepage": "https://github.com/lklhd/likelihood-widgets-react",
"keywords": [
"likelihood",
"widgets",
"react"
],
"scripts": {
"clean": "rimraf dist coverage",
"prepublish": "npm run build:lib:prod",
"build:dev": "NODE_ENV=development webpack --config webpack/app.config.js --profile --display-error-details",
"build:prod": "NODE_ENV=production webpack --config webpack/app.config.js --profile --display-error-details",
"build:lib:dev": "NODE_ENV=development webpack --config webpack/lib.config.js --profile --display-error-details",
"build:lib:prod": "NODE_ENV=production webpack --config webpack/lib.config.js --profile --display-error-details",
"start": "NODE_ENV=development webpack-dev-server --config ./webpack/app.config.js --progress --inline --colors --watch",
"start:prod": "NODE_ENV=production webpack-dev-server --config ./webpack/app.config.js --progress --inline --colors --watch",
"test": "karma start",
"lint": "tslint -c tslint.json \"src/**/**.ts*\""
},
"author": "Levi Lu",
"license": "Apache-2.0",
"typings": "dist/index.d.ts",
"devDependencies": {
"@types/aphrodite": "0.5.5",
"@types/chai": "4.0.0",
"@types/classnames": "2.2.0",
"@types/codemirror": "0.0.40",
"@types/enzyme": "2.8.0",
"@types/es6-shim": "0.31.34",
"@types/history": "4.5.2",
"@types/lodash": "4.14.65",
"@types/material-ui": "0.17.10",
"@types/mocha": "2.2.41",
"@types/node": "7.0.28",
"@types/react": "15.0.27",
"@types/react-dom": "15.5.0",
"@types/react-hot-loader": "3.0.1",
"@types/react-redux": "4.4.40",
"@types/react-router": "3.0.3",
"@types/react-router-redux": "4.0.40",
"@types/react-tap-event-plugin": "0.0.30",
"@types/react-transition-group": "1.1.0",
"@types/redux": "3.6.31",
"@types/redux-thunk": "2.1.31",
"@types/sinon": "2.3.1",
"aphrodite": "1.2.1",
"autoprefixer": "7.1.1",
"awesome-typescript-loader": "3.1.3",
"axios": "0.16.2",
"babel-core": "6.24.1",
"babel-loader": "7.0.0",
"babel-plugin-syntax-do-expressions": "6.13.0",
"babel-plugin-transform-do-expressions": "6.22.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"chai": "4.0.2",
"classnames": "2.2.5",
"codemirror": "5.26.0",
"colors": "1.1.2",
"concurrently": "3.4.0",
"copy-webpack-plugin": "4.0.1",
"copyfiles": "1.2.0",
"css-loader": "0.28.4",
"enzyme": "2.8.2",
"es6-shim": "0.35.3",
"extract-text-webpack-plugin": "2.1.0",
"file-loader": "0.11.2",
"html-webpack-plugin": "2.28.0",
"imports-loader": "0.7.1",
"istanbul-instrumenter-loader": "2.0.0",
"json-loader": "0.5.4",
"karma": "1.7.0",
"karma-chai": "0.1.0",
"karma-coverage": "1.1.1",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "2.2.3",
"karma-phantomjs-launcher": "1.0.4",
"karma-remap-coverage": "0.1.4",
"karma-sinon": "1.0.5",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "2.0.3",
"lodash": "4.17.4",
"material-ui": "0.18.1",
"mocha": "3.4.2",
"node-sass": "4.5.3",
"phantomjs-prebuilt": "2.1.14",
"postcss-loader": "2.0.5",
"postcss-sorting": "2.1.0",
"progress-bar-webpack-plugin": "1.9.3",
"react": "15.5.4",
"react-addons-test-utils": "15.5.1",
"react-contenteditable": "2.0.2",
"react-dom": "15.5.4",
"react-hot-loader": "3.0.0-beta.6",
"react-inlinesvg": "0.6.0",
"react-redux": "5.0.5",
"react-router": "3.0.3",
"react-router-redux": "4.0.8",
"react-tap-event-plugin": "2.0.1",
"react-test-renderer": "15.5.4",
"react-tooltip": "3.3.0",
"react-transition-group": "1.1.3",
"redux": "3.6.0",
"redux-logger": "3.0.6",
"redux-thunk": "2.2.0",
"remap-istanbul": "0.9.5",
"resolve-url-loader": "2.0.2",
"rimraf": "2.6.1",
"sass-loader": "6.0.5",
"sinon": "2.3.2",
"source-map-loader": "0.2.1",
"style-loader": "0.18.2",
"svg-inline-loader": "0.7.1",
"tslint": "5.4.3",
"tslint-loader": "3.5.3",
"tslint-react": "3.0.0",
"typescript": "2.3.4",
"url-loader": "0.5.8",
"webpack": "2.6.1",
"webpack-dev-server": "2.4.5",
"webpack-merge": "4.1.0",
"webpack-node-externals": "1.6.0"
},
"peerDependencies": {
"classnames": "2.2.5",
"lodash": "4.17.4",
"react": "15.5.4",
"react-contenteditable": "2.0.2",
"react-dom": "15.5.4",
"react-inlinesvg": "0.6.0",
"react-tooltip": "3.3.0",
"react-transition-group": "1.1.3",
"redux": "3.6.0",
"redux-thunk": "2.2.0"
},
"files": [
"dist"
]
}