{ "name": "frontend", "version": "0.5.1", "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": "^18.2.5", "@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": "^9.1.2", "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.83.0", "@nivo/line": "^0.83.0", "base-ex": "^0.7.5", "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" } }