82 lines
2.3 KiB
JSON
82 lines
2.3 KiB
JSON
{
|
|
"name": "explorer",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@blockworks-foundation/mango-client": "^3.2.16",
|
|
"@bonfida/bot": "^0.5.3",
|
|
"@bonfida/spl-name-service": "^0.1.30",
|
|
"@cloudflare/stream-react": "^1.2.0",
|
|
"@metamask/jazzicon": "^2.0.0",
|
|
"@metaplex/js": "4.12.0",
|
|
"@project-serum/anchor": "0.23.0",
|
|
"@project-serum/serum": "^0.13.61",
|
|
"@react-hook/debounce": "^4.0.0",
|
|
"@sentry/react": "^6.19.7",
|
|
"@solana/buffer-layout": "^3.0.0",
|
|
"@solana/spl-token-registry": "^0.2.3736",
|
|
"@solana/web3.js": "^1.41.0",
|
|
"@testing-library/jest-dom": "^5.16.1",
|
|
"@testing-library/react": "^13.1.1",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/bn.js": "^5.1.0",
|
|
"@types/bs58": "^4.0.1",
|
|
"@types/chai": "^4.3.1",
|
|
"@types/chart.js": "^2.9.34",
|
|
"@types/classnames": "^2.3.1",
|
|
"@types/jest": "^27.4.0",
|
|
"@types/node": "^16.11.12",
|
|
"@types/react": "^18.0.8",
|
|
"@types/react-dom": "^18.0.3",
|
|
"@types/react-router-dom": "^5.3.2",
|
|
"@types/react-select": "^3.1.2",
|
|
"@types/socket.io-client": "^3.0.0",
|
|
"bignumber.js": "^9.0.2",
|
|
"bn.js": "^5.2.0",
|
|
"bootstrap": "~5.1.3",
|
|
"bs58": "^4.0.1",
|
|
"chai": "^4.3.4",
|
|
"chart.js": "^2.9.4",
|
|
"classnames": "2.3.1",
|
|
"coingecko-api": "^1.0.10",
|
|
"cross-fetch": "^3.1.4",
|
|
"humanize-duration-ts": "^2.1.1",
|
|
"prettier": "^2.5.1",
|
|
"react": "^18.1.0",
|
|
"react-chartjs-2": "^2.11.2",
|
|
"react-content-loader": "^6.1.0",
|
|
"react-countup": "^6.1.0",
|
|
"react-dom": "^18.1.0",
|
|
"react-json-view": "^1.21.3",
|
|
"react-moment": "^1.1.1",
|
|
"react-router-dom": "^5.3.0",
|
|
"react-scripts": "^4.0.3",
|
|
"react-select": "^4.3.1",
|
|
"sass": "^1.51.0",
|
|
"superstruct": "^0.15.3",
|
|
"typescript": "^4.5.4"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"format": "prettier -c \"**/*.+(js|jsx|ts|tsx|json|css|md)\"",
|
|
"format:fix": "prettier --write \"**/*.+(js|jsx|ts|tsx|json|css|md)\""
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|