117 lines
3.4 KiB
JSON
117 lines
3.4 KiB
JSON
{
|
|
"name": "status-teller-network",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"scripts": {
|
|
"lint": "eslint src/js/",
|
|
"storybook": "start-storybook -p 9009",
|
|
"build-storybook": "build-storybook",
|
|
"cypress:open": "cypress open",
|
|
"cypress:run": "cypress run",
|
|
"test:contracts": "embark test",
|
|
"test:unit": "jest src",
|
|
"test:watch": "yarn test:unit -- --watch",
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"homepage": "",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.2.2",
|
|
"@babel/plugin-proposal-class-properties": "^7.2.3",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@storybook/addon-actions": "^4.1.4",
|
|
"@storybook/addon-info": "^4.1.4",
|
|
"@storybook/addon-knobs": "^4.1.4",
|
|
"@storybook/addon-links": "^4.1.4",
|
|
"@storybook/addons": "^4.1.4",
|
|
"@storybook/react": "^4.1.4",
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"babel-jest": "^23.6.0",
|
|
"cypress": "^3.1.4",
|
|
"enzyme": "^3.8.0",
|
|
"enzyme-adapter-react-16": "^1.7.1",
|
|
"enzyme-to-json": "^3.3.5",
|
|
"jest": "^23.6.0"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.12",
|
|
"@fortawesome/free-regular-svg-icons": "^5.7.2",
|
|
"@fortawesome/free-solid-svg-icons": "^5.6.3",
|
|
"@fortawesome/react-fontawesome": "^0.1.4",
|
|
"@trailofbits/embark-contract-info": "^1.0.0",
|
|
"bn.js": "^4.11.8",
|
|
"bootstrap": "^4.1.3",
|
|
"classnames": "^2.2.6",
|
|
"clone-deep": "^4.0.1",
|
|
"connected-react-router": "^6.0.0",
|
|
"cryptocompare": "^0.7.0",
|
|
"css-loader": "^2.1.0",
|
|
"dompurify": "^1.0.10",
|
|
"embark": "^4.0.2",
|
|
"embark-solc": "^4.0.3",
|
|
"embark-solium": "0.1.0",
|
|
"embarkjs-connector-web3": "^4.0.0",
|
|
"eth-ens-namehash": "^2.0.8",
|
|
"ethereumjs-util": "^6.0.0",
|
|
"google-geocoder": "^0.2.1",
|
|
"i18next": "^13.1.2",
|
|
"i18next-browser-languagedetector": "^2.2.4",
|
|
"identicon.js": "^2.3.3",
|
|
"lodash": "^4.17.11",
|
|
"logrocket": "^1.0.1",
|
|
"logrocket-react": "^3.0.0",
|
|
"merge": "^1.2.1",
|
|
"moment": "^2.23.0",
|
|
"number-to-bn": "^1.7.0",
|
|
"qrcode.react": "^0.9.3",
|
|
"rc-slider": "^8.6.11",
|
|
"react": "^16.8.2",
|
|
"react-bootstrap-typeahead": "^3.3.0",
|
|
"react-copy-to-clipboard": "^5.0.1",
|
|
"react-datetime": "^2.16.3",
|
|
"react-dom": "^16.8.2",
|
|
"react-google-maps": "^9.4.5",
|
|
"react-i18next": "^9.0.2",
|
|
"react-notifications": "^1.4.3",
|
|
"react-redux": "^6.0.0",
|
|
"react-router-dom": "^4.3.1",
|
|
"react-scripts": "2.1.5",
|
|
"react-switch": "^5.0.0",
|
|
"react-validation": "^3.0.7",
|
|
"reactstrap": "^6.5.0",
|
|
"recompose": "^0.30.0",
|
|
"redux": "^4.0.1",
|
|
"redux-persist": "^5.10.0",
|
|
"redux-saga": "^0.16.2",
|
|
"sass-loader": "^7.1.0",
|
|
"staking-pool": "^0.0.1",
|
|
"tabookey-gasless": "^0.3.3-a",
|
|
"web3": "1.0.0-beta.37"
|
|
},
|
|
"jest": {
|
|
"moduleNameMapper": {
|
|
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/src/__mocks__/fileMock.js",
|
|
"\\.(css|scss)$": "<rootDir>/src/__mocks__/styleMock.js"
|
|
},
|
|
"snapshotSerializers": [
|
|
"enzyme-to-json/serializer"
|
|
],
|
|
"setupFiles": [
|
|
"./src/js/setupTests.js"
|
|
]
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|