{ "dependencies": { "@headlessui/react": "^1.3.0", "@heroicons/react": "^1.0.1", "@mapbox/mapbox-gl-draw": "^1.3.0", "@popperjs/core": "^2.9.2", "@rails/actiontext": "^6.1.4-1", "@rails/activestorage": "^6.1.4-1", "@rails/ujs": "^6.1.4-1", "@reach/auto-id": "^0.16.0", "@reach/combobox": "^0.13.0", "@reach/slider": "^0.15.0", "@sentry/browser": "6.12.0", "@tmcw/togeojson": "^4.3.0", "chartkick": "^3.2.0", "core-js": "^3.6.5", "debounce": "^1.2.1", "dom4": "^2.1.6", "email-butler": "^1.0.13", "geojson": "^0.5.0", "highcharts": "^9.0.0", "intersection-observer": "^0.12.0", "is-hotkey": "^0.2.0", "maplibre-gl": "^1.15.2", "match-sorter": "^6.2.0", "prop-types": "^15.7.2", "react": "^17.0.1", "react-coordinate-input": "^1.0.0", "react-dom": "^17.0.1", "react-intersection-observer": "^8.31.0", "react-popper": "^2.2.5", "react-query": "^3.9.7", "react-sortable-hoc": "^1.11.0", "tiny-invariant": "^1.2.0", "trix": "^1.2.3", "use-debounce": "^5.2.0", "whatwg-fetch": "^3.0.0" }, "devDependencies": { "@2fd/graphdoc": "^2.4.0", "@types/debounce": "^1.2.1", "@types/geojson": "^7946.0.8", "@types/is-hotkey": "^0.1.7", "@types/mapbox__mapbox-gl-draw": "^1.2.3", "@types/rails__ujs": "^6.0.1", "@types/react": "^17.0.38", "@types/react-dom": "^17.0.11", "@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/parser": "^5.8.1", "del-cli": "^4.0.1", "@vitejs/plugin-legacy": "^1.2.3", "@vitejs/plugin-react": "^1.1.4", "@vitejs/plugin-react-refresh": "^1.3.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.25.1", "eslint-plugin-react-hooks": "^4.2.0", "netlify-cli": "^8.3.0", "prettier": "^2.3.2", "typescript": "^4.5.5", "vite": "^2.7.13", "vite-plugin-full-reload": "^1.0.0", "vite-plugin-ruby": "^3.0.8" }, "scripts": { "clean": "del tmp public/packs public/packs-test public/vite public/vite-dev public/vite-test node_modules/.vite", "lint:js": "eslint --ext .js,.jsx,.ts,.tsx ./app/javascript", "webpack:build": "NODE_ENV=production bin/webpack", "lint:types": "tsc", "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": ">= 14.*" }, "graphdoc": { "endpoint": "https://www.demarches-simplifiees.fr/api/v2/graphql", "output": "./docs/graphql" } }