mars-interface/package.json
2022-04-29 23:45:14 +02:00

95 lines
2.9 KiB
JSON

{
"name": "mars",
"homepage": "./",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.4.15",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@ramonak/react-progress-bar": "^4.2.0",
"@sentry/react": "^6.17.9",
"@sentry/tracing": "^6.17.9",
"@terra-dev/wallet-types": "^3.2.0",
"@terra-money/terra.js": "^3.0.1",
"@terra-money/wallet-provider": "^3.8.0",
"@testing-library/dom": "^8.11.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@tippyjs/react": "^4.2.3",
"@tns-money/tns.js": "^1.2.0",
"@types/chart.js": "^2.9.31",
"@types/jest": "^26.0.15",
"@types/lodash.throttle": "^4.1.6",
"@types/node": "^12.0.0",
"@types/numeral": "^2.0.1",
"@types/ramda": "^0.27.38",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-modal": "^3.12.0",
"@types/react-router-dom": "^5.1.7",
"@types/react-table": "^7.0.28",
"bignumber.js": "^9.0.1",
"chart.js": "^2.9.4",
"create-conical-gradient": "^1.1.0",
"graphql": "^15.6.0",
"graphql-request": "^4.2.0",
"i18next": "^21.0.2",
"i18next-browser-languagedetector": "^6.1.2",
"i18next-xhr-backend": "^3.2.2",
"lodash.isequal": "^4.5.0",
"lodash.throttle": "^4.1.1",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"numeral": "^2.0.6",
"ramda": "^0.27.1",
"react": "^17.0.1",
"react-chartjs-2": "^2.11.1",
"react-currency-input-field": "^3.6.4",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.1",
"react-i18next": "^11.11.4",
"react-modal": "^3.12.1",
"react-query": "^3.34.19",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-table": "^7.6.3",
"react-use-clipboard": "^1.0.7",
"sass": "^1.35.2",
"styled-components": "^5.3.3",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1",
"zustand": "^3.7.1"
},
"scripts": {
"start": "REACT_APP_STAGE=localhost react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
">0.2%",
"not dead",
"not op_mini all"
]
},
"devDependencies": {
"@types/lodash.isequal": "^4.5.5",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3"
}
}