solana/explorer/package.json

67 lines
1.8 KiB
JSON
Raw Normal View History

2020-03-13 02:07:58 -07:00
{
"name": "explorer",
"version": "0.1.0",
"private": true,
"dependencies": {
"@react-hook/debounce": "^3.0.0",
"@sentry/react": "^5.26.0",
"@solana/web3.js": "^0.86.1",
"@testing-library/jest-dom": "^5.11.5",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/bn.js": "^4.11.6",
2020-03-19 07:31:05 -07:00
"@types/bs58": "^4.0.1",
"@types/chai": "^4.2.14",
"@types/chart.js": "^2.9.27",
"@types/classnames": "^2.2.10",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.6",
"@types/react": "^16.9.55",
"@types/react-dom": "^16.9.9",
"@types/react-router-dom": "^5.1.6",
"@types/react-select": "^3.0.22",
"@types/socket.io-client": "^1.4.34",
"bn.js": "^5.1.3",
"bootstrap": "^4.5.3",
2020-03-19 07:31:05 -07:00
"bs58": "^4.0.1",
"chai": "^4.2.0",
"chart.js": "^2.9.4",
"classnames": "2.2.6",
"humanize-duration-ts": "^2.1.1",
"node-sass": "^4.14.1",
"prettier": "^2.1.2",
"react": "^16.14.0",
"react-chartjs-2": "^2.10.0",
"react-countup": "^4.3.3",
"react-dom": "^16.14.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.0",
2020-08-01 10:46:22 -07:00
"react-select": "^3.1.0",
"superstruct": "github:solana-labs/superstruct",
"typescript": "^4.0.5"
2020-03-13 02:07:58 -07:00
},
"scripts": {
"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"
]
},
"devDependencies": {}
2020-03-13 02:07:58 -07:00
}