solana/explorer/package.json

50 lines
1.3 KiB
JSON
Raw Normal View History

2020-03-13 02:07:58 -07:00
{
"name": "explorer",
"version": "0.1.0",
"private": true,
"dependencies": {
2020-05-11 19:11:47 -07:00
"@solana/web3.js": "^0.49.0",
2020-03-13 02:07:58 -07:00
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
2020-03-19 07:31:05 -07:00
"@types/bs58": "^4.0.1",
2020-03-13 02:07:58 -07:00
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-router-dom": "^5.1.3",
2020-03-13 02:45:34 -07:00
"bootstrap": "^4.4.1",
2020-03-19 07:31:05 -07:00
"bs58": "^4.0.1",
2020-03-13 02:45:34 -07:00
"node-sass": "^4.13.1",
2020-03-13 06:21:52 -07:00
"prettier": "^1.19.1",
2020-03-13 02:07:58 -07:00
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-router-dom": "^5.1.2",
2020-03-13 02:07:58 -07:00
"react-scripts": "3.4.0",
"typescript": "^3.8.0"
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
"eject": "react-scripts eject",
"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"
]
}
}