mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-08 09:53:24 +00:00
a518179efb
Updates build configuration to support new major version. This might introduce some breaking changes. I've read their migration guide, everything seems okay.
61 lines
1.9 KiB
JSON
61 lines
1.9 KiB
JSON
{
|
|
"name": "meet",
|
|
"private": true,
|
|
"version": "0.1.12",
|
|
"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.6.9",
|
|
"@livekit/components-styles": "1.1.4",
|
|
"@livekit/track-processors": "0.3.2",
|
|
"@pandacss/preset-panda": "0.48.0",
|
|
"@react-aria/toast": "3.0.0-beta.18",
|
|
"@remixicon/react": "4.5.0",
|
|
"@tanstack/react-query": "5.61.3",
|
|
"crisp-sdk-web": "1.0.25",
|
|
"hoofd": "1.7.1",
|
|
"i18next": "24.0.2",
|
|
"i18next-browser-languagedetector": "8.0.0",
|
|
"i18next-parser": "9.0.2",
|
|
"i18next-resources-to-backend": "1.2.1",
|
|
"livekit-client": "2.6.3",
|
|
"posthog-js": "1.188.0",
|
|
"react": "18.3.1",
|
|
"react-aria-components": "1.5.0",
|
|
"react-dom": "18.3.1",
|
|
"react-i18next": "15.1.1",
|
|
"use-sound": "4.0.3",
|
|
"valtio": "2.1.2",
|
|
"wouter": "3.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"@pandacss/dev": "0.48.0",
|
|
"@tanstack/eslint-plugin-query": "5.61.3",
|
|
"@tanstack/react-query-devtools": "5.61.3",
|
|
"@types/node": "22.9.3",
|
|
"@types/react": "18.3.12",
|
|
"@types/react-dom": "18.3.1",
|
|
"@typescript-eslint/eslint-plugin": "8.15.0",
|
|
"@typescript-eslint/parser": "8.15.0",
|
|
"@vitejs/plugin-react": "4.3.4",
|
|
"eslint": "8.57.0",
|
|
"eslint-config-prettier": "9.1.0",
|
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
"eslint-plugin-react-hooks": "5.0.0",
|
|
"eslint-plugin-react-refresh": "0.4.14",
|
|
"postcss": "8.4.49",
|
|
"prettier": "3.3.3",
|
|
"typescript": "5.7.2",
|
|
"vite": "6.0.7",
|
|
"vite-tsconfig-paths": "5.1.4"
|
|
}
|
|
}
|