mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-05 08:27:42 +00:00
7b89395f42
Add placement prop to Popover primitive to leverage React Aria's explicit placement control functionality. Provides better positioning control for popovers by exposing underlying React Aria placement options, enabling more precise UI layouts.
67 lines
2.1 KiB
JSON
67 lines
2.1 KiB
JSON
{
|
|
"name": "meet",
|
|
"private": true,
|
|
"version": "0.1.33",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "panda codegen && vite",
|
|
"build": "panda codegen && tsc -b && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview",
|
|
"i18n:extract": "npx i18next -c i18next-parser.config.json",
|
|
"format": "prettier --write ./src",
|
|
"check": "prettier --check ./src"
|
|
},
|
|
"dependencies": {
|
|
"@livekit/components-react": "2.9.13",
|
|
"@livekit/components-styles": "1.1.6",
|
|
"@livekit/track-processors": "0.5.7",
|
|
"@pandacss/preset-panda": "0.54.0",
|
|
"@react-aria/toast": "3.0.5",
|
|
"@react-types/overlays": "3.9.0",
|
|
"@remixicon/react": "4.6.0",
|
|
"@tanstack/react-query": "5.81.5",
|
|
"@timephy/rnnoise-wasm": "1.0.0",
|
|
"crisp-sdk-web": "1.0.25",
|
|
"derive-valtio": "0.2.0",
|
|
"hoofd": "1.7.3",
|
|
"humanize-duration": "3.33.0",
|
|
"i18next": "25.3.1",
|
|
"i18next-browser-languagedetector": "8.2.0",
|
|
"i18next-parser": "9.3.0",
|
|
"i18next-resources-to-backend": "1.2.1",
|
|
"libphonenumber-js": "1.12.10",
|
|
"livekit-client": "2.15.5",
|
|
"posthog-js": "1.256.2",
|
|
"react": "18.3.1",
|
|
"react-aria-components": "1.10.1",
|
|
"react-dom": "18.3.1",
|
|
"react-i18next": "15.1.1",
|
|
"use-sound": "5.0.0",
|
|
"valtio": "2.1.5",
|
|
"wouter": "3.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"@pandacss/dev": "0.54.0",
|
|
"@tanstack/eslint-plugin-query": "5.81.2",
|
|
"@tanstack/react-query-devtools": "5.81.5",
|
|
"@types/humanize-duration": "3.27.4",
|
|
"@types/node": "22.16.0",
|
|
"@types/react": "18.3.12",
|
|
"@types/react-dom": "18.3.1",
|
|
"@typescript-eslint/eslint-plugin": "8.35.1",
|
|
"@typescript-eslint/parser": "8.35.1",
|
|
"@vitejs/plugin-react": "4.6.0",
|
|
"eslint": "8.57.0",
|
|
"eslint-config-prettier": "10.1.5",
|
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
"eslint-plugin-react-refresh": "0.4.20",
|
|
"postcss": "8.5.6",
|
|
"prettier": "3.6.2",
|
|
"typescript": "5.8.3",
|
|
"vite": "7.0.2",
|
|
"vite-tsconfig-paths": "5.1.4"
|
|
}
|
|
}
|