mirror of https://github.com/status-im/chat.git
59 lines
1.5 KiB
JSON
59 lines
1.5 KiB
JSON
{
|
|
"name": "status-js-web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@areknawo/rex": "^2.0.0",
|
|
"@babel/runtime-corejs2": "^7.3.1",
|
|
"@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.66.1",
|
|
"lodash": "^4.17.11",
|
|
"memoize-one": "^4.0.3",
|
|
"murmur-client": "^0.3.4",
|
|
"pull-file-reader": "^1.0.2",
|
|
"react": "^16.7.0",
|
|
"react-dom": "^16.7.0",
|
|
"react-dropzone": "^7.0.1",
|
|
"react-hot-loader": "^4.3.4",
|
|
"react-jazzicon": "^0.1.3",
|
|
"react-linkify": "^0.2.2",
|
|
"react-scripts": "5.0.0",
|
|
"react-spinners": "^0.4.7",
|
|
"react-spotify-player": "^1.0.4",
|
|
"react-syntax-highlighter": "^10.0.1",
|
|
"react-youtube": "^7.8.0",
|
|
"status-js-api": "^1.2.6",
|
|
"typescript": "^3.2.4",
|
|
"uuid": "^3.3.2",
|
|
"@snyk/protect": "latest"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"build-opt": "react-scripts --max_old_space_size=4096 build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"prepare": "npm run snyk-protect",
|
|
"snyk-protect": "snyk-protect"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
],
|
|
"snyk": true
|
|
}
|