2019-01-29 20:31:26 +00:00
|
|
|
{
|
|
|
|
"name": "status-js-web",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2019-01-30 21:14:00 +00:00
|
|
|
"@areknawo/rex": "^2.0.0",
|
2019-02-04 08:29:57 +00:00
|
|
|
"@babel/runtime-corejs2": "^7.3.1",
|
2019-01-30 21:14:00 +00:00
|
|
|
"@material-ui/core": "^3.5.1",
|
|
|
|
"@material-ui/icons": "^3.0.1",
|
|
|
|
"@types/jest": "^23.3.13",
|
|
|
|
"@types/node": "^10.12.19",
|
|
|
|
"@types/react": "^16.7.22",
|
|
|
|
"@types/react-dom": "^16.0.11",
|
|
|
|
"autoscroll-react": "^3.2.0",
|
|
|
|
"emoji-mart": "^2.8.1",
|
|
|
|
"eth-keyring-controller": "^3.3.1",
|
|
|
|
"formik": "^1.3.1",
|
|
|
|
"ipfs": "^0.33.1",
|
|
|
|
"lodash": "^4.17.11",
|
|
|
|
"memoize-one": "^4.0.3",
|
2019-01-31 20:35:39 +00:00
|
|
|
"murmur-client": "^0.2.5",
|
2019-02-01 10:50:56 +00:00
|
|
|
"pull-file-reader": "^1.0.2",
|
2019-01-29 20:31:26 +00:00
|
|
|
"react": "^16.7.0",
|
|
|
|
"react-dom": "^16.7.0",
|
2019-01-30 21:14:00 +00:00
|
|
|
"react-dropzone": "^7.0.1",
|
|
|
|
"react-hot-loader": "^4.3.4",
|
|
|
|
"react-jazzicon": "^0.1.3",
|
|
|
|
"react-linkify": "^0.2.2",
|
|
|
|
"react-scripts": "2.1.3",
|
|
|
|
"react-spinners": "^0.4.7",
|
|
|
|
"react-spotify-player": "^1.0.4",
|
|
|
|
"react-syntax-highlighter": "^10.0.1",
|
|
|
|
"react-youtube": "^7.8.0",
|
2019-01-31 20:04:14 +00:00
|
|
|
"status-js-api": "^1.2.6",
|
2019-01-30 21:14:00 +00:00
|
|
|
"typescript": "^3.2.4",
|
|
|
|
"uuid": "^3.3.2"
|
2019-01-29 20:31:26 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
2019-01-31 21:39:06 +00:00
|
|
|
"build-opt": "react-scripts --max_old_space_size=4096 build",
|
2019-01-29 20:31:26 +00:00
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "react-app"
|
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not ie <= 11",
|
|
|
|
"not op_mini all"
|
|
|
|
]
|
|
|
|
}
|