mirror of https://github.com/dap-ps/discover.git
84 lines
2.3 KiB
JSON
84 lines
2.3 KiB
JSON
{
|
|
"name": "discover-dapps",
|
|
"homepage": "https://dap.ps/",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@babel/runtime-corejs2": "^7.4.3",
|
|
"@trailofbits/embark-contract-info": "^1.0.0",
|
|
"axios": "^0.18.0",
|
|
"bignumber.js": "^8.1.1",
|
|
"bn.js": "^5.0.0",
|
|
"bs58": "^4.0.1",
|
|
"connected-react-router": "^6.3.2",
|
|
"debounce": "^1.2.0",
|
|
"decimal.js": "^10.0.2",
|
|
"embark": "4.0.2",
|
|
"embark-etherscan-verifier": "^4.0.0",
|
|
"embark-solium": "0.0.1",
|
|
"history": "^4.7.2",
|
|
"idb": "4.0.3",
|
|
"moment": "^2.24.0",
|
|
"node-sass": "^4.11.0",
|
|
"prop-types": "^15.7.2",
|
|
"rc-slider": "8.6.9",
|
|
"rc-tooltip": "3.7.3",
|
|
"redux": "^4.0.1",
|
|
"redux-thunk": "^2.3.0",
|
|
"reselect": "^4.0.0",
|
|
"validator": "^11.1.0",
|
|
"web3": "1.0.0-beta.34",
|
|
"web3-utils": "^1.0.0-beta.35"
|
|
},
|
|
"scripts": {
|
|
"build:localhost": "NODE_ENV=localhost make all",
|
|
"build:dev": "NODE_ENV=development make all",
|
|
"build:prod": "NODE_ENV=production make all",
|
|
"start": "./node_modules/.bin/react-scripts start",
|
|
"server-start": "node ./full-build/server.js",
|
|
"build": "./node_modules/.bin/react-scripts build",
|
|
"test": "./node_modules/.bin/react-scripts test",
|
|
"eject": "./node_modules/.bin/react-scripts eject",
|
|
"slither": "./node_modules/.bin/slither . --exclude naming-convention --filter-paths token"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"src/**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
|
|
"prettier --single-quote --write",
|
|
"git add"
|
|
]
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
],
|
|
"devDependencies": {
|
|
"bignumber.js": "^8.1.1",
|
|
"embarkjs-connector-web3": "^4.0.0",
|
|
"eslint-config-airbnb": "^17.1.0",
|
|
"eslint-config-prettier": "^4.1.0",
|
|
"eslint-plugin-prettier": "^3.0.1",
|
|
"gh-pages": "^2.0.1",
|
|
"husky": "^1.3.1",
|
|
"lint-staged": "^8.1.5",
|
|
"prettier": "^1.16.4",
|
|
"react": "^16.8.4",
|
|
"react-content-loader": "^4.2.1",
|
|
"react-dom": "^16.8.4",
|
|
"react-image-fallback": "^8.0.0",
|
|
"react-redux": "^6.0.1",
|
|
"react-router": "^4.3.1",
|
|
"react-router-dom": "^4.3.1",
|
|
"react-scripts": "^3.0.1"
|
|
}
|
|
}
|