demarches-normaliennes/package.json

103 lines
3.2 KiB
JSON
Raw Normal View History

{
"dependencies": {
2023-01-16 21:31:07 +01:00
"@coldwired/actions": "^0.8.1",
"@coldwired/turbo-stream": "^0.8.1",
2022-08-31 14:49:53 +02:00
"@gouvfr/dsfr": "^1.7.2",
"@graphiql/plugin-explorer": "^0.1.11",
"@graphiql/toolkit": "^0.8.0",
2022-08-03 14:31:42 +02:00
"@headlessui/react": "^1.6.6",
2022-03-31 12:39:17 +02:00
"@heroicons/react": "^1.0.6",
2023-01-05 21:15:52 +01:00
"@hotwired/stimulus": "^3.2.1",
"@hotwired/turbo": "^7.2.4",
"@mapbox/mapbox-gl-draw": "^1.3.0",
2022-08-31 15:57:37 +02:00
"@popperjs/core": "^2.11.6",
2023-01-05 21:15:52 +01:00
"@rails/actiontext": "^7.0.4",
"@rails/activestorage": "^7.0.4",
"@rails/ujs": "^7.0.4",
2022-08-31 15:57:37 +02:00
"@reach/combobox": "^0.17.0",
"@reach/slider": "^0.17.0",
2023-01-05 21:15:52 +01:00
"@sentry/browser": "7.30.0",
"@stimulus/polyfills": "^2.0.0",
2022-08-31 15:57:37 +02:00
"@tmcw/togeojson": "^5.2.2",
2022-07-05 14:36:21 +02:00
"chartkick": "^4.2.0",
2023-01-05 21:30:53 +01:00
"core-js": "^3.27.1",
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",
"graphiql": "^2.1.0",
"graphql": "^16.6.0",
2022-08-31 15:57:37 +02:00
"highcharts": "^10.2.1",
2022-07-05 14:36:21 +02:00
"intersection-observer": "^0.12.2",
"is-hotkey": "^0.2.0",
"maplibre-gl": "^1.15.2",
2021-02-16 13:17:36 +01:00
"match-sorter": "^6.2.0",
2023-01-05 21:30:53 +01:00
"patch-package": "^6.5.1",
2022-07-05 14:36:21 +02:00
"react": "^18.2.0",
"react-coordinate-input": "^1.0.0",
2022-07-05 14:36:21 +02:00
"react-dom": "^18.2.0",
"react-popper": "^2.3.0",
2022-08-31 15:57:37 +02:00
"react-query": "^3.39.2",
"sortablejs": "^1.15.0",
2023-01-05 21:15:52 +01:00
"stimulus-use": "^0.51.1",
2023-01-05 21:30:53 +01:00
"terser": "^5.16.1",
2023-01-05 21:15:52 +01:00
"tiny-invariant": "^1.3.1",
2020-05-13 18:48:53 +02:00
"trix": "^1.2.3",
2023-01-05 21:15:52 +01:00
"turbo-polyfills": "^0.3.1",
2022-10-10 17:37:26 +02:00
"use-debounce": "^8.0.4",
2022-04-14 20:46:28 +02:00
"whatwg-fetch": "^3.0.0",
2022-04-29 14:11:00 +02:00
"yet-another-abortcontroller-polyfill": "^0.0.4",
2023-01-05 21:15:52 +01:00
"zod": "^3.20.2"
},
"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",
2022-08-31 15:57:37 +02:00
"@types/geojson": "^7946.0.10",
"@types/is-hotkey": "^0.1.7",
2022-08-31 15:57:37 +02:00
"@types/mapbox__mapbox-gl-draw": "^1.2.5",
"@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",
2023-01-05 21:15:52 +01:00
"@types/sortablejs": "^1.15.0",
2023-01-05 21:30:53 +01:00
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@vitejs/plugin-legacy": "^3.0.1",
"@vitejs/plugin-react": "^3.0.1",
2022-06-17 12:36:21 +02:00
"@vitejs/plugin-react-refresh": "^1.3.0",
2022-11-15 13:24:14 +01:00
"autoprefixer": "^10.4.13",
2023-01-05 21:30:53 +01:00
"axe-core": "^4.6.2",
2022-08-31 15:57:37 +02:00
"del-cli": "^5.0.0",
2023-01-05 21:30:53 +01:00
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
2022-07-05 14:36:21 +02:00
"eslint-plugin-prettier": "^4.2.1",
2023-01-05 21:30:53 +01:00
"eslint-plugin-react": "^7.32.0",
2022-06-17 12:36:21 +02:00
"eslint-plugin-react-hooks": "^4.6.0",
2023-01-05 21:30:53 +01:00
"jsdom": "^21.0.0",
"postcss": "^8.4.21",
"prettier": "^2.8.2",
"typescript": "^4.9.4",
"vite": "^4.0.0",
"vite-plugin-full-reload": "^1.0.5",
2022-11-15 13:24:14 +01:00
"vite-plugin-ruby": "^3.1.2",
2023-01-05 21:30:53 +01:00
"vitest": "^0.27.1"
},
"scripts": {
"clean": "del tmp public/graphql && bin/vite clobber",
2022-06-17 12:36:21 +02:00
"lint:js": "eslint --ext .js,.jsx,.ts,.tsx ./app/javascript",
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",
"graphql:doc:build": "RAILS_ENV=production bin/rake graphql:schema:json && graphdoc --force",
2022-07-05 13:38:00 +02:00
"postinstall": "patch-package",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"engines": {
2022-06-17 12:36:21 +02:00
"node": ">= 16.*"
2020-09-08 16:37:14 +02:00
},
"graphdoc": {
2022-07-03 12:38:27 +02:00
"schemaFile": "./app/graphql/schema.json",
"output": "./public/graphql/schema"
}
}