Advertisement
Guest User

Untitled

a guest
May 28th, 2020
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.19 KB | None | 0 0
  1. {
  2. "name": "sesame",
  3. "version": "3.0.2",
  4. "description": "Sesame",
  5. "main": "./build/main.js",
  6. "browser": {
  7. "child_process": false
  8. },
  9. "productName": "Sesame",
  10. "scripts": {
  11. "start": "webpack --config ./webpack.main.js --mode development && concurrently \"npm:watch\" \"electron ./build/main.js\"",
  12. "clean": "rm -rf node_modules build dist",
  13. "lint": "eslint . && flow",
  14. "build": "webpack --config ./webpack.main.js --mode production && webpack --config ./webpack.renderer.js --mode production",
  15. "pack": "npm run build && electron-builder --dir",
  16. "dist": "npm run build && electron-builder",
  17. "dist2": "npm run build && electron-builder --win",
  18. "postinstall": "patch-package && electron-builder install-app-deps",
  19. "validate": "npm ls",
  20. "watch": "webpack --config ./webpack.renderer.js --mode development --watch --watch-poll"
  21. },
  22. "build": {
  23. "appId": "com.sesamecalls",
  24. "productName": "Sesame",
  25. "generateUpdatesFilesForAllChannels": true,
  26. "files": [
  27. "**/*",
  28. "resources",
  29. "!app",
  30. "!main.js"
  31. ],
  32. "mac": {
  33. "artifactName": "sesame.${ext}",
  34. "category": "public.app-category.video",
  35. "darkModeSupport": true
  36. },
  37. "linux": {
  38. "artifactName": "sesame-${arch}.${ext}",
  39. "category": "VideoConference;AudioVideo;Audio;Video;Network",
  40. "description": "Sesame",
  41. "executableName": "sesame",
  42. "target": [
  43. {
  44. "arch": "x64",
  45. "target": "AppImage"
  46. }
  47. ]
  48. },
  49. "win": {
  50. "artifactName": "sesame.${ext}",
  51. "target": [
  52. {
  53. "arch": [
  54. "ia32",
  55. "x64"
  56. ],
  57. "target": "nsis"
  58. }
  59. ]
  60. },
  61. "directories": {
  62. "buildResources": "resources"
  63. }
  64. },
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/maddie-wang/yeetings"
  68. },
  69. "keywords": [
  70. "jingle",
  71. "webrtc",
  72. "xmpp",
  73. "electron",
  74. "jitsi-meet",
  75. "sesame"
  76. ],
  77. "author": "Maddie Wang, Rachel Naidich, Lainey Wang",
  78. "readmeFilename": "README.md",
  79. "license": "Apache-2.0",
  80. "dependencies": {
  81. "@atlaskit/avatar": "14.1.7",
  82. "@atlaskit/button": "10.1.1",
  83. "@atlaskit/css-reset": "3.0.5",
  84. "@atlaskit/droplist": "7.0.17",
  85. "@atlaskit/field-text": "7.0.19",
  86. "@atlaskit/icon": "15.0.3",
  87. "@atlaskit/navigation": "33.3.8",
  88. "@atlaskit/onboarding": "6.1.14",
  89. "@atlaskit/page": "8.0.12",
  90. "@atlaskit/spinner": "9.0.13",
  91. "@atlaskit/theme": "7.0.1",
  92. "@atlaskit/toggle": "5.0.14",
  93. "child_process": "^1.0.2",
  94. "deep-equal": "^2.0.3",
  95. "electron-debug": "3.0.1",
  96. "electron-is-dev": "1.2.0",
  97. "electron-log": "4.1.1",
  98. "electron-notarize": "^0.3.0",
  99. "electron-reload": "1.5.0",
  100. "electron-store": "^5.1.1",
  101. "electron-updater": "4.2.5",
  102. "electron-window-state": "5.0.3",
  103. "firebase": "^7.14.2",
  104. "fs": "0.0.1-security",
  105. "history": "4.10.1",
  106. "i": "^0.3.6",
  107. "iconv": "^3.0.0",
  108. "jitsi-meet-electron-utils": "file:jitsi-meet-electron-utils",
  109. "js-utils": "github:jitsi/js-utils#0c53500a5120be2aa3fc590f0f932a0d4771920f",
  110. "moment": "2.23.0",
  111. "mousetrap": "1.6.2",
  112. "node-active-window": "^0.1.0",
  113. "node-localstorage": "^2.1.6",
  114. "npm": "^6.14.5",
  115. "onetime": "^5.1.0",
  116. "react": "^16.13.1",
  117. "react-copy-to-clipboard": "^5.0.2",
  118. "react-dom": "^16.13.1",
  119. "react-idle-timer": "^4.2.12",
  120. "react-redux": "^7.2.0",
  121. "react-router": "^5.1.2",
  122. "react-router-dom": "^5.1.2",
  123. "react-router-redux": "^4.0.8",
  124. "redux": "^4.0.5",
  125. "redux-logger": "3.0.6",
  126. "redux-persist": "5.10.0",
  127. "redux-persist-electron-storage": "2.0.0",
  128. "scheduler": "^0.19.1",
  129. "source-map-support": "0.5.16",
  130. "styled-components": "3.4.0",
  131. "uid": "^1.0.0",
  132. "universal-analytics": "^0.4.20",
  133. "uuid": "^3.1.0"
  134. },
  135. "devDependencies": {
  136. "@babel/core": "7.9.0",
  137. "@babel/plugin-proposal-class-properties": "7.8.3",
  138. "@babel/plugin-proposal-export-namespace-from": "7.8.3",
  139. "@babel/plugin-transform-flow-strip-types": "7.9.0",
  140. "@babel/preset-env": "7.9.0",
  141. "@babel/preset-flow": "7.9.0",
  142. "@babel/preset-react": "7.9.4",
  143. "babel-eslint": "10.0.3",
  144. "babel-loader": "8.1.0",
  145. "babel-plugin-inline-react-svg": "1.1.1",
  146. "concurrently": "5.1.0",
  147. "css-loader": "3.5.0",
  148. "devtron": "1.4.0",
  149. "electron": "8.2.1",
  150. "electron-builder": "22.3.6",
  151. "electron-react-devtools": "0.5.3",
  152. "eslint-config-jitsi": "github:jitsi/eslint-config-jitsi#1.0.2",
  153. "eslint-plugin-flowtype": "4.7.0",
  154. "eslint-plugin-import": "2.20.2",
  155. "eslint-plugin-jsdoc": "22.1.0",
  156. "eslint-plugin-react": "7.19.0",
  157. "file-loader": "^6.0.0",
  158. "flow-bin": "0.109.0",
  159. "html-webpack-plugin": "4.0.4",
  160. "node-loader": "^0.6.0",
  161. "patch-package": "^6.2.2",
  162. "precommit-hook": "3.0.0",
  163. "style-loader": "1.1.3",
  164. "svg-inline-loader": "0.8.2",
  165. "vscode-generate-index-standalone": "^1.3.0",
  166. "webpack": "4.42.1",
  167. "webpack-cli": "3.3.11"
  168. },
  169. "pre-commit": [
  170. "lint",
  171. "validate",
  172. "test"
  173. ]
  174. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement