@kineticdata/react
Version:
A React library for the Kinetic Platform
84 lines (83 loc) • 2.15 kB
JSON
{
"name": "@kineticdata/react",
"version": "6.1.0",
"description": "A React library for the Kinetic Platform",
"main": "lib/index.js",
"files": [
"assets",
"lib",
"proxyhelper.js"
],
"scripts": {
"build": "cross-env NODE_ENV=production babel src --out-dir lib",
"test": "jest test",
"test-ci": "jest --ci --reporters=default --reporters=jest-junit",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "cross-env NODE_ENV=production eslint src --ext .js",
"preversion": "yarn lint",
"prepublishOnly": "yarn build"
},
"dependencies": {
"axios": "^1.7.9",
"classnames": "^2.2.6",
"deepequal": "^0.0.1",
"draft-js": "^0.11.7",
"history": "^4.9.0",
"immutable": "4.0.0-rc.9",
"kld-intersections": "^0.7.0",
"lodash-es": "^4.17.21",
"lodash.isplainobject": "^4.0.6",
"lodash.isstring": "^4.0.1",
"modularscale-sass": "^3.0.8",
"moment": "^2.29.4",
"prismjs": "1.29.0",
"prop-types": "^15.8.1",
"qs": "^6.11.0",
"react-autosuggest": "^9.4.3",
"react-beautiful-dnd": "^11.0.5",
"react-popper": "^1.3.4",
"react-redux": "^8.1.3",
"reactstrap": "^9.2.0",
"redux": "^4.2.1",
"redux-saga": "^1.2.3"
},
"devDependencies": {
"jest-junit": "^12.0.0"
},
"peerDependencies": {
"react": ">=17.0.2"
},
"author": "Kinetic Data, Inc",
"homepage": "https://kineticdata.github.io/react-kinetic-lib",
"license": "MIT",
"repository": "https://github.com/kineticdata/react-kinetic-lib",
"keywords": [
"react-component",
"kinetic data",
"kinetic",
"kineticdata",
"react",
"bundle"
],
"babel": {
"presets": [
[
"react-app",
{
"absoluteRuntime": false
}
]
]
},
"jest-junit": {
"outputDirectory": "reports",
"outputName": "jest-junit.xml",
"ancestorSeparator": " › ",
"uniqueOutputName": "false",
"suiteNameTemplate": "{filepath}",
"classNameTemplate": "{classname}",
"titleTemplate": "{title}"
},
"gitHead": "8ba251942ef9bd4e37a56d680afc6ff95fde4543"
}