2022-01-01 23:58:44 +00:00
|
|
|
{
|
|
|
|
"name": "frontend",
|
2023-05-26 13:02:57 +00:00
|
|
|
"version": "0.5.1",
|
2022-01-01 23:58:44 +00:00
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2022-04-21 14:52:54 +00:00
|
|
|
"dev": "webpack --watch --progress --mode development",
|
2022-04-20 19:32:41 +00:00
|
|
|
"test": "jest",
|
2022-08-27 22:20:45 +00:00
|
|
|
"build": "webpack --mode production",
|
|
|
|
"lint": "eslint src/**/*.{js,ts,tsx}",
|
|
|
|
"lint:fix": "eslint --fix 'src/**/*.{js,ts,tsx}'",
|
2022-09-20 17:39:49 +00:00
|
|
|
"format": "prettier --write '**/**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
|
2022-01-01 23:58:44 +00:00
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
2022-04-21 14:52:54 +00:00
|
|
|
"@babel/core": "^7.17.9",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.17.0",
|
|
|
|
"@babel/preset-env": "^7.16.11",
|
2022-01-01 23:58:44 +00:00
|
|
|
"@babel/preset-react": "^7.16.7",
|
2022-04-21 14:52:54 +00:00
|
|
|
"@babel/preset-typescript": "^7.16.7",
|
|
|
|
"@babel/runtime": "^7.17.9",
|
2023-04-24 14:09:37 +00:00
|
|
|
"@types/jest": "^29.5.1",
|
2023-05-05 17:56:34 +00:00
|
|
|
"@types/react": "^18.2.5",
|
2022-04-21 14:52:54 +00:00
|
|
|
"@types/react-dom": "^18.0.1",
|
|
|
|
"@types/webpack": "^5.28.0",
|
2022-08-27 22:20:45 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.35.1",
|
|
|
|
"@typescript-eslint/parser": "^5.35.1",
|
2023-05-05 17:54:08 +00:00
|
|
|
"babel-loader": "^9.1.2",
|
2022-10-04 16:00:37 +00:00
|
|
|
"copy-webpack-plugin": "^11.0.0",
|
2022-08-27 22:20:45 +00:00
|
|
|
"eslint": "^8.23.0",
|
|
|
|
"eslint-config-prettier": "^8.5.0",
|
2023-06-30 10:29:01 +00:00
|
|
|
"eslint-config-standard-with-typescript": "^36.0.0",
|
2022-08-27 22:20:45 +00:00
|
|
|
"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",
|
2023-04-24 14:09:37 +00:00
|
|
|
"jest": "^29.5.0",
|
2022-08-27 22:20:45 +00:00
|
|
|
"prettier": "^2.7.1",
|
2022-04-21 14:52:54 +00:00
|
|
|
"ts-node": "^10.7.0",
|
2023-04-24 14:06:30 +00:00
|
|
|
"typescript": "^5.0.4",
|
2022-04-21 14:52:54 +00:00
|
|
|
"webpack": "^5.72.0",
|
2023-04-28 10:15:26 +00:00
|
|
|
"webpack-cli": "^5.0.2"
|
2022-01-01 23:58:44 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
2022-01-04 15:00:34 +00:00
|
|
|
"@emotion/react": "^11.7.1",
|
|
|
|
"@emotion/styled": "^11.6.0",
|
2022-04-21 14:52:54 +00:00
|
|
|
"@mui/base": "^5.0.0-alpha.77",
|
2023-04-03 18:38:52 +00:00
|
|
|
"@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",
|
2023-05-12 10:01:17 +00:00
|
|
|
"@nivo/core": "^0.83.0",
|
|
|
|
"@nivo/line": "^0.83.0",
|
2023-05-05 10:12:38 +00:00
|
|
|
"base-ex": "^0.7.5",
|
2022-03-29 23:16:59 +00:00
|
|
|
"country-flag-icons": "^1.4.25",
|
2022-03-15 20:40:54 +00:00
|
|
|
"date-fns": "^2.28.0",
|
2022-09-28 12:08:16 +00:00
|
|
|
"file-replace-loader": "^1.4.0",
|
2023-05-05 09:28:06 +00:00
|
|
|
"i18next": "^22.4.15",
|
2023-05-01 13:04:13 +00:00
|
|
|
"i18next-browser-languagedetector": "^7.0.1",
|
2023-05-01 13:10:03 +00:00
|
|
|
"i18next-http-backend": "^2.2.0",
|
2022-08-30 19:55:53 +00:00
|
|
|
"install": "^0.13.0",
|
2022-05-22 17:46:04 +00:00
|
|
|
"js-sha256": "^0.9.0",
|
2023-04-28 10:12:34 +00:00
|
|
|
"light-bolt11-decoder": "^3.0.0",
|
2023-05-01 10:43:37 +00:00
|
|
|
"npm": "^9.6.5",
|
2022-04-21 14:52:54 +00:00
|
|
|
"openpgp": "^5.2.1",
|
2022-07-16 22:06:08 +00:00
|
|
|
"react": "^18.2.0",
|
2022-01-14 00:43:26 +00:00
|
|
|
"react-countdown": "^2.3.2",
|
2022-05-05 21:28:54 +00:00
|
|
|
"react-dom": "^18.1.0",
|
2022-10-22 14:32:33 +00:00
|
|
|
"react-grid-layout": "^1.3.4",
|
2023-04-24 14:10:34 +00:00
|
|
|
"react-i18next": "^12.2.2",
|
2022-08-30 19:55:53 +00:00
|
|
|
"react-image": "^4.0.3",
|
2022-01-08 13:08:03 +00:00
|
|
|
"react-qr-code": "^2.0.3",
|
2023-04-16 18:10:48 +00:00
|
|
|
"react-router-dom": "^6.10.0",
|
2022-08-30 19:55:53 +00:00
|
|
|
"react-smooth-image": "^1.1.0",
|
2022-03-29 23:16:59 +00:00
|
|
|
"react-world-flags": "^1.4.0",
|
2022-03-10 21:35:16 +00:00
|
|
|
"reconnecting-websocket": "^4.4.0",
|
2022-04-05 14:25:53 +00:00
|
|
|
"simple-plist": "^1.3.1",
|
2022-08-25 08:50:48 +00:00
|
|
|
"webln": "^0.3.0",
|
2022-01-13 19:22:54 +00:00
|
|
|
"websocket": "^1.0.34"
|
2022-01-01 23:58:44 +00:00
|
|
|
}
|
2022-09-09 17:33:29 +00:00
|
|
|
}
|