2018-07-12 11:50:47 +02:00
|
|
|
{
|
|
|
|
"dependencies": {
|
2020-01-30 11:26:50 +01:00
|
|
|
"@babel/preset-react": "^7.8.3",
|
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.26",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.12.0",
|
|
|
|
"@fortawesome/react-fontawesome": "^0.1.8",
|
2020-04-16 17:39:41 +02:00
|
|
|
"@mapbox/mapbox-gl-draw": "^1.1.2",
|
2020-01-30 11:26:50 +01:00
|
|
|
"@rails/actiontext": "^6.0.2-1",
|
|
|
|
"@rails/activestorage": "^6.0.2-1",
|
|
|
|
"@rails/ujs": "^6.0.2-1",
|
|
|
|
"@rails/webpacker": "4.2.2",
|
2020-04-16 17:39:41 +02:00
|
|
|
"@reach/combobox": "^0.10.0",
|
2020-01-30 11:26:50 +01:00
|
|
|
"@sentry/browser": "^5.11.2",
|
2018-10-02 16:56:53 +02:00
|
|
|
"@turf/area": "^6.0.1",
|
2020-01-30 11:26:50 +01:00
|
|
|
"babel-plugin-macros": "^2.8.0",
|
2019-04-03 17:09:32 +02:00
|
|
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
2020-01-30 11:26:50 +01:00
|
|
|
"chartkick": "^3.2.0",
|
2020-01-30 13:40:06 +01:00
|
|
|
"core-js": "^3.6.4",
|
2018-08-28 16:42:16 +02:00
|
|
|
"debounce": "^1.2.0",
|
2019-07-02 14:38:42 +02:00
|
|
|
"dom4": "^2.1.5",
|
2020-01-30 11:26:50 +01:00
|
|
|
"email-butler": "^1.0.13",
|
2020-02-20 19:01:23 +01:00
|
|
|
"highcharts": "^8.0.0",
|
2019-05-15 11:47:16 +02:00
|
|
|
"intersection-observer": "^0.7.0",
|
2019-05-03 16:34:47 +02:00
|
|
|
"jquery": "^3.4.1",
|
2020-01-30 11:26:50 +01:00
|
|
|
"leaflet": "^1.6.0",
|
|
|
|
"leaflet-freedraw": "^2.12.0",
|
2020-04-07 18:17:30 +02:00
|
|
|
"mapbox-gl": "^1.9.0",
|
2019-03-13 15:31:59 +01:00
|
|
|
"prop-types": "^15.7.2",
|
2020-01-30 11:26:50 +01:00
|
|
|
"react": "^16.12.0",
|
|
|
|
"react-dom": "^16.12.0",
|
|
|
|
"react-intersection-observer": "^8.25.2",
|
2019-08-14 13:11:36 +02:00
|
|
|
"react-loadable": "^5.5.0",
|
2020-04-07 18:17:30 +02:00
|
|
|
"react-mapbox-gl": "^4.8.3",
|
2020-04-16 17:39:41 +02:00
|
|
|
"react-mapbox-gl-draw": "^2.0.4",
|
2019-03-20 14:29:33 +01:00
|
|
|
"react-scroll-to-component": "^1.0.2",
|
2020-01-30 11:26:50 +01:00
|
|
|
"react-sortable-hoc": "^1.11.0",
|
|
|
|
"react_ujs": "^2.6.1",
|
|
|
|
"select2": "^4.0.13",
|
|
|
|
"trix": "^1.2.2",
|
2019-11-25 14:17:04 +01:00
|
|
|
"turbolinks": "^5.2.0",
|
|
|
|
"whatwg-fetch": "^3.0.0"
|
2018-07-12 11:50:47 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-09-19 10:17:30 +02:00
|
|
|
"babel-eslint": "^10.0.3",
|
2019-04-25 16:30:51 +02:00
|
|
|
"eclint": "^2.8.1",
|
2020-01-30 11:26:50 +01:00
|
|
|
"eslint": "^6.7.2",
|
|
|
|
"eslint-config-prettier": "^6.10.0",
|
|
|
|
"eslint-plugin-prettier": "^3.1.2",
|
|
|
|
"eslint-plugin-react": "^7.18.0",
|
|
|
|
"eslint-plugin-react-hooks": "^2.3.0",
|
|
|
|
"prettier": "^1.19.1",
|
|
|
|
"webpack-bundle-analyzer": "^3.6.0",
|
|
|
|
"webpack-dev-server": "^3.10.0"
|
2018-07-12 11:50:47 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2018-11-19 20:58:51 +01:00
|
|
|
"lint:ec": "eclint check $({ git ls-files | grep -v app/graphql/schema.graphql ; find vendor -type f ; echo 'db/schema.rb' ; } | sort | uniq -u)",
|
2020-01-30 11:26:50 +01:00
|
|
|
"lint:js": "eslint ./app/javascript ./app/assets/javascripts ./config/webpack",
|
|
|
|
"webpack:build": "NODE_ENV=production bin/webpack"
|
2018-07-12 11:50:47 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
2020-01-30 11:49:52 +01:00
|
|
|
"node": ">= 12.*"
|
2018-07-12 11:50:47 +02:00
|
|
|
}
|
|
|
|
}
|