mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-27 12:19:10 +00:00
79245389ce
Add react-aria 3.49.0 + react-stately 3.47.0 as direct deps and bump react-aria-components to 1.18.0 so react-stately resolves to one version. Fixes the nominal Timer type clash and missing @react-stately/toast imports introduced by the React Aria v1.17 monopackage consolidation.
76 lines
2.4 KiB
JSON
76 lines
2.4 KiB
JSON
{
|
|
"name": "meet",
|
|
"private": true,
|
|
"version": "1.22.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",
|
|
"@libreaudio/la-call": "0.1.4",
|
|
"@fontsource/opendyslexic": "5.2.5",
|
|
"@livekit/components-react": "2.9.21",
|
|
"@livekit/components-styles": "1.2.0",
|
|
"@livekit/track-processors": "0.7.2",
|
|
"@pandacss/preset-panda": "1.11.3",
|
|
"@react-types/overlays": "3.10.0",
|
|
"@remixicon/react": "4.9.0",
|
|
"@tanstack/react-query": "5.100.14",
|
|
"@timephy/rnnoise-wasm": "1.0.0",
|
|
"crisp-sdk-web": "1.1.2",
|
|
"derive-valtio": "0.2.0",
|
|
"hoofd": "1.7.3",
|
|
"humanize-duration": "3.33.2",
|
|
"i18next": "26.3.1",
|
|
"i18next-browser-languagedetector": "8.2.1",
|
|
"i18next-parser": "9.4.0",
|
|
"i18next-resources-to-backend": "1.2.1",
|
|
"livekit-client": "2.19.0",
|
|
"posthog-js": "1.386.5",
|
|
"react": "18.3.1",
|
|
"react-aria": "3.49.0",
|
|
"react-aria-components": "1.18.0",
|
|
"react-dom": "18.3.1",
|
|
"react-i18next": "17.0.8",
|
|
"react-stately": "3.47.0",
|
|
"use-sound": "5.0.0",
|
|
"valtio": "2.3.2",
|
|
"wouter": "3.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "9.39.4",
|
|
"@pandacss/dev": "1.11.1",
|
|
"@tanstack/eslint-plugin-query": "5.100.14",
|
|
"@tanstack/react-query-devtools": "5.100.14",
|
|
"@types/humanize-duration": "3.27.4",
|
|
"@types/node": "24.12.4",
|
|
"@types/react": "18.3.12",
|
|
"@types/react-dom": "18.3.1",
|
|
"@vitejs/plugin-react": "6.0.2",
|
|
"eslint": "9.39.4",
|
|
"eslint-config-prettier": "10.1.8",
|
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
"eslint-plugin-react": "7.37.5",
|
|
"eslint-plugin-react-hooks": "7.1.1",
|
|
"eslint-plugin-react-refresh": "0.5.2",
|
|
"globals": "17.6.0",
|
|
"postcss": "8.5.15",
|
|
"prettier": "3.8.3",
|
|
"rollup-plugin-visualizer": "7.0.1",
|
|
"typescript": "6.0.3",
|
|
"typescript-eslint": "8.60.1",
|
|
"vite": "8.0.14",
|
|
"vite-plugin-svgr": "5.2.0"
|
|
}
|
|
}
|