2024-06-24 15:42:01 +02:00
|
|
|
{
|
2024-07-01 14:53:23 +02:00
|
|
|
"name": "meet",
|
2024-06-24 15:42:01 +02:00
|
|
|
"private": true,
|
2024-08-05 22:38:20 +02:00
|
|
|
"version": "0.1.3",
|
2024-06-24 15:42:01 +02:00
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
2024-07-02 20:05:46 +02:00
|
|
|
"dev": "panda codegen && vite",
|
|
|
|
|
"build": "panda codegen && tsc -b && vite build",
|
2024-06-24 15:42:01 +02:00
|
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
2024-07-18 13:59:50 +02:00
|
|
|
"preview": "vite preview",
|
2024-07-19 12:27:51 +02:00
|
|
|
"i18n:extract": "npx i18next -c i18next-parser.config.json"
|
2024-06-24 15:42:01 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-07-02 20:05:46 +02:00
|
|
|
"@livekit/components-react": "2.3.3",
|
|
|
|
|
"@livekit/components-styles": "1.0.12",
|
|
|
|
|
"@pandacss/preset-panda": "0.41.0",
|
2024-07-22 00:44:02 +02:00
|
|
|
"@remixicon/react": "4.2.0",
|
2024-07-02 20:05:46 +02:00
|
|
|
"@tanstack/react-query": "5.49.2",
|
2024-07-18 13:59:50 +02:00
|
|
|
"hoofd": "1.7.1",
|
|
|
|
|
"i18next": "23.12.1",
|
|
|
|
|
"i18next-browser-languagedetector": "8.0.0",
|
|
|
|
|
"i18next-parser": "9.0.0",
|
|
|
|
|
"i18next-resources-to-backend": "1.2.1",
|
2024-07-02 20:05:46 +02:00
|
|
|
"livekit-client": "2.3.1",
|
2024-06-24 15:42:01 +02:00
|
|
|
"react": "18.2.0",
|
2024-07-02 20:05:46 +02:00
|
|
|
"react-aria-components": "1.2.1",
|
|
|
|
|
"react-dom": "18.2.0",
|
2024-07-18 13:59:50 +02:00
|
|
|
"react-i18next": "14.1.3",
|
2024-07-29 18:32:56 +02:00
|
|
|
"valtio": "1.13.2",
|
2024-07-03 11:16:00 +02:00
|
|
|
"wouter": "3.3.0"
|
2024-06-24 15:42:01 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-07-02 20:05:46 +02:00
|
|
|
"@pandacss/dev": "0.41.0",
|
|
|
|
|
"@tanstack/eslint-plugin-query": "5.49.1",
|
|
|
|
|
"@tanstack/react-query-devtools": "5.49.2",
|
2024-07-02 17:07:17 +02:00
|
|
|
"@types/node": "20.14.9",
|
2024-06-24 15:42:01 +02:00
|
|
|
"@types/react": "18.3.3",
|
|
|
|
|
"@types/react-dom": "18.3.0",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "7.13.1",
|
|
|
|
|
"@typescript-eslint/parser": "7.13.1",
|
|
|
|
|
"@vitejs/plugin-react": "4.3.1",
|
|
|
|
|
"eslint": "8.57.0",
|
2024-07-02 20:05:46 +02:00
|
|
|
"eslint-plugin-jsx-a11y": "6.9.0",
|
2024-06-24 15:42:01 +02:00
|
|
|
"eslint-plugin-react-hooks": "4.6.2",
|
|
|
|
|
"eslint-plugin-react-refresh": "0.4.7",
|
2024-07-02 20:05:46 +02:00
|
|
|
"postcss": "8.4.39",
|
2024-06-24 15:42:01 +02:00
|
|
|
"typescript": "5.5.2",
|
2024-07-02 20:05:46 +02:00
|
|
|
"vite": "5.3.1",
|
|
|
|
|
"vite-tsconfig-paths": "4.3.2"
|
2024-06-24 15:42:01 +02:00
|
|
|
}
|
|
|
|
|
}
|