@sisu-llc/pki-suit
Version:
Attivio SUIT, the Search UI Toolkit, is a library for creating search clients for searching the Attivio platform.
108 lines (107 loc) • 3.02 kB
JSON
{
"name": "@sisu-llc/pki-suit",
"version": "0.2.0",
"description": "Attivio SUIT, the Search UI Toolkit, is a library for creating search clients for searching the Attivio platform.",
"keywords": [
"Attivio",
"AIE",
"SUIT",
"Search UI",
"Search",
"React",
"react-component"
],
"babel": {
"presets": [
"es2015",
"react",
"stage-2"
]
},
"homepage": "http://www.perkinelmer.com",
"bugs": {
"url": "https://github.com/sisu-llc/pki-suit/issues",
"email": "bugs@sisu.io"
},
"license": "SEE LICENSE IN LICENSE.txt",
"author": "Sisu Integrated Services LLC",
"files": [
"css",
"es",
"lib",
"umd"
],
"main": "lib/index.js",
"module": "es/index.js",
"repository": "https://github.com/sisu-llc/pki-suit",
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module",
"watch": "nodemon --watch src --exec \"rimraf .babelrc && npm run build\"",
"test": "mocha",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server",
"flow": "flow --show-all-errors src",
"lint": "eslint src --ext .js --ext .jsx",
"styleguide": "styleguidist build",
"styleguide:serve": "styleguidist server",
"validateComponents": "./scripts/validateComponents.sh"
},
"dependencies": {
"@mapbox/extent": "^0.4.0",
"@mapbox/mapbox-gl-draw": "^1.0.4",
"axios": "^0.17.1",
"crypto-js": "^3.1.9-1",
"enumify": "^1.0.4",
"extract-text-webpack-plugin": "^3.0.0",
"hygen": "^1.5.8",
"mapbox-gl": "^0.40.1",
"moment": "^2.20.1",
"prop-types": "^15.6.0",
"query-string": "^5.1.0",
"react": "^15.6.2",
"react-addons-shallow-compare": "^15.6.2",
"react-bootstrap": "^0.32.0",
"react-dom": "^15.6.2",
"react-highcharts": "^13.0.0",
"react-mapbox-gl": "^2.5.0",
"react-mapbox-gl-draw": "^1.0.3",
"react-overlays": "^0.8.3",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-sizeme": "^2.3.4",
"validator": "^8.2.0",
"vis": "^4.20.1",
"webpack-merge": "^4.1.2"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"chai": "^4.1.2",
"create-nwb-webpack-config": "^1.0.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-15": "^1.0.5",
"eslint": "^3.19.0",
"eslint-config-airbnb": "15.1.0",
"eslint-plugin-flowtype": "2.35.1",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-react": "7.2.0",
"flow-bin": "^0.50.0",
"glob": "^7.1.2",
"inferno": "^3.10.1",
"less": "^2.7.2",
"less-loader": "^4.0.5",
"mocha": "^5.0.5",
"nwb": "0.21.x",
"react-dates": "^12.7.1",
"react-styleguidist": "^6.0.20",
"react-test-renderer": "^15.6.2",
"rimraf": "latest",
"sinon": "^4.5.0",
"style-loader": "^0.18.2",
"window-mock": "0.0.13",
"webpack-merge": "^4.1.2"
}
}