mirror of
https://github.com/XFox111/easylogon-web.git
synced 2026-07-02 19:52:45 +03:00
cb77019015
--- updated-dependencies: - dependency-name: "@fluentui/react-components" dependency-version: 9.66.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "easylogon-web",
|
|
"private": true,
|
|
"version": "2.0.2",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@fluentui/react-components": "^9.66.5",
|
|
"@fluentui/react-icons": "^2.0.302",
|
|
"@microsoft/signalr": "^8.0.7",
|
|
"crypto-js": "^4.2.0",
|
|
"qrcode.react": "^4.2.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-helmet": "^6.1.0",
|
|
"react-markdown": "^10.1.0",
|
|
"react-router-dom": "^7.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.28.0",
|
|
"@types/crypto-js": "^4.2.2",
|
|
"@types/react": "^18.3.1",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@types/react-helmet": "^6.1.11",
|
|
"@vitejs/plugin-react": "^4.5.1",
|
|
"eslint": "^9.28.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"globals": "^16.2.0",
|
|
"scheduler": "0.23.0",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.35.1",
|
|
"vite": "^6.3.5",
|
|
"vite-plugin-svgr": "^4.3.0"
|
|
}
|
|
}
|