Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

package.json 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "name": "jitsi-meet-react",
  3. "version": "0.0.1",
  4. "private": true,
  5. "scripts": {
  6. "build:web": "mkdir -p dist/; cp -p favicon.ico dist/; webpack --colors --progress",
  7. "clean": "rm -rf dist",
  8. "eslint": "node_modules/.bin/eslint 'config.js' 'features/**/*.js' 'index.*.js'",
  9. "start:android": "npm run clean; react-native run-android",
  10. "start:ios": "npm run clean; react-native run-ios",
  11. "start:web": "webpack-dev-server --colors --history-api-fallback --hot --https --inline --open --port 5000"
  12. },
  13. "dependencies": {
  14. "getconfig": "^3.0.0",
  15. "haste-resolver-webpack-plugin": "^0.2.1",
  16. "html-webpack-plugin": "^2.19.0",
  17. "jitsi-meet-logger": "jitsi/jitsi-meet-logger",
  18. "jquery": "^2.2.4",
  19. "lib-jitsi-meet": "jitsi/lib-jitsi-meet#d6a3e8f",
  20. "react": "15.3.1",
  21. "react-dom": "15.3.1",
  22. "react-fontawesome": "^1.1.0",
  23. "react-native": "0.33.0",
  24. "react-native-vector-icons": "^2.0.3",
  25. "react-native-webrtc": "jitsi/react-native-webrtc",
  26. "react-redux": "^4.4.5",
  27. "react-router": "^2.4.1",
  28. "react-router-redux": "^4.0.5",
  29. "redux": "^3.5.2",
  30. "redux-thunk": "^2.1.0",
  31. "strophe": "^1.2.4",
  32. "strophejs-plugins": "^0.0.6",
  33. "url-polyfill": "github/url-polyfill",
  34. "xmldom": "^0.1.22"
  35. },
  36. "devDependencies": {
  37. "babel-core": "^6.9.1",
  38. "babel-loader": "^6.2.4",
  39. "babel-polyfill": "*",
  40. "babel-preset-es2015": "^6.9.0",
  41. "babel-preset-react": "^6.5.0",
  42. "babel-preset-stage-1": "^6.5.0",
  43. "babelify": "*",
  44. "browserify": "11.1.x",
  45. "css-loader": "^0.23.1",
  46. "eslint": "^3.1.1",
  47. "eslint-plugin-jsdoc": "^2.3.1",
  48. "eslint-plugin-react": "^6.0.0",
  49. "eslint-plugin-react-native": "^2.0.0",
  50. "exorcist": "^0.4.0",
  51. "file-loader": "^0.9.0",
  52. "html-webpack-template": "^5.0.0",
  53. "imports-loader": "0.6.5",
  54. "precommit-hook-eslint": "^3.0.0",
  55. "style-loader": "^0.13.1",
  56. "uglify-js": "2.4.24",
  57. "url-loader": "^0.5.7",
  58. "webpack": "^1.13.1",
  59. "webpack-dev-server": "^1.14.1"
  60. },
  61. "pre-commit": [
  62. "eslint"
  63. ]
  64. }