{ "name": "q3stats-frontend", "version": "1.0.0", "description": "Q3Stats Frontend", "main": "index.js", "author": "Tomek Wójcik", "license": "MIT", "repository": "https://git.bthlabs.pl/tomekwojcik/q3stats", "dependencies": { "classnames": "^2.2.5", "highcharts": "^5.0.7", "react": "^15.4.2", "react-bootstrap": "^0.30.7", "react-dom": "^15.4.2", "react-redux": "^5.0.3", "react-router": "^3.0.2", "redux": "^3.6.0", "underscore": "^1.8.3", "whatwg-fetch": "^2.0.2" }, "devDependencies": { "babel-core": "^6.22.1", "babel-loader": "^6.2.10", "babel-preset-es2015": "^6.22.0", "babel-preset-react": "^6.22.0", "grunt": "^1.0.1", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-sass": "^1.0.0", "grunt-contrib-watch": "^1.0.0", "grunt-webpack": "^2.0.1", "gruntify-eslint": "^3.1.0", "imports-loader": "^0.7.0", "webpack": "^2.2.1", "webpack-dev-server": "^2.2.1", "webpack-uglify-js-plugin": "^1.1.9" } }