{ "dependencies": { "@gouvfr/dsfr": "^1.7.2", "@headlessui/react": "^1.6.6", "@heroicons/react": "^1.0.6", "@hotwired/stimulus": "^3.1.0", "@hotwired/turbo": "^7.1.0", "@mapbox/mapbox-gl-draw": "^1.3.0", "@popperjs/core": "^2.11.5", "@rails/actiontext": "^6.0.5", "@rails/activestorage": "^6.0.5", "@rails/ujs": "^6.0.5", "@reach/combobox": "^0.16.5", "@reach/slider": "^0.16.0", "@sentry/browser": "6.12.0", "@stimulus/polyfills": "^2.0.0", "@tmcw/togeojson": "^4.3.0", "chartkick": "^4.2.0", "core-js": "^3.23.3", "debounce": "^1.2.1", "dom4": "^2.1.6", "email-butler": "^1.0.13", "geojson": "^0.5.0", "highcharts": "^10.1.0", "intersection-observer": "^0.12.2", "is-hotkey": "^0.2.0", "maplibre-gl": "^1.15.2", "match-sorter": "^6.2.0", "morphdom": "^2.6.1", "patch-package": "^6.4.7", "react": "^18.2.0", "react-coordinate-input": "^1.0.0", "react-dom": "^18.2.0", "react-popper": "^2.3.0", "react-query": "^3.39.1", "sortablejs": "^1.15.0", "stimulus-use": "^0.50.0", "tiny-invariant": "^1.2.0", "trix": "^1.2.3", "turbo-polyfills": "^0.3.0", "whatwg-fetch": "^3.0.0", "yet-another-abortcontroller-polyfill": "^0.0.4", "zod": "^3.17.10" }, "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.4", "@types/rails__activestorage": "^7.0.1", "@types/rails__ujs": "^6.0.1", "@types/react": "^17.0.43", "@types/react-dom": "^17.0.14", "@types/sortablejs": "^1.13.0", "@typescript-eslint/eslint-plugin": "^5.30.5", "@typescript-eslint/parser": "^5.30.5", "@vitejs/plugin-legacy": "^1.2.3", "@vitejs/plugin-react": "^1.1.4", "@vitejs/plugin-react-refresh": "^1.3.0", "autoprefixer": "^10.4.8", "axe-core": "^4.4.2", "del-cli": "^4.0.1", "eslint": "^8.19.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", "jsdom": "^20.0.0", "postcss": "^8.4.14", "prettier": "^2.7.1", "typescript": "^4.7.4", "vite": "^2.9.13", "vite-plugin-full-reload": "^1.0.1", "vite-plugin-ruby": "^3.0.9", "vitest": "^0.17.0" }, "scripts": { "clean": "del tmp public/packs public/packs-test public/vite public/vite-dev public/vite-test node_modules/.vite public/graphql", "lint:js": "eslint --ext .js,.jsx,.ts,.tsx ./app/javascript", "webpack:build": "NODE_ENV=production bin/webpack", "lint:types": "tsc", "graphql:doc:build": "RAILS_ENV=production bin/rake graphql:schema:json && graphdoc --force", "postinstall": "patch-package", "test": "vitest", "coverage": "vitest run --coverage" }, "engines": { "node": ">= 16.*" }, "graphdoc": { "schemaFile": "./app/graphql/schema.json", "output": "./public/graphql/schema" } }