robosats/frontend/package.json

95 lines
3.0 KiB
JSON
Raw Permalink Normal View History

{
"name": "frontend",
2024-07-07 16:08:10 +03:00
"version": "0.6.3",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node --max-old-space-size=4096 ./node_modules/.bin/webpack --watch --progress --mode development",
"test": "jest",
2022-08-28 01:20:45 +03:00
"build": "webpack --mode production",
"lint": "eslint src/**/*.{ts,tsx}",
"lint:fix": "eslint --fix 'src/**/*.{ts,tsx}'",
"format": "prettier --write '**/**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
2023-07-17 15:40:30 +03:00
"@babel/core": "^7.22.9",
"@babel/plugin-transform-runtime": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@babel/runtime": "^7.22.6",
"@types/jest": "^29.5.3",
"@types/leaflet": "^1.9.7",
"@types/react": "^18.2.21",
2023-07-17 15:40:30 +03:00
"@types/react-dom": "^18.2.7",
"@types/webpack": "^5.28.4",
"@typescript-eslint/eslint-plugin": "^5.35.1",
2022-08-28 01:20:45 +03:00
"@typescript-eslint/parser": "^5.35.1",
2023-07-17 15:40:30 +03:00
"babel-loader": "^9.1.3",
2024-01-22 13:27:13 +03:00
"copy-webpack-plugin": "^12.0.1",
2023-07-17 15:40:30 +03:00
"eslint": "^8.45.0",
"eslint-config-prettier": "^9.1.0",
2023-07-17 15:40:30 +03:00
"eslint-config-standard-with-typescript": "^36.1.0",
"eslint-import-resolver-typescript": "^3.6.0",
2023-07-17 15:40:30 +03:00
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.6.2",
2024-01-22 13:27:13 +03:00
"eslint-plugin-prettier": "^5.1.2",
2023-07-17 15:40:30 +03:00
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.0",
2022-08-28 01:20:45 +03:00
"eslint-plugin-react-hooks": "^4.6.0",
2023-07-17 15:40:30 +03:00
"jest": "^29.6.1",
"prettier": "^3.3.2",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"webpack": "^5.89.0",
2023-07-17 15:40:30 +03:00
"webpack-cli": "^5.1.4"
},
"dependencies": {
2023-07-17 15:40:30 +03:00
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@christopherpickering/react-leaflet-markercluster": "^1.1.0",
2023-07-17 15:40:30 +03:00
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/base": "^5.0.0-beta.7",
"@mui/icons-material": "^5.15.9",
2023-07-17 15:40:30 +03:00
"@mui/lab": "^5.0.0-alpha.136",
"@mui/material": "^5.15.14",
"@mui/system": "^5.15.11",
"@mui/x-data-grid": "^7.6.0",
"@mui/x-date-pickers": "^7.2.0",
2024-05-16 21:21:44 +03:00
"@nivo/core": "^0.86.0",
"@nivo/line": "^0.86.0",
2023-07-17 15:40:30 +03:00
"base-ex": "^0.8.1",
"country-flag-icons": "^1.5.13",
2023-07-17 15:40:30 +03:00
"date-fns": "^2.30.0",
"file-replace-loader": "^1.4.0",
2023-07-17 15:40:30 +03:00
"i18next": "^23.2.11",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.5.0",
"install": "^0.13.0",
"js-sha256": "^0.11.0",
2023-10-12 15:57:51 +03:00
"leaflet": "^1.9.4",
"light-bolt11-decoder": "^3.1.1",
"npm": "^10.8.1",
"openpgp": "^5.11.0",
2022-07-17 01:06:08 +03:00
"react": "^18.2.0",
2023-07-17 15:40:30 +03:00
"react-countdown": "^2.3.5",
"react-dom": "^18.2.0",
"react-grid-layout": "^1.4.4",
"react-i18next": "^14.1.2",
2023-07-17 15:40:30 +03:00
"react-image": "^4.1.0",
2023-10-12 15:57:51 +03:00
"react-leaflet": "^4.2.1",
2023-07-17 15:40:30 +03:00
"react-qr-code": "^2.0.11",
"react-router-dom": "^6.21.2",
"react-smooth-image": "^1.1.0",
"react-world-flags": "^1.6.0",
2022-03-11 00:35:16 +03:00
"reconnecting-websocket": "^4.4.0",
2023-12-02 14:31:21 +03:00
"robo-identities-wasm": "^0.1.0",
"simple-plist": "^1.3.1",
2023-07-17 15:40:30 +03:00
"webln": "^0.3.2",
"websocket": "^1.0.34"
}
}