mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 19:06:26 +00:00
755874b100
* Add escrow/invoice time customization * Add accordion for Expiry times * Add current price on order maker * Add deposit timeout limit on order page * Minor aestetic fixes * Implement pause/unpause and expiry reasons * Add renew order * Add highlight buy/sell on maker page * Fix order renewal. Improve book visuals and response. * Fix double renew requests * Fix cancel orders. Fix paused status to delay * Fix paused order layout and loading spinner * Add telegram message: order is in chat
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "webpack --mode development --watch",
|
|
"test": "jest",
|
|
"build": "webpack --mode production"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.16.7",
|
|
"@babel/preset-env": "^7.16.7",
|
|
"@babel/preset-react": "^7.16.7",
|
|
"babel-loader": "^8.2.3",
|
|
"jest": "^27.5.1",
|
|
"openpgp": "^5.2.1",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"webpack": "^5.65.0",
|
|
"webpack-cli": "^4.9.1"
|
|
},
|
|
"dependencies": {
|
|
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
|
"@emotion/react": "^11.7.1",
|
|
"@emotion/styled": "^11.6.0",
|
|
"@material-ui/core": "^4.12.3",
|
|
"@material-ui/icons": "^4.11.2",
|
|
"@mui/icons-material": "^5.2.5",
|
|
"@mui/lab": "^5.0.0-alpha.73",
|
|
"@mui/material": "^5.2.7",
|
|
"@mui/system": "^5.2.6",
|
|
"@mui/x-data-grid": "^5.2.2",
|
|
"country-flag-icons": "^1.4.25",
|
|
"date-fns": "^2.28.0",
|
|
"i18next": "^21.6.14",
|
|
"i18next-browser-languagedetector": "^6.1.4",
|
|
"i18next-http-backend": "^1.4.0",
|
|
"i18next-xhr-backend": "^3.2.2",
|
|
"material-ui-image": "^3.3.2",
|
|
"react-countdown": "^2.3.2",
|
|
"react-i18next": "^11.16.2",
|
|
"react-native": "^0.66.4",
|
|
"react-native-svg": "^12.3.0",
|
|
"react-qr-code": "^2.0.3",
|
|
"react-qr-reader": "^2.2.1",
|
|
"react-responsive": "^9.0.0-beta.6",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-world-flags": "^1.4.0",
|
|
"reconnecting-websocket": "^4.4.0",
|
|
"simple-plist": "^1.3.1",
|
|
"websocket": "^1.0.34"
|
|
}
|
|
}
|