kpi-header
Version:
KPI-header plugin for KPI NINJA react UI
96 lines (95 loc) • 3.42 kB
JSON
{
"name": "kpi-header",
"version": "0.0.27",
"description": "KPI-header plugin for KPI NINJA react UI",
"main": "./lib/index.js",
"scripts": {
"test": "npm run lint && npm run cover",
"test:prod": "cross-env BABEL_ENV=production npm run test",
"test:only": "mocha --require @babel/register --require @babel/polyfill --recursive",
"test:watch": "npm test -- --watch",
"test:examples": "node examples/",
"cover": "nyc --check-coverage npm run test:only",
"lint": "eslint src test",
"build": "cross-env BABEL_ENV=production babel src --out-dir lib",
"prepublish": "npm run lint && npm run test && npm run build"
},
"files": [
"lib",
"src"
],
"keywords": [
"afsd",
"asdf",
"asdf",
"nasdfode",
"fdasfasdf"
],
"author": "KPI NINJA",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/register": "^7.4.4",
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free": "^5.6.0",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/fontawesome-pro": "^5.8.1",
"@fortawesome/fontawesome-svg-core": "^1.2.9",
"@fortawesome/free-brands-svg-icons": "^5.6.0",
"@fortawesome/free-solid-svg-icons": "^5.6.0",
"@fortawesome/react-fontawesome": "^0.1.3",
"babel-eslint": "^10.0.1",
"babel-plugin-add-module-exports": "^1.0.0",
"babel-preset-minify": "^0.5.0",
"chai": "^4.1.2",
"cross-env": "^5.1.3",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"mocha": "^6.1.3",
"nyc": "^13.3.0",
"react": "^16.5.2",
"react-countup": "^4.0.0-alpha.6",
"react-flagkit": "^1.0.2",
"react-redux": "^7.1.0-alpha.5",
"react-responsive-tabs": "^3.0.0",
"react-slick": "^0.23.2",
"react-toastify": "^4.4.0",
"reactstrap": "^6.5.0",
"recharts": "^1.3.2",
"universal-cookie": "^3.1.0"
},
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"babel-preset-react": "^6.24.1",
"reactstrap": "^6.5.0",
"react-ionicons": "^2.1.6",
"react-select": "^2.1.1",
"react-perfect-scrollbar": "^1.2.2",
"classnames": "^2.2.5",
"react-avatar": "^3.6.0",
"react-loaders": "^3.0.1",
"react-bootstrap-typeahead": "^3.2.4"
}
}