mirror of
https://github.com/XFox111/easylogon-web.git
synced 2026-07-02 19:52:45 +03:00
41 lines
1000 B
JSON
41 lines
1000 B
JSON
{
|
|
"name": "easylogon-web",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@fluentui/react-components": "^9.73.8",
|
|
"@fluentui/react-icons": "^2.0.326",
|
|
"@microsoft/signalr": "^10.0.0",
|
|
"crypto-js": "^4.2.0",
|
|
"qrcode.react": "^4.2.0",
|
|
"react": "^19.2.6",
|
|
"react-dom": "^19.2.6",
|
|
"react-markdown": "^10.1.0",
|
|
"react-router-dom": "^7.15.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.4",
|
|
"@types/crypto-js": "^4.2.2",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/react-helmet": "^6.1.11",
|
|
"@vitejs/plugin-react": "^5.2.0",
|
|
"eslint": "^9.39.4",
|
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
"eslint-plugin-react-refresh": "^0.4.26",
|
|
"globals": "^17.6.0",
|
|
"scheduler": "^0.27.0",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.59.3",
|
|
"vite": "^7.3.3",
|
|
"vite-plugin-svgr": "^4.5.0"
|
|
}
|
|
}
|