File size: 2,746 Bytes
936b397
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
  "repository": {},
  "version": "1.4.0",
  "license": "AGPL-3.0-or-later",
  "scripts": {
    "test": "TZ=UTC jest",
    "format": "prettier --write \"**/*.{js,css,ts,tsx}\"",
    "check-format": "prettier --check \"**/*.{js,css,ts,tsx}\"",
    "eslint": "eslint js/**",
    "stylelint": "stylelint css/**",
    "lint": "npm run eslint && npm run stylelint",
    "typecheck": "tsc --noEmit --pretty",
    "generate-types": "json2ts ../priv/json-schemas/query-api-schema.json ../assets/js/types/query-api.d.ts --bannerComment '/* Autogenerated, recreate with `npm run --prefix assets generate-types` */'"
  },
  "dependencies": {
    "@headlessui/react": "^1.7.19",
    "@heroicons/react": "^2.2.0",
    "@jsonurl/jsonurl": "^1.1.7",
    "@juggle/resize-observer": "^3.3.1",
    "@popperjs/core": "^2.11.6",
    "@tailwindcss/forms": "^0.5.10",
    "@tailwindcss/typography": "^0.4.1",
    "@tanstack/react-query": "^5.51.1",
    "abortcontroller-polyfill": "^1.7.3",
    "alpinejs": "^3.13.1",
    "chart.js": "^3.3.2",
    "chartjs-plugin-datalabels": "^2.2.0",
    "classnames": "^2.3.1",
    "d3": "^7.9.0",
    "dayjs": "^1.11.7",
    "fast-deep-equal": "^3.1.3",
    "iframe-resizer": "^4.3.2",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-flatpickr": "3.10.5",
    "react-flip-move": "^3.0.4",
    "react-intersection-observer": "^9.5.2",
    "react-popper": "^2.3.0",
    "react-router-dom": "^6.25.1",
    "react-transition-group": "^4.4.2",
    "topbar": "^3.0.0",
    "topojson-client": "^3.1.0",
    "url-search-params-polyfill": "^8.2.5",
    "visionscarto-world-atlas": "^1.0.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.23.0",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.4.8",
    "@testing-library/react": "^16.0.0",
    "@testing-library/user-event": "^14.5.2",
    "@types/d3": "^7.4.3",
    "@types/jest": "^29.5.12",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "@types/react-flatpickr": "^3.8.11",
    "@types/topojson-client": "^3.1.4",
    "eslint": "^9.23.0",
    "eslint-config-prettier": "^10.1.1",
    "eslint-import-resolver-typescript": "^4.3.1",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-jest": "^28.11.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^5.2.0",
    "globals": "^16.0.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jsdom-testing-mocks": "^1.13.1",
    "json-schema-to-typescript": "^15.0.2",
    "prettier": "^3.3.3",
    "stylelint": "^16.17.0",
    "stylelint-config-standard": "^36.0.1",
    "ts-jest": "^29.2.4",
    "typescript": "^5.5.4",
    "typescript-eslint": "^8.29.0"
  },
  "name": "assets"
}