{ "name": "qlik-smart-pivot", "version": "0.0.1", "description": "Profit & Loss reporting with color and font customizations.", "homepage": "", "repository": "https://github.com/iviasensio/PLSmartPivot", "author": "Ivan Felipe Asensio ", "license": "MIT", "scripts": { "build": "gulp build", "build:zip": "gulp zip", "eslint": "eslint src", "stylelint": "stylelint src/main.less" }, "devDependencies": { "@babel/core": "7.1.2", "@babel/plugin-proposal-class-properties": "7.3.3", "@babel/plugin-transform-async-to-generator": "7.1.0", "@babel/polyfill": "7.0.0", "@babel/preset-env": "7.1.0", "@babel/preset-react": "7.0.0", "babel-eslint": "10.0.1", "babel-loader": "8.0.4", "css-loader": "1.0.0", "del": "2.0.2", "enzyme": "3.8.0", "enzyme-adapter-react-16": "1.9.1", "eslint": "5.7.0", "eslint-loader": "2.1.1", "eslint-plugin-react": "7.11.1", "gulp": "4.0.0", "gulp-util": "^3.0.7", "gulp-zip": "3.0.2", "less": "3.8.1", "less-loader": "4.1.0", "lodash.merge": "4.6.1", "style-loader": "0.23.1", "stylelint": "8.4.0", "stylelint-webpack-plugin": "0.10.5", "text-loader": "0.0.1", "webpack": "4.20.2" }, "dependencies": { "prop-types": "15.6.2", "react": "16.7.0", "react-dom": "16.7.0" } }