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,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"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-03 11:10:16 +02:00
|
|
|
"preview": "vite preview"
|
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",
|
|
|
|
|
"@tanstack/react-query": "5.49.2",
|
|
|
|
|
"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-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
|
|
|
}
|
|
|
|
|
}
|