2018-07-12 11:50:47 +02:00
|
|
|
{
|
|
|
|
"dependencies": {
|
2021-02-16 13:17:36 +01:00
|
|
|
"@babel/preset-react": "^7.12.13",
|
2021-06-30 10:28:02 +02:00
|
|
|
"@headlessui/react": "^1.3.0",
|
2021-04-23 13:45:04 +02:00
|
|
|
"@heroicons/react": "^1.0.1",
|
2021-04-28 15:34:53 +02:00
|
|
|
"@mapbox/mapbox-gl-draw": "^1.2.2",
|
2021-06-30 10:28:02 +02:00
|
|
|
"@popperjs/core": "^2.9.2",
|
2020-12-11 14:21:02 +01:00
|
|
|
"@rails/actiontext": "^6.0.3",
|
|
|
|
"@rails/activestorage": "^6.0.3",
|
|
|
|
"@rails/ujs": "^6.0.3",
|
|
|
|
"@rails/webpacker": "5.1.1",
|
2021-02-16 13:17:36 +01:00
|
|
|
"@reach/combobox": "^0.13.0",
|
2021-06-30 10:28:02 +02:00
|
|
|
"@reach/slider": "^0.15.0",
|
2021-07-06 15:23:55 +02:00
|
|
|
"@reach/visually-hidden": "^0.15.2",
|
2021-07-13 14:38:38 +02:00
|
|
|
"@sentry/browser": "6.9.0",
|
2021-04-28 15:34:53 +02:00
|
|
|
"@tmcw/togeojson": "^4.3.0",
|
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-12-11 14:21:02 +01:00
|
|
|
"core-js": "^3.6.5",
|
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",
|
2021-06-01 10:56:16 +02:00
|
|
|
"highcharts": "^9.0.0",
|
2021-02-16 13:17:36 +01:00
|
|
|
"intersection-observer": "^0.12.0",
|
2021-05-20 11:51:39 +02:00
|
|
|
"is-hotkey": "^0.2.0",
|
2021-04-28 15:34:53 +02:00
|
|
|
"mapbox-gl": "^1.3.0",
|
2021-02-16 13:17:36 +01:00
|
|
|
"match-sorter": "^6.2.0",
|
2019-03-13 15:31:59 +01:00
|
|
|
"prop-types": "^15.7.2",
|
2021-02-16 13:17:36 +01:00
|
|
|
"react": "^17.0.1",
|
2021-07-06 15:23:55 +02:00
|
|
|
"react-coordinate-input": "^1.0.0-rc.2",
|
2021-02-16 13:17:36 +01:00
|
|
|
"react-dom": "^17.0.1",
|
|
|
|
"react-intersection-observer": "^8.31.0",
|
2021-04-28 15:34:53 +02:00
|
|
|
"react-mapbox-gl": "^5.1.1",
|
2020-04-16 17:39:41 +02:00
|
|
|
"react-mapbox-gl-draw": "^2.0.4",
|
2021-06-30 10:28:02 +02:00
|
|
|
"react-popper": "^2.2.5",
|
2021-02-16 13:54:16 +01:00
|
|
|
"react-query": "^3.9.7",
|
2020-01-30 11:26:50 +01:00
|
|
|
"react-sortable-hoc": "^1.11.0",
|
|
|
|
"react_ujs": "^2.6.1",
|
2020-05-13 18:48:53 +02:00
|
|
|
"trix": "^1.2.3",
|
2021-02-16 13:36:47 +01:00
|
|
|
"use-debounce": "^5.2.0",
|
2020-12-11 14:21:02 +01:00
|
|
|
"whatwg-fetch": "^3.0.0"
|
2018-07-12 11:50:47 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-09-08 16:37:14 +02:00
|
|
|
"@2fd/graphdoc": "^2.4.0",
|
2020-05-13 18:48:53 +02:00
|
|
|
"babel-eslint": "^10.1.0",
|
2020-12-11 14:21:02 +01:00
|
|
|
"eslint": "^7.0.0",
|
|
|
|
"eslint-config-prettier": "^6.11.0",
|
|
|
|
"eslint-plugin-prettier": "^3.1.3",
|
2021-02-16 13:17:36 +01:00
|
|
|
"eslint-plugin-react": "^7.22.0",
|
|
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
2020-12-11 14:21:02 +01:00
|
|
|
"netlify-cli": "^2.61.2",
|
|
|
|
"prettier": "^2.0.5",
|
|
|
|
"webpack-bundle-analyzer": "^3.7.0",
|
2020-05-13 18:48:53 +02:00
|
|
|
"webpack-dev-server": "^3.11.0"
|
2018-07-12 11:50:47 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-02-10 19:02:24 +01:00
|
|
|
"lint:js": "eslint --ext .js,.jsx,.ts,.tsx ./app/javascript ./config/webpack",
|
2020-09-08 16:37:14 +02:00
|
|
|
"webpack:build": "NODE_ENV=production bin/webpack",
|
|
|
|
"graphql:docs:build": "graphdoc --force",
|
|
|
|
"graphql:docs:deploy": "netlify deploy -d ./docs/graphql --prod",
|
|
|
|
"graphql:docs:publish": "yarn graphql:docs:build && yarn graphql:docs:deploy"
|
2018-07-12 11:50:47 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
2020-01-30 11:49:52 +01:00
|
|
|
"node": ">= 12.*"
|
2020-09-08 16:37:14 +02:00
|
|
|
},
|
|
|
|
"graphdoc": {
|
|
|
|
"endpoint": "https://www.demarches-simplifiees.fr/api/v2/graphql",
|
|
|
|
"output": "./docs/graphql"
|
2018-07-12 11:50:47 +02:00
|
|
|
}
|
|
|
|
}
|