2022-01-01 23:58:44 +00:00
|
|
|
{
|
|
|
|
"name": "frontend",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"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-01-01 23:58:44 +00:00
|
|
|
"build": "webpack --mode production"
|
|
|
|
},
|
|
|
|
"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",
|
2022-04-21 15:01:42 +00:00
|
|
|
"@types/jest": "^27.4.1",
|
2022-04-21 14:52:54 +00:00
|
|
|
"@types/react": "^17.0.44",
|
|
|
|
"@types/react-dom": "^18.0.1",
|
|
|
|
"@types/webpack": "^5.28.0",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^5.20.0",
|
|
|
|
"@typescript-eslint/parser": "^5.20.0",
|
|
|
|
"babel-loader": "^8.2.5",
|
|
|
|
"eslint": "^8.13.0",
|
|
|
|
"eslint-plugin-react": "^7.29.4",
|
|
|
|
"eslint-plugin-react-hooks": "^4.4.0",
|
2022-04-20 19:32:41 +00:00
|
|
|
"jest": "^27.5.1",
|
2022-04-21 14:52:54 +00:00
|
|
|
"ts-node": "^10.7.0",
|
|
|
|
"typescript": "^4.6.3",
|
|
|
|
"webpack": "^5.72.0",
|
|
|
|
"webpack-cli": "^4.9.2"
|
2022-01-01 23:58:44 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
2022-08-30 19:55:53 +00:00
|
|
|
"@date-io/date-fns": "^2.15.0",
|
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",
|
2022-01-14 12:00:53 +00:00
|
|
|
"@mui/icons-material": "^5.2.5",
|
2022-03-15 20:40:54 +00:00
|
|
|
"@mui/lab": "^5.0.0-alpha.73",
|
2022-07-16 22:06:08 +00:00
|
|
|
"@mui/material": "^5.9.0",
|
|
|
|
"@mui/system": "^5.9.0",
|
2022-01-14 21:40:54 +00:00
|
|
|
"@mui/x-data-grid": "^5.2.2",
|
2022-08-30 18:49:16 +00:00
|
|
|
"@nivo/core": "^0.79.0",
|
|
|
|
"@nivo/line": "^0.79.1",
|
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-04-05 14:25:53 +00:00
|
|
|
"i18next": "^21.6.14",
|
|
|
|
"i18next-browser-languagedetector": "^6.1.4",
|
|
|
|
"i18next-http-backend": "^1.4.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",
|
2022-08-30 19:55:53 +00:00
|
|
|
"npm": "^8.19.1",
|
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-04-05 14:25:53 +00:00
|
|
|
"react-i18next": "^11.16.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",
|
2022-01-27 14:40:14 +00:00
|
|
|
"react-responsive": "^9.0.0-beta.6",
|
2022-01-13 19:22:54 +00:00
|
|
|
"react-router-dom": "^5.2.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
|
|
|
}
|
|
|
|
}
|