demarches-normaliennes/package.json

90 lines
2.9 KiB
JSON
Raw Normal View History

{
"dependencies": {
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.16.7",
2022-03-31 12:39:17 +02:00
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"@hotwired/stimulus": "^3.0.1",
2022-04-20 14:17:40 +02:00
"@hotwired/turbo-rails": "^7.1.1",
"@mapbox/mapbox-gl-draw": "^1.3.0",
2022-03-31 12:39:17 +02:00
"@popperjs/core": "^2.11.4",
2021-08-31 18:13:38 +02:00
"@rails/actiontext": "^6.1.4-1",
"@rails/activestorage": "^6.1.4-1",
"@rails/ujs": "^6.1.4-1",
"@rails/webpacker": "5.4.3",
"@reach/auto-id": "^0.16.0",
2022-03-31 12:39:17 +02:00
"@reach/combobox": "^0.16.5",
"@reach/slider": "^0.16.0",
"@sentry/browser": "6.12.0",
2021-04-28 15:34:53 +02:00
"@tmcw/togeojson": "^4.3.0",
"babel-plugin-macros": "^2.8.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"chartkick": "^4.1.1",
"core-js": "^3.6.5",
2021-08-31 18:13:38 +02:00
"debounce": "^1.2.1",
"dom4": "^2.1.6",
"email-butler": "^1.0.13",
"geojson": "^0.5.0",
"highcharts": "^10.0.0",
2021-02-16 13:17:36 +01:00
"intersection-observer": "^0.12.0",
"is-hotkey": "^0.2.0",
"maplibre-gl": "^1.15.2",
2021-02-16 13:17:36 +01:00
"match-sorter": "^6.2.0",
"prop-types": "^15.7.2",
2022-03-31 12:39:17 +02:00
"react": "^18.0.0",
"react-coordinate-input": "^1.0.0",
2022-03-31 12:39:17 +02:00
"react-dom": "^18.0.0",
2021-02-16 13:17:36 +01:00
"react-intersection-observer": "^8.31.0",
"react-popper": "^2.2.5",
2022-03-31 12:39:17 +02:00
"react-query": "^3.34.19",
"react-sortable-hoc": "^2.0.0",
"tiny-invariant": "^1.2.0",
2020-05-13 18:48:53 +02:00
"trix": "^1.2.3",
"use-debounce": "^5.2.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
2020-09-08 16:37:14 +02:00
"@2fd/graphdoc": "^2.4.0",
2022-02-02 17:16:50 +01:00
"@types/debounce": "^1.2.1",
"@types/geojson": "^7946.0.8",
"@types/is-hotkey": "^0.1.7",
2022-02-02 17:16:50 +01:00
"@types/mapbox__mapbox-gl-draw": "^1.2.3",
"@types/rails__activestorage": "^7.0.1",
2022-02-02 17:16:50 +01:00
"@types/rails__ujs": "^6.0.1",
2022-03-31 12:39:17 +02:00
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
2022-02-02 17:16:50 +01:00
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"babel-eslint": "^10.1.0",
"del-cli": "^4.0.1",
2021-08-31 18:13:38 +02:00
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.1",
2021-02-16 13:17:36 +01:00
"eslint-plugin-react-hooks": "^4.2.0",
"netlify-cli": "^8.3.0",
2021-08-31 18:13:38 +02:00
"prettier": "^2.3.2",
2022-02-02 17:16:50 +01:00
"typescript": "^4.5.5",
"webpack-bundle-analyzer": "^3.7.0",
"webpack-dev-server": "^4.6.0"
},
"scripts": {
"clean": "del tmp public/packs public/packs-test",
"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",
2022-02-02 17:16:50 +01:00
"lint:types": "tsc",
2020-09-08 16:37:14 +02:00
"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"
},
"engines": {
"node": ">= 12.*"
2020-09-08 16:37:14 +02:00
},
"graphdoc": {
"endpoint": "https://www.demarches-simplifiees.fr/api/v2/graphql",
"output": "./docs/graphql"
}
}