{ "name": "react-social", "version": "1.0.0", "description": "Simple react socail app", "main": "index.js", "private": true, "scripts": { "build-css": "node-sass-chokidar src/ -o src/", "watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive", "start-js": "react-scripts-ts start", "start": "npm-run-all -p watch-css start-js", "build-js": "react-scripts-ts build", "build": "npm-run-all build-css build-js", "test": "react-scripts-ts test --env=jsdom", "eject": "react-scripts-ts eject", "deploy:firebase": "npm run build && firebase deploy", "snyk-protect": "snyk protect", "prepare": "npm run snyk-protect" }, "author": "Amir Movahedi", "license": "MIT", "dependencies": { "@material-ui/core": "^1.0.0-rc.1", "@material-ui/icons": "^1.0.0-rc.0", "@types/react-helmet": "^5.0.5", "@types/redux-devtools": "^3.0.43", "@types/redux-devtools-dock-monitor": "^1.1.32", "@types/redux-devtools-log-monitor": "^1.0.33", "@types/redux-immutable": "^3.0.38", "amazon-cognito-identity-js": "^2.0.0", "aws-sdk": "^2.132.0", "axios": "^0.16.2", "classnames": "^2.2.5", "copy-to-clipboard": "^3.0.8", "crypto-js": "^3.1.9-1", "faker": "^4.1.0", "firebase": "^5.0.4", "immutable": "^3.8.2", "install": "^0.10.2", "inversify": "^4.6.0", "jss-rtl": "^0.2.1", "keycode": "^2.1.9", "lodash": "^4.17.4", "moment": "^2.18.1", "morgan": "^1.8.1", "node-sass-chokidar": "1.3.1", "npm": "^5.6.0", "npm-run-all": "^4.1.2", "prop-types": "^15.6.0", "react": "^16.2.0", "react-addons-test-utils": "^15.6.2", "react-avatar-editor": "^10.3.0", "react-day-picker": "^7.0.7", "react-dom": "^16.2.0", "react-event-listener": "^0.5.1", "react-helmet": "^5.2.0", "react-infinite-scroller": "^1.1.2", "react-linkify": "^0.2.1", "react-loadable": "^5.3.1", "react-localize-redux": "^2.17.2", "react-parallax": "^1.6.1", "react-redux": "^5.0.6", "react-router": "^4.1.1 ", "react-router-dom": "^4.1.1", "react-router-redux": "^5.0.0-alpha.6", "react-share": "2.2.0", "react-string-replace": "^0.4.0", "react-tap-event-plugin": "^3.0.2", "redux": "^3.7.2", "redux-actions": "^2.0.3", "redux-immutable": "^4.0.0", "redux-saga": "^0.16.0", "redux-thunk": "^2.2.0", "reflect-metadata": "^0.1.10", "save": "^2.3.0", "snyk": "^1.89.0", "typeface-roboto": "0.0.50", "uuid": "^3.0.1" }, "devDependencies": { "@types/classnames": "^2.2.3", "@types/jest": "^22.1.1", "@types/lodash": "^4.14.77", "@types/node": "^9.6.2", "@types/prop-types": "^15.5.2", "@types/react": "^16.0.36", "@types/react-dom": "^16.0.3", "@types/react-event-listener": "^0.4.4", "@types/react-infinite-scroller": "^1.0.4", "@types/react-redux": "^5.0.10", "@types/react-router-dom": "^4.0.8", "@types/react-router-redux": "^5.0.8", "@types/react-tap-event-plugin": "0.0.30", "@types/redux-logger": "^3.0.4", "@types/uuid": "^3.4.3", "react-scripts-ts": "^2.14.0", "redux-devtools": "^3.4.1", "redux-devtools-dock-monitor": "^1.1.3", "redux-devtools-extension": "^2.13.2", "redux-devtools-log-monitor": "^1.4.0", "redux-logger": "^3.0.6", "redux-mock-store": "^1.2.3", "ts-node": "^5.0.1", "tslint": "^5.9.1", "tslint-config-standard": "^6.0.1", "typescript": "^2.8.1" }, "directories": { "doc": "docs" }, "repository": { "type": "git", "url": "git+https://github.com/Qolzam/react-social-network.git" }, "keywords": [ "react", "redux", "saga", "redux-saga", "router", "react-router", "firebase", "social", "media", "app", "mobile" ], "bugs": { "url": "https://github.com/Qolzam/react-social-network/issues" }, "snyk": true }