2024-07-12 09:55:30 +09:00
|
|
|
{
|
|
|
|
"name": "edufocus",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build",
|
|
|
|
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
|
|
|
"preview": "vite preview",
|
|
|
|
"format": "prettier --write .",
|
|
|
|
"test": "vitest",
|
|
|
|
"test:run": "vitest run"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-08-05 11:42:40 +09:00
|
|
|
"@livekit/components-react": "^2.4.3",
|
|
|
|
"@livekit/components-styles": "^1.0.12",
|
2024-07-25 13:34:58 +09:00
|
|
|
"@stomp/stompjs": "^7.0.0",
|
2024-07-12 09:55:30 +09:00
|
|
|
"@tanstack/react-query": "^5.49.2",
|
|
|
|
"axios": "^1.7.2",
|
2024-08-02 13:40:14 +09:00
|
|
|
"livekit-client": "^2.4.1",
|
2024-07-12 09:55:30 +09:00
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-dom": "^18.3.1",
|
|
|
|
"react-router-dom": "^6.24.1",
|
|
|
|
"zustand": "^4.5.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/react": "^18.3.3",
|
|
|
|
"@types/react-dom": "^18.3.0",
|
|
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
|
|
"eslint": "^8.57.0",
|
|
|
|
"eslint-config-prettier": "^9.1.0",
|
|
|
|
"eslint-plugin-react": "^7.34.2",
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
|
|
"eslint-plugin-react-refresh": "^0.4.7",
|
|
|
|
"prettier": "^3.3.2",
|
|
|
|
"vite": "^5.3.1",
|
2024-07-23 10:49:39 +09:00
|
|
|
"vite-plugin-svgr": "^4.2.0",
|
2024-07-12 09:55:30 +09:00
|
|
|
"vitest": "^1.6.0"
|
|
|
|
}
|
|
|
|
}
|