ih-portal
Version:
A project for connecting interaction hub services with catalyst-ui components
86 lines (85 loc) • 2.29 kB
JSON
{
"name": "ih-portal",
"version": "3.0.2",
"description": "A project for connecting interaction hub services with catalyst-ui components",
"repository": "https://git.uc.edu/portal/ih-portal",
"author": "University of Cincinnati Portal Team",
"keywords": [
"ih",
"react"
],
"license": "ISC",
"bugs": {
"url": "https://git.uc.edu/portal/ih-portal/issues"
},
"main": "index.jsx",
"scripts": {
"build": "webpack --progress --colors --watch",
"start": "webpack-dev-server --progress --colors",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"babel-core": "^6.7.2",
"babel-polyfill": "^6.7.2",
"catalyst-ui": "^1.0.78",
"console-polyfill": "^0.2.2",
"es5-shim": "^4.5.7",
"history": "~1.17.0",
"html-loader": "^0.4.3",
"html5shiv": "^3.7.3",
"ih-black-lion": "~2.4.1",
"ih-ps-connector": "^1.4.10",
"ih-utils": "~0.0.10",
"json-query": "^1.8.0",
"material-ui": "~0.14.3",
"moment": "^2.10.6",
"ramda": "^0.14.0",
"react": "~0.14.7",
"react-dom": "^0.14.0",
"react-motion": "~0.3.1",
"react-object-inspector": "~0.1.4",
"react-redux": "~4.4.0",
"react-responsive": "0.0.10",
"react-router": "^2.0.0",
"react-swipeable-views": "~0.2.3",
"react-tap-event-plugin": "~0.2.2",
"webpack": "^1.12.2"
},
"devDependencies": {
"babel-core": "^6.7.2",
"babel-eslint": "~4.1.3",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"convict": "~1.0.1",
"css-loader": "~0.22.0",
"eslint": "~1.10.3",
"eslint-config-airbnb": "~1.0.0",
"eslint-plugin-react": "~3.6.3",
"extract-text-webpack-plugin": "~0.8.2",
"file-loader": "~0.8.4",
"less": "~2.6.0",
"less-loader": "~2.2.0",
"style-loader": "~0.12.3",
"url-loader": "~0.5.6",
"webpack-dev-server": "^1.14.1"
},
"contributors": [
{
"name": "Matthew Hartman",
"email": "hartmamt@ucmail.uc.edu"
},
{
"name": "Derek Tepe",
"email": "tepedk@ucmail.uc.edu"
},
{
"name": "Jonathan Horner",
"email": "hornerjn@ucmail.uc.edu"
},
{
"name": "Evan Handler",
"email": "handleep@ucmail.uc.edu"
}
]
}