{ "name": "password-generator", "version": "3.1.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0" }, "dependencies": { "@fluentui/react-components": "^9.46.4", "@fluentui/react-icons": "^2.0.226", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@types/react": "^18.2.55", "@types/react-dom": "^18.2.19", "@types/webextension-polyfill": "^0.10.7", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "@vitejs/plugin-react-swc": "^3.6.0", "eslint": "^8.56.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "typescript": "^5.3.3", "vite": "^5.1.0", "vite-plugin-static-copy": "^1.0.1", "vite-plugin-svgr": "^4.2.0", "vite-plugin-web-extension": "^4.1.1", "webextension-polyfill": "^0.10.0" }, "resolutions": { "postcss": "^8.4.31", "tough-cookie": "^4.1.3", "scheduler": "^0.20.0" } }