mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-05 16:37:43 +00:00
6ccc9ef0bf
Manually upgrade the frontend codebase to ESLint 9. Update the linting configuration and related code where required to maintain compatibility with the new major version.
75 lines
2.4 KiB
JSON
75 lines
2.4 KiB
JSON
{
|
|
"name": "meet",
|
|
"private": true,
|
|
"version": "1.18.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "panda codegen && vite",
|
|
"build": "panda codegen && tsc -b && vite build",
|
|
"build:debug": "VITE_ANALYZE=true npm run build -- --debug",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"lint:fix": "eslint . --fix",
|
|
"preview": "vite preview",
|
|
"i18n:extract": "npx i18next -c i18next-parser.config.json",
|
|
"format": "prettier --write ./src",
|
|
"check": "prettier --check ./src"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource-variable/atkinson-hyperlegible-next": "5.2.6",
|
|
"@fontsource-variable/lexend": "5.2.11",
|
|
"@fontsource/opendyslexic": "5.2.5",
|
|
"@livekit/components-react": "2.9.19",
|
|
"@livekit/components-styles": "1.2.0",
|
|
"@livekit/track-processors": "0.7.0",
|
|
"@pandacss/preset-panda": "1.8.2",
|
|
"@react-aria/toast": "3.0.10",
|
|
"@react-types/overlays": "3.9.3",
|
|
"@remixicon/react": "4.6.0",
|
|
"@tanstack/react-query": "5.90.21",
|
|
"@timephy/rnnoise-wasm": "1.0.0",
|
|
"crisp-sdk-web": "1.0.27",
|
|
"derive-valtio": "0.2.0",
|
|
"hoofd": "1.7.3",
|
|
"humanize-duration": "3.33.2",
|
|
"i18next": "25.8.8",
|
|
"i18next-browser-languagedetector": "8.2.1",
|
|
"i18next-parser": "9.3.0",
|
|
"i18next-resources-to-backend": "1.2.1",
|
|
"livekit-client": "2.17.1",
|
|
"posthog-js": "1.342.1",
|
|
"react": "18.3.1",
|
|
"react-aria-components": "1.14.0",
|
|
"react-dom": "18.3.1",
|
|
"react-i18next": "15.1.1",
|
|
"use-sound": "5.0.0",
|
|
"valtio": "2.3.0",
|
|
"wouter": "3.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "9.39.4",
|
|
"@pandacss/dev": "1.11.1",
|
|
"@tanstack/eslint-plugin-query": "5.91.4",
|
|
"@tanstack/react-query-devtools": "5.91.3",
|
|
"@types/humanize-duration": "3.27.4",
|
|
"@types/node": "22.16.0",
|
|
"@types/react": "18.3.12",
|
|
"@types/react-dom": "18.3.1",
|
|
"@vitejs/plugin-react": "5.1.4",
|
|
"eslint": "9.39.4",
|
|
"eslint-config-prettier": "10.1.5",
|
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
"eslint-plugin-react": "7.37.5",
|
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
"eslint-plugin-react-refresh": "0.4.20",
|
|
"globals": "17.6.0",
|
|
"postcss": "8.5.14",
|
|
"prettier": "3.8.1",
|
|
"rollup-plugin-visualizer": "7.0.1",
|
|
"typescript": "5.8.3",
|
|
"typescript-eslint": "8.60.1",
|
|
"vite": "7.3.2",
|
|
"vite-plugin-svgr": "5.2.0",
|
|
"vite-tsconfig-paths": "6.1.1"
|
|
}
|
|
}
|