135 lines
4.0 KiB
JSON
135 lines
4.0 KiB
JSON
{
|
|
"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": "^3.6.1",
|
|
"@material-ui/icons": "^3.0.1",
|
|
"@types/ramda": "^0.25.42",
|
|
"@types/react-helmet": "^5.0.7",
|
|
"@types/redux-devtools": "^3.0.44",
|
|
"@types/redux-devtools-dock-monitor": "^1.1.33",
|
|
"@types/redux-devtools-log-monitor": "^1.0.34",
|
|
"@types/redux-immutable": "^4.0.0",
|
|
"amazon-cognito-identity-js": "^3.0.4",
|
|
"aws-sdk": "^2.370.0",
|
|
"axios": "^0.18.0",
|
|
"classnames": "^2.2.6",
|
|
"connected-react-router": "^6.0.0-beta.1",
|
|
"copy-to-clipboard": "^3.0.8",
|
|
"crypto-js": "^3.1.9-1",
|
|
"faker": "^4.1.0",
|
|
"firebase": "^5.6.0",
|
|
"immutable": "^4.0.0-rc.12",
|
|
"install": "^0.12.2",
|
|
"inversify": "^5.0.1",
|
|
"jss-rtl": "^0.2.3",
|
|
"keycode": "^2.2.0",
|
|
"lodash": "^4.17.11",
|
|
"moment": "^2.22.2",
|
|
"morgan": "^1.9.1",
|
|
"node-sass-chokidar": "1.3.4",
|
|
"npm": "^6.4.1",
|
|
"npm-run-all": "^4.1.5",
|
|
"prop-types": "^15.6.2",
|
|
"ramda": "^0.26.1",
|
|
"react": "^16.6.3",
|
|
"react-addons-test-utils": "^15.6.2",
|
|
"react-avatar-editor": "^11.0.4",
|
|
"react-day-picker": "^7.2.4",
|
|
"react-dom": "^16.6.3",
|
|
"react-event-listener": "^0.6.4",
|
|
"react-helmet": "^5.2.0",
|
|
"react-infinite-scroller": "^1.2.2",
|
|
"react-linkify": "^0.2.2",
|
|
"react-loadable": "^5.5.0",
|
|
"react-localize-redux": "git+https://git@github.com/Qolzam/react-localize-redux.git",
|
|
"react-parallax": "^2.0.1",
|
|
"react-redux": "6.0.0",
|
|
"react-router": "^4.3.1",
|
|
"react-router-dom": "^4.3.1",
|
|
"react-share": "2.4.0",
|
|
"react-string-replace": "^0.4.1",
|
|
"react-tap-event-plugin": "^3.0.3",
|
|
"redux": "^4.0.1",
|
|
"redux-actions": "^2.6.4",
|
|
"redux-immutable": "^4.0.0",
|
|
"redux-saga": "^0.16.2",
|
|
"redux-thunk": "^2.3.0",
|
|
"reflect-metadata": "^0.1.12",
|
|
"save": "^2.3.3",
|
|
"snyk": "^1.114.0",
|
|
"typeface-roboto": "0.0.54",
|
|
"uuid": "^3.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/classnames": "^2.2.6",
|
|
"@types/jest": "^23.3.10",
|
|
"@types/lodash": "^4.14.119",
|
|
"@types/node": "^10.12.12",
|
|
"@types/prop-types": "^15.5.6",
|
|
"@types/react": "^16.7.13",
|
|
"@types/react-dom": "^16.0.11",
|
|
"@types/react-event-listener": "^0.4.7",
|
|
"@types/react-infinite-scroller": "^1.2.0",
|
|
"@types/react-redux": "^6.0.10",
|
|
"@types/react-router-dom": "^4.3.1",
|
|
"@types/react-router-redux": "^5.0.16",
|
|
"@types/react-tap-event-plugin": "0.0.30",
|
|
"@types/redux-logger": "^3.0.6",
|
|
"@types/uuid": "^3.4.4",
|
|
"react-scripts-ts": "^3.1.0",
|
|
"redux-devtools": "^3.4.2",
|
|
"redux-devtools-dock-monitor": "^1.1.3",
|
|
"redux-devtools-extension": "^2.13.7",
|
|
"redux-devtools-log-monitor": "^1.4.0",
|
|
"redux-logger": "^3.0.6",
|
|
"redux-mock-store": "^1.5.3",
|
|
"ts-node": "^7.0.1",
|
|
"tslint": "^5.11.0",
|
|
"tslint-config-standard": "^8.0.1",
|
|
"typescript": "^3.2.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
|
|
}
|