robosats/frontend/package.json
dependabot[bot] 873a9ba360
Bump i18next from 21.10.0 to 22.4.15 in /frontend (#537)
Bumps [i18next](https://github.com/i18next/i18next) from 21.10.0 to 22.4.15.
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next/compare/v21.10.0...v22.4.15)

---
updated-dependencies:
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-05 09:28:06 +00:00

89 lines
2.8 KiB
JSON

{
"name": "frontend",
"version": "0.4.3",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack --watch --progress --mode development",
"test": "jest",
"build": "webpack --mode production",
"lint": "eslint src/**/*.{js,ts,tsx}",
"lint:fix": "eslint --fix 'src/**/*.{js,ts,tsx}'",
"format": "prettier --write '**/**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.17.9",
"@types/jest": "^29.5.1",
"@types/react": "^17.0.44",
"@types/react-dom": "^18.0.1",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"babel-loader": "^8.2.5",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-import-resolver-typescript": "^3.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-react": "^7.31.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.5.0",
"prettier": "^2.7.1",
"ts-node": "^10.7.0",
"typescript": "^5.0.4",
"webpack": "^5.72.0",
"webpack-cli": "^5.0.2"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/base": "^5.0.0-alpha.77",
"@mui/icons-material": "^5.11.11",
"@mui/lab": "^5.0.0-alpha.124",
"@mui/material": "^5.11.15",
"@mui/system": "^5.11.15",
"@mui/x-data-grid": "^6.0.4",
"@mui/x-date-pickers": "^6.0.4",
"@nivo/core": "^0.80.0",
"@nivo/line": "^0.80.0",
"country-flag-icons": "^1.4.25",
"date-fns": "^2.28.0",
"file-replace-loader": "^1.4.0",
"i18next": "^22.4.15",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.2.0",
"install": "^0.13.0",
"js-sha256": "^0.9.0",
"light-bolt11-decoder": "^3.0.0",
"npm": "^9.6.5",
"openpgp": "^5.2.1",
"react": "^18.2.0",
"react-countdown": "^2.3.2",
"react-dom": "^18.1.0",
"react-grid-layout": "^1.3.4",
"react-i18next": "^12.2.2",
"react-image": "^4.0.3",
"react-qr-code": "^2.0.3",
"react-router-dom": "^6.10.0",
"react-smooth-image": "^1.1.0",
"react-world-flags": "^1.4.0",
"reconnecting-websocket": "^4.4.0",
"simple-plist": "^1.3.1",
"webln": "^0.3.0",
"websocket": "^1.0.34"
}
}