{ "dependencies": { "@coldwired/actions": "^0.11.2", "@coldwired/turbo-stream": "^0.11.1", "@coldwired/utils": "^0.11.4", "@gouvfr/dsfr": "^1.10.1", "@graphiql/plugin-explorer": "^0.3.4", "@graphiql/toolkit": "^0.9.1", "@headlessui/react": "^1.6.6", "@heroicons/react": "^1.0.6", "@hotwired/stimulus": "^3.2.2", "@hotwired/turbo": "^7.3.0", "@mapbox/mapbox-gl-draw": "^1.3.0", "@popperjs/core": "^2.11.8", "@rails/actiontext": "^7.0.7-2", "@rails/activestorage": "^7.0.7-2", "@rails/ujs": "^7.0.7-2", "@reach/combobox": "^0.17.0", "@reach/slider": "^0.17.0", "@sentry/browser": "7.66.0", "@stimulus/polyfills": "^2.0.0", "@tiptap/core": "^2.1.12", "@tiptap/extension-bold": "^2.1.12", "@tiptap/extension-bullet-list": "^2.1.12", "@tiptap/extension-document": "^2.1.12", "@tiptap/extension-gapcursor": "^2.1.12", "@tiptap/extension-heading": "^2.1.12", "@tiptap/extension-highlight": "^2.1.12", "@tiptap/extension-history": "^2.1.12", "@tiptap/extension-italic": "^2.1.12", "@tiptap/extension-link": "^2.1.12", "@tiptap/extension-list-item": "^2.1.12", "@tiptap/extension-mention": "^2.1.12", "@tiptap/extension-ordered-list": "^2.1.12", "@tiptap/extension-paragraph": "^2.1.12", "@tiptap/extension-strike": "^2.1.12", "@tiptap/extension-text": "^2.1.12", "@tiptap/extension-text-align": "^2.1.12", "@tiptap/extension-typography": "^2.1.12", "@tiptap/extension-underline": "^2.1.12", "@tiptap/pm": "^2.1.12", "@tiptap/suggestion": "^2.1.12", "@tmcw/togeojson": "^5.6.0", "chartkick": "^5.0.1", "core-js": "^3.31.0", "date-fns": "^2.30.0", "debounce": "^1.2.1", "dom4": "^2.1.6", "email-butler": "^1.0.13", "geojson": "^0.5.0", "graphiql": "^3.0.5", "graphql": "^16.8.1", "highcharts": "^10.3.3", "intersection-observer": "^0.12.2", "is-hotkey": "^0.2.0", "maplibre-gl": "^1.15.2", "match-sorter": "^6.2.0", "patch-package": "^7.0.0", "react": "^18.2.0", "react-coordinate-input": "^1.0.0", "react-dom": "^18.2.0", "react-popper": "^2.3.0", "react-query": "^3.39.3", "sortablejs": "^1.15.0", "stimulus-use": "^0.52.0", "terser": "^5.18.2", "tiny-invariant": "^1.3.1", "tippy.js": "^6.3.7", "trix": "^1.2.3", "turbo-polyfills": "^0.5.0", "use-debounce": "^9.0.4", "whatwg-fetch": "^3.6.18", "yet-another-abortcontroller-polyfill": "^0.0.4", "zod": "^3.20.2" }, "devDependencies": { "@2fd/graphdoc": "^2.4.0", "@types/debounce": "^1.2.1", "@types/geojson": "^7946.0.10", "@types/is-hotkey": "^0.1.7", "@types/mapbox__mapbox-gl-draw": "^1.2.5", "@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.15.2", "@typescript-eslint/eslint-plugin": "^6.13.1", "@typescript-eslint/parser": "^6.13.1", "@vitejs/plugin-legacy": "^5.2.0", "@vitejs/plugin-react": "^4.2.0", "autoprefixer": "^10.4.16", "axe-core": "^4.8.2", "del-cli": "^5.1.0", "eslint": "^8.54.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "jsdom": "^22.1.0", "postcss": "^8.4.31", "prettier": "^3.1.0", "typescript": "^5.3.2", "vite": "^5.0.0", "vite-plugin-full-reload": "^1.1.0", "vite-plugin-ruby": "^5.0.0", "vitest": "^0.34.6" }, "scripts": { "clean": "del tmp public/graphql && bin/vite clobber", "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": ">= 18.17.0" }, "graphdoc": { "schemaFile": "./app/graphql/schema.json", "output": "./public/graphql/schema" } }