1
0
mirror of https://github.com/XFox111/easylogon-web.git synced 2026-07-02 19:52:45 +03:00
Files
easylogon-web/package.json
T
2025-03-26 16:42:06 +00:00

46 lines
1.1 KiB
JSON

{
"name": "easylogon-web",
"private": true,
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@fluentui/react-components": "^9.61.3",
"@fluentui/react-icons": "^2.0.292",
"@microsoft/signalr": "^8.0.7",
"crypto-js": "^4.2.0",
"qrcode.react": "^4.2.0",
"react": "18",
"react-dom": "18",
"react-helmet": "^6.1.0",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.4.0"
},
"devDependencies": {
"@eslint/js": "^9.23.0",
"@types/crypto-js": "^4.2.2",
"@types/react": "18",
"@types/react-dom": "18",
"@types/react-helmet": "^6.1.11",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.23.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"typescript": "^5.8.2",
"typescript-eslint": "^8.28.0",
"vite": "^6.2.3",
"vite-plugin-svgr": "^4.3.0"
},
"resolutions": {
"scheduler": "^0.19.0",
"@babel/runtime": "^7.26.10",
"@babel/helpers": "^7.26.10"
}
}