cb2be72f45
Bumps [highcharts](https://github.com/highcharts/highcharts-dist) from 8.1.0 to 8.1.1. - [Release notes](https://github.com/highcharts/highcharts-dist/releases) - [Commits](https://github.com/highcharts/highcharts-dist/compare/v8.1.0...v8.1.1) Signed-off-by: dependabot[bot] <support@github.com>
60 lines
1.9 KiB
JSON
60 lines
1.9 KiB
JSON
{
|
|
"dependencies": {
|
|
"@babel/preset-react": "^7.10.4",
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.28",
|
|
"@fortawesome/free-solid-svg-icons": "^5.13.0",
|
|
"@fortawesome/react-fontawesome": "^0.1.9",
|
|
"@mapbox/mapbox-gl-draw": "^1.2.0",
|
|
"@rails/actiontext": "^6.0.3",
|
|
"@rails/activestorage": "^6.0.3",
|
|
"@rails/ujs": "^6.0.3",
|
|
"@rails/webpacker": "5.1.1",
|
|
"@reach/combobox": "^0.10.2",
|
|
"@sentry/browser": "^5.15.5",
|
|
"@tmcw/togeojson": "^4.0.0",
|
|
"babel-plugin-macros": "^2.8.0",
|
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
|
"chartkick": "^3.2.0",
|
|
"core-js": "^3.6.5",
|
|
"debounce": "^1.2.0",
|
|
"dom4": "^2.1.5",
|
|
"email-butler": "^1.0.13",
|
|
"highcharts": "^8.1.1",
|
|
"intersection-observer": "^0.10.0",
|
|
"jquery": "^3.5.1",
|
|
"mapbox-gl": "^1.11.1",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-intersection-observer": "^8.26.2",
|
|
"react-loadable": "^5.5.0",
|
|
"react-mapbox-gl": "^4.8.6",
|
|
"react-mapbox-gl-draw": "^2.0.4",
|
|
"react-scroll-to-component": "^1.0.2",
|
|
"react-sortable-hoc": "^1.11.0",
|
|
"react_ujs": "^2.6.1",
|
|
"select2": "^4.0.13",
|
|
"trix": "^1.2.3",
|
|
"whatwg-fetch": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.1.0",
|
|
"eclint": "^2.8.1",
|
|
"eslint": "^7.0.0",
|
|
"eslint-config-prettier": "^6.11.0",
|
|
"eslint-plugin-prettier": "^3.1.3",
|
|
"eslint-plugin-react": "^7.20.0",
|
|
"eslint-plugin-react-hooks": "^4.0.2",
|
|
"prettier": "^2.0.5",
|
|
"webpack-bundle-analyzer": "^3.7.0",
|
|
"webpack-dev-server": "^3.11.0"
|
|
},
|
|
"scripts": {
|
|
"lint:ec": "eclint check $({ git ls-files | grep -v app/graphql/schema.graphql ; find vendor -type f ; echo 'db/schema.rb' ; } | sort | uniq -u)",
|
|
"lint:js": "eslint ./app/javascript ./app/assets/javascripts ./config/webpack",
|
|
"webpack:build": "NODE_ENV=production bin/webpack"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.*"
|
|
}
|
|
}
|