2020-03-13 02:07:58 -07:00
|
|
|
{
|
|
|
|
"name": "explorer",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2021-02-15 01:11:48 -08:00
|
|
|
"@project-serum/serum": "^0.13.23",
|
2020-06-12 19:37:50 -07:00
|
|
|
"@react-hook/debounce": "^3.0.0",
|
2021-02-10 07:05:57 -08:00
|
|
|
"@sentry/react": "^6.1.0",
|
2021-02-15 01:43:52 -08:00
|
|
|
"@solana/web3.js": "^0.91.3",
|
2021-01-13 01:09:57 -08:00
|
|
|
"@testing-library/jest-dom": "^5.11.9",
|
2021-02-03 01:20:21 -08:00
|
|
|
"@testing-library/react": "^11.2.5",
|
2021-02-15 02:26:30 -08:00
|
|
|
"@testing-library/user-event": "^12.7.1",
|
2021-01-19 01:31:11 -08:00
|
|
|
"@types/bn.js": "^5.1.0",
|
2020-03-19 07:31:05 -07:00
|
|
|
"@types/bs58": "^4.0.1",
|
2021-02-11 01:41:25 -08:00
|
|
|
"@types/chai": "^4.2.15",
|
2020-12-22 01:39:07 -08:00
|
|
|
"@types/chart.js": "^2.9.29",
|
2020-10-30 01:12:24 -07:00
|
|
|
"@types/classnames": "^2.2.11",
|
2021-01-07 01:16:11 -08:00
|
|
|
"@types/jest": "^26.0.20",
|
2021-02-15 02:50:33 -08:00
|
|
|
"@types/node": "^14.14.28",
|
2021-02-15 01:29:58 -08:00
|
|
|
"@types/react": "^17.0.2",
|
2021-02-15 02:09:11 -08:00
|
|
|
"@types/react-dom": "^17.0.1",
|
2020-12-31 01:33:31 -08:00
|
|
|
"@types/react-router-dom": "^5.1.7",
|
2021-01-11 17:48:51 -08:00
|
|
|
"@types/react-select": "^3.1.2",
|
2021-01-12 01:15:46 -08:00
|
|
|
"@types/socket.io-client": "^1.4.35",
|
2021-02-08 19:54:03 -08:00
|
|
|
"bignumber.js": "^9.0.1",
|
2020-08-17 02:06:50 -07:00
|
|
|
"bn.js": "^5.1.3",
|
2021-01-20 01:22:44 -08:00
|
|
|
"bootstrap": "^4.6.0",
|
2020-03-19 07:31:05 -07:00
|
|
|
"bs58": "^4.0.1",
|
2021-02-10 07:18:18 -08:00
|
|
|
"chai": "^4.3.0",
|
2020-10-27 01:13:06 -07:00
|
|
|
"chart.js": "^2.9.4",
|
2020-08-24 12:08:02 -07:00
|
|
|
"classnames": "2.2.6",
|
2020-08-01 07:05:58 -07:00
|
|
|
"humanize-duration-ts": "^2.1.1",
|
2020-06-18 02:05:27 -07:00
|
|
|
"node-sass": "^4.14.1",
|
2020-12-15 01:10:08 -08:00
|
|
|
"prettier": "^2.2.1",
|
2021-01-15 01:47:24 -08:00
|
|
|
"react": "^17.0.1",
|
2020-11-09 01:12:39 -08:00
|
|
|
"react-chartjs-2": "^2.11.1",
|
2020-08-01 07:05:58 -07:00
|
|
|
"react-countup": "^4.3.3",
|
2021-01-15 01:47:24 -08:00
|
|
|
"react-dom": "^17.0.1",
|
2020-06-16 02:07:07 -07:00
|
|
|
"react-router-dom": "^5.2.0",
|
2021-02-10 01:17:40 -08:00
|
|
|
"react-scripts": "^4.0.2",
|
2021-02-10 05:35:36 -08:00
|
|
|
"react-select": "^4.1.0",
|
2020-08-07 03:09:17 -07:00
|
|
|
"superstruct": "github:solana-labs/superstruct",
|
2021-02-11 02:31:05 -08:00
|
|
|
"typescript": "^4.1.5"
|
2020-03-13 02:07:58 -07:00
|
|
|
},
|
|
|
|
"scripts": {
|
2020-10-28 20:37:55 -07:00
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
2020-03-13 03:23:46 -07:00
|
|
|
"format": "prettier -c \"**/*.+(js|jsx|ts|tsx|json|css|md)\"",
|
|
|
|
"format:fix": "prettier --write \"**/*.+(js|jsx|ts|tsx|json|css|md)\""
|
2020-03-13 02:07:58 -07:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
]
|
2020-10-28 09:16:27 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {}
|
2020-03-13 02:07:58 -07:00
|
|
|
}
|