58 lines
1.8 KiB
JSON
58 lines
1.8 KiB
JSON
{
|
|
"dependencies": {
|
|
"@babel/preset-react": "^7.6.3",
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.25",
|
|
"@fortawesome/free-solid-svg-icons": "^5.11.2",
|
|
"@fortawesome/react-fontawesome": "^0.1.7",
|
|
"@rails/actiontext": "^6.0.0",
|
|
"@rails/activestorage": "^6.0.0",
|
|
"@rails/ujs": "^6.0.0",
|
|
"@rails/webpacker": "4.0.7",
|
|
"@sentry/browser": "^5.7.1",
|
|
"@turf/area": "^6.0.1",
|
|
"autocomplete.js": "^0.37.0",
|
|
"babel-plugin-macros": "^2.6.1",
|
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
|
"chartkick": "^3.1.3",
|
|
"core-js": "^2.0.0",
|
|
"debounce": "^1.2.0",
|
|
"dom4": "^2.1.5",
|
|
"email-butler": "^1.0.12",
|
|
"highcharts": "^6.1.2",
|
|
"intersection-observer": "^0.7.0",
|
|
"jquery": "^3.4.1",
|
|
"leaflet": "^1.4.0",
|
|
"leaflet-freedraw": "^2.10.0",
|
|
"prop-types": "^15.7.2",
|
|
"ramda": "=0.24.1",
|
|
"react": "^16.11.0",
|
|
"react-dom": "^16.11.0",
|
|
"react-intersection-observer": "^8.25.1",
|
|
"react-loadable": "^5.5.0",
|
|
"react-scroll-to-component": "^1.0.2",
|
|
"react-sortable-hoc": "^1.10.1",
|
|
"react_ujs": "^2.6.0",
|
|
"select2": "^4.0.11",
|
|
"trix": "^1.2.1",
|
|
"turbolinks": "^5.2.0",
|
|
"whatwg-fetch": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.0.3",
|
|
"eclint": "^2.8.1",
|
|
"eslint": "^6.6.0",
|
|
"eslint-config-prettier": "^6.5.0",
|
|
"eslint-plugin-prettier": "^3.1.1",
|
|
"eslint-plugin-react": "^7.16.0",
|
|
"eslint-plugin-react-hooks": "^2.2.0",
|
|
"prettier": "^1.18.2",
|
|
"webpack-dev-server": "^3.9.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"
|
|
},
|
|
"engines": {
|
|
"node": "8.* || >= 10.*"
|
|
}
|
|
}
|