summaryrefslogtreecommitdiff
path: root/web/package.json
blob: 7d66d0c390dff0a9f27f29bcad57a34b240c1d35 (plain)
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
  "name": "authelia",
  "version": "4.38.19",
  "private": true,
  "type": "module",
  "engines": {
    "node": ">=22.13.1",
    "pnpm": "10"
  },
  "pnpm": {
    "overrides": {
      "@babel/traverse": "7.26.9",
      "@typescript-eslint/eslint-plugin": "8.26.0",
      "@typescript-eslint/parser": "8.26.0",
      "@typescript-eslint/typescript-estree": "8.26.0",
      "@typescript-eslint/utils": "8.26.0",
      "eslint-plugin-jest": "28.11.0",
      "eslint-plugin-testing-library": "7.1.1",
      "path-to-regexp@<0.1.12": "8.2.0",
      "semver@<7.5.2": "7.7.1",
      "vite@<3.2.11": "6.2.1"
    },
    "peerDependencyRules": {
      "allowedVersions": {
        "@types/react": "18",
        "react": "18"
      }
    },
    "onlyBuiltDependencies": [
      "esbuild"
    ]
  },
  "dependencies": {
    "@emotion/cache": "11.14.0",
    "@emotion/react": "11.14.0",
    "@emotion/styled": "11.14.0",
    "@fortawesome/fontawesome-svg-core": "6.7.2",
    "@fortawesome/free-regular-svg-icons": "6.7.2",
    "@fortawesome/free-solid-svg-icons": "6.7.2",
    "@fortawesome/react-fontawesome": "0.2.2",
    "@mui/icons-material": "6.4.7",
    "@mui/material": "6.4.7",
    "@mui/styles": "6.4.7",
    "@simplewebauthn/browser": "13.1.0",
    "axios": "1.8.2",
    "broadcast-channel": "7.0.0",
    "classnames": "2.5.1",
    "i18next": "24.2.2",
    "i18next-browser-languagedetector": "8.0.4",
    "i18next-http-backend": "3.0.2",
    "qrcode.react": "4.2.0",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "react-i18next": "15.4.1",
    "react-loading": "2.0.3",
    "react-router-dom": "7.3.0",
    "react18-input-otp": "1.1.4",
    "zxcvbn": "4.4.2"
  },
  "scripts": {
    "prepare": "cd .. && husky .github",
    "start": "vite --host",
    "build": "vite build",
    "coverage": "VITE_COVERAGE=true vite build",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
    "test": "vitest run --coverage",
    "test:watch": "vitest --coverage",
    "test:preview": "vitest-preview",
    "report": "nyc report -r clover -r json -r lcov -r text"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      ">0.2%",
      "not dead",
      "not op_mini all",
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@commitlint/cli": "19.8.0",
    "@commitlint/config-conventional": "19.8.0",
    "@limegrass/eslint-plugin-import-alias": "1.5.0",
    "@testing-library/jest-dom": "6.6.3",
    "@testing-library/react": "16.2.0",
    "@types/node": "22.13.10",
    "@types/react": "18.3.18",
    "@types/react-dom": "18.3.5",
    "@types/zxcvbn": "4.4.5",
    "@typescript-eslint/eslint-plugin": "8.26.0",
    "@typescript-eslint/parser": "8.26.0",
    "@vitejs/plugin-react": "4.3.4",
    "@vitest/coverage-istanbul": "3.0.8",
    "esbuild": "0.25.0",
    "eslint": "8.57.1",
    "eslint-config-prettier": "10.1.1",
    "eslint-config-react-app": "7.0.1",
    "eslint-formatter-rdjson": "1.0.6",
    "eslint-import-resolver-typescript": "3.8.3",
    "eslint-plugin-import": "2.31.0",
    "eslint-plugin-jsx-a11y": "6.10.2",
    "eslint-plugin-prettier": "5.2.3",
    "eslint-plugin-react": "7.37.4",
    "eslint-plugin-react-hooks": "5.2.0",
    "happy-dom": "17.4.1",
    "husky": "9.1.7",
    "prettier": "3.5.3",
    "react-test-renderer": "18.3.1",
    "typescript": "5.8.2",
    "vite": "6.2.1",
    "vite-plugin-checker": "0.8.0",
    "vite-plugin-istanbul": "7.0.0",
    "vite-plugin-svgr": "4.3.0",
    "vite-tsconfig-paths": "5.1.4",
    "vitest": "3.0.8",
    "vitest-preview": "0.0.1"
  }
}