diff --git a/package.json b/package.json index 75b6fda..8e59a5c 100644 --- a/package.json +++ b/package.json @@ -1,105 +1,106 @@ { "name": "sylk", "version": "1.0.0", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", "test": "jest", "lint": "eslint .", "postinstall": "patch-package" }, "dependencies": { "@react-native-community/async-storage": "^1.6.3", "@react-native-community/push-notification-ios": "^1.2.0", "@react-native-firebase/app": "^6.3.4", "@react-native-firebase/messaging": "^6.3.4", "auto-bind": "^4.0.0", "react": "16.9.0", "react-native": "0.61.5", "react-native-autocomplete-input": "^4.2.0", "react-native-background-timer": "2.1.1", "react-native-callkeep": "^4.0.1", "react-native-contacts": "^5.2.3", "react-native-debug": "^3.0.0", "react-native-deep-linking": "^2.2.0", "react-native-device-info": "^5.5.4", "react-native-draw-overlay": "^1.0.1", "react-native-dtmf": "nimbleape/react-native-dtmf#de31f8e0bbca4a33da0a887aab735fd0d7749cc9", "react-native-email-link": "1.7.5", "react-native-fs": "^2.16.6", "react-native-gifted-chat": "^0.16.3", "react-native-incall-manager": "nimbleape/react-native-incall-manager#start-ringback-method", "react-native-keyboard-spacer": "^0.4.1", "react-native-linear-gradient": "^2.5.6", "react-native-material-drawer": "^0.0.5", "react-native-paper": "^3.4.0", "react-native-share": "^3.3.3", "react-native-snap-carousel": "^3.8.4", "react-native-splash-screen": "^3.2.0", "react-native-svg": "^12.1.0", "react-native-svg-charts": "^5.4.0", "react-native-swipe-list-view": "^3.2.3", "react-native-uuid": "^1.4.9", "react-native-vector-icons": "^6.6.0", "react-native-voip-push-notification": "2.1.0", "react-native-webrtc": "nimbleape/react-native-webrtc#2f716bed0cbcf4aa4441886f890c40cd5f8dff81", - "react-router-native": "^5.1.2" + "react-router-native": "^5.1.2", + "xss": "^1.0.8" }, "devDependencies": { "@babel/core": "^7.7.4", "@babel/runtime": "^7.7.4", "@react-native-community/eslint-config": "^0.0.5", "animate.css": "^3.7.2", "ansi-colors": "^4.1.1", "audio-context": "^1.0.3", "autocomplete.js": "^0.37.0", "babel-jest": "^24.9.0", "bootstrap-css-only": "^3.3.7", "classnames": "^2.2.6", "debug": "^3.2.6", "digest-auth-request": "tijmenNL/digest-auth-request", "envify": "^4.1.0", "eslint": "^6.7.2", "fancy-log": "^1.3.3", "fontawesome-actions": "^0.17.0", "hark": "^1.1.6", "ipaddr.js": "^1.9.1", "jest": "^24.9.0", "lazypipe": "^1.0.2", "localforage": "^1.7.3", "material-ui": "1.0.0-beta.40", "metro-react-native-babel-preset": "^0.57.0", "minimist": "^1.2.0", "moment": "^2.24.0", "moment-duration-format": "^2.3.2", "moment-timezone": "^0.5.31", "murmurhash-js": "^1.0.0", "node-sass": "^4.13.0", "notifyjs": "^3.0.0", "patch-package": "^6.2.2", "postinstall-postinstall": "^2.1.0", "prop-types": "^15.7.2", "react": "^16.9.0", "react-mixin": "^4.0.0", "react-native-sass-transformer": "^1.4.0", "react-native-sylkrtc": "AGProjects/react-native-sylkrtc.js#a538a5b39ec6aca36463cb08e0567cf22ca63bff", "react-notification-system": "^0.2.17", "react-router-component": "^0.39.1", "react-test-renderer": "16.9.0", "react-transition-group": "^2.6.0", "react-visibility-sensor": "^5.1.1", "sass-lint": "^1.13.1", "superagent": "^3.8.3", "through2": "^3.0.1", "underscore": "^1.9.1", "uuid": "^7.0.2", "vinyl-buffer": "1.0.1", "vinyl-source-stream": "^2.0.0", "watchify": "^3.11.1" }, "jest": { "preset": "react-native" } }