Files
wehub-resource-sync 4ce4204b6c
CI / Lint (push) Failing after 2s
CI / Build (push) Has been skipped
SDK CI / PHP SDK (push) Failing after 1s
Split PHP SDK / PHP SDK tests (push) Failing after 1s
CI / Test (push) Failing after 1s
CI / Dashboard (push) Failing after 0s
SDK CI / JavaScript SDK (push) Failing after 0s
SDK CI / Python SDK (push) Failing after 2s
SDK CI / Java SDK (push) Failing after 1s
Split PHP SDK / Mirror sdk/php -> rmyndharis/openwa-php (push) Has been skipped
CI / Test (PostgreSQL migrations) (push) Failing after 7m47s
CI / Docker Build (push) Has been skipped
chore: import upstream snapshot with attribution
2026-07-13 12:24:08 +08:00

46 lines
1.3 KiB
JSON

{
"name": "dashboard",
"private": true,
"version": "0.8.17",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"i18n:check": "node scripts/check-i18n-parity.mjs",
"test:unit": "node --experimental-strip-types --test \"src/**/*.test.ts\""
},
"dependencies": {
"@tanstack/react-query": "^5.101.2",
"@tanstack/react-table": "^8.21.3",
"i18next": "^26.3.4",
"i18next-browser-languagedetector": "^8.2.1",
"linkify-react": "^4.3.3",
"linkifyjs": "^4.3.3",
"lucide-react": "^1.23.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-i18next": "^17.0.8",
"react-is": "^19.2.7",
"react-router-dom": "^7.18.1",
"recharts": "^3.9.2",
"socket.io-client": "^4.8.3",
"yet-another-react-lightbox": "^3.32.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@types/node": "^26.1.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"eslint": "^10.6.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.3",
"globals": "^17.7.0",
"typescript": "~6.0.3",
"typescript-eslint": "^8.62.1",
"vite": "^8.1.3"
}
}