Files
mesh/client/package.json
Gilles Soulier 1d177e96a6 first
2026-01-05 13:20:54 +01:00

36 lines
1019 B
JSON

{
"name": "mesh-client",
"version": "0.1.0",
"private": true,
"description": "Mesh Web Client - P2P communication platform",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@tanstack/react-query": "^5.17.9",
"axios": "^1.13.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.21.1",
"simple-peer": "^9.11.1",
"zustand": "^4.4.7"
},
"devDependencies": {
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/simple-peer": "^9.11.8",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.3.3",
"vite": "^5.0.11"
}
}