cluedin-widget
Version:
This is the project for creating and managing widgets in CluedIn.
77 lines (76 loc) • 2.02 kB
JSON
{
"name": "cluedin-widget",
"version": "1.0.93",
"description": "",
"main": "./src/index.js",
"dependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.3.13",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babelify": "^7.2.0",
"bookshelf": "^0.9.1",
"browserify": "^12.0.1",
"classnames": "^2.2.3",
"cluedin-widget-models": "0.0.5",
"concat-with-sourcemaps": "^1.0.4",
"css-element-queries": "^0.3.2",
"es6-promise": "^3.0.2",
"install": "^0.6.1",
"isotope-layout": "^2.2.2",
"knex": "^0.9.0",
"lodash": "^4.3.0",
"moment": "^2.11.2",
"node-uuid": "^1.4.7",
"npm": "^3.8.5",
"perfect-scrollbar": "^0.6.10",
"pg": "^4.4.4",
"rc-tooltip": "^3.3.2",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-intl": "^2.0.0-rc-1",
"react-mixin": "^3.0.4",
"react-redux": "^4.0.0",
"react-tabs": "^0.5.3",
"redux": "^3.0.4",
"redux-logger": "^2.0.4",
"redux-thunk": "^1.0.0",
"should": "^8.2.1",
"store": "^1.3.20",
"superagent": "^1.7.2",
"superagent-promise": "^1.1.0"
},
"devDependencies": {
"babel-jest": "^11.0.1",
"babel-preset-stage-1": "^6.5.0",
"express": "^4.13.4",
"gulp-bump": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"jest": "^0.1.40",
"jest-cli": "^11.0.1",
"mocha": "^2.4.5",
"react-addons-test-utils": "^15.0.1",
"react-router": "^2.0.1",
"redux-devtools": "^2.1.5"
},
"scripts": {
"test": "jest"
},
"jest": {
"verbose": true,
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react",
"<rootDir>/node_modules/react-dom",
"<rootDir>/node_modules/react-addons-test-utils",
"<rootDir>/node_modules/lodash"
],
"globals": {
"__cluedIn": {
"token": "oefkeofkeofkeofk"
}
}
},
"author": "dervalp@gmail.com"
}