aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: bd8e507a5acf4dd7ebd0019120d59baacd30c20d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
  "name": "jitsi-meet-electron",
  "version": "1.1.1",
  "description": "Electron application for Jitsi Meet",
  "main": "./build/main.js",
  "productName": "Jitsi Meet",
  "scripts": {
    "start": "webpack --config ./webpack.main.js --mode development && concurrently 'npm:watch' 'electron ./build/main.js'",
    "clean": "rm -rf node_modules build dist",
    "lint": "eslint . && flow",
    "build": "webpack --config ./webpack.main.js --mode production && webpack --config ./webpack.renderer.js --mode production",
    "pack": "npm run build && electron-builder --dir",
    "dist": "npm run build && electron-builder",
    "postinstall": "electron-builder install-app-deps",
    "validate": "npm ls",
    "watch": "webpack --config ./webpack.renderer.js --mode development --watch --watch-poll"
  },
  "build": {
    "appId": "org.jitsi.jitsi-meet",
    "productName": "Jitsi Meet",
    "generateUpdatesFilesForAllChannels": true,
    "files": [
      "**/*",
      "resources",
      "!app",
      "!main.js"
    ],
    "mac": {
      "artifactName": "jitsi-meet.${ext}",
      "category": "public.app-category.video"
    },
    "linux": {
      "artifactName": "jitsi-meet-${arch}.${ext}",
      "category": "VideoConference;AudioVideo;Audio;Video;Network",
      "description": "Jitsi Meet Desktop App",
      "executableName": "jitsi-meet",
      "target": [
        {
          "arch": "x64",
          "target": "AppImage"
        }
      ]
    },
    "win": {
      "artifactName": "jitsi-meet.${ext}",
      "target": [
        {
          "arch": [
            "ia32",
            "x64"
          ],
          "target": "nsis"
        }
      ]
    },
    "directories": {
      "buildResources": "resources"
    }
  },
  "pre-commit": [
    "lint"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/jitsi/jitsi-meet-electron"
  },
  "keywords": [
    "jingle",
    "webrtc",
    "xmpp",
    "electron",
    "jitsi-meet"
  ],
  "author": "Jitsi Team <support@jitsi.org>",
  "readmeFilename": "README.md",
  "license": "Apache-2.0",
  "dependencies": {
    "@atlaskit/avatar": "14.1.1",
    "@atlaskit/button": "9.0.13",
    "@atlaskit/css-reset": "3.0.2",
    "@atlaskit/droplist": "7.0.10",
    "@atlaskit/field-text": "7.0.11",
    "@atlaskit/icon": "14.0.1",
    "@atlaskit/navigation": "33.2.0",
    "@atlaskit/onboarding": "6.0.2",
    "@atlaskit/page": "8.0.7",
    "@atlaskit/spinner": "9.0.9",
    "@atlaskit/theme": "6.1.0",
    "@atlaskit/toggle": "5.0.9",
    "electron-debug": "2.0.0",
    "electron-is-dev": "1.0.1",
    "electron-log": "2.2.17",
    "electron-reload": "1.2.5",
    "electron-updater": "3.1.2",
    "electron-window-state": "5.0.1",
    "history": "4.7.2",
    "jitsi-meet-electron-utils": "github:jitsi/jitsi-meet-electron-utils#1972c3bf0884ace68eb496894dabae593d6dbf49",
    "js-utils": "github:jitsi/js-utils#0c53500a5120be2aa3fc590f0f932a0d4771920f",
    "moment": "2.22.2",
    "mousetrap": "1.6.2",
    "react": "16.5.2",
    "react-dom": "16.5.2",
    "react-redux": "5.0.7",
    "react-router-redux": "5.0.0-alpha.9",
    "redux": "4.0.0",
    "redux-logger": "3.0.6",
    "redux-persist": "5.10.0",
    "redux-persist-electron-storage": "1.1.2",
    "source-map-support": "0.5.9",
    "styled-components": "3.4.10"
  },
  "devDependencies": {
    "@babel/core": "7.1.2",
    "@babel/plugin-proposal-class-properties": "7.1.0",
    "@babel/plugin-proposal-export-namespace-from": "7.0.0",
    "@babel/plugin-transform-flow-strip-types": "7.0.0",
    "@babel/preset-env": "7.1.0",
    "@babel/preset-flow": "7.0.0",
    "@babel/preset-react": "7.0.0",
    "babel-eslint": "10.0.1",
    "babel-loader": "8.0.4",
    "babel-plugin-inline-react-svg": "1.0.0",
    "concurrently": "4.0.1",
    "css-loader": "1.0.0",
    "devtron": "1.4.0",
    "electron": "3.0.3",
    "electron-builder": "20.28.4",
    "electron-react-devtools": "0.5.3",
    "eslint": "5.6.1",
    "eslint-config-jitsi": "github:jitsi/eslint-config-jitsi#v0.1.0",
    "eslint-plugin-flowtype": "2.50.3",
    "eslint-plugin-import": "2.14.0",
    "eslint-plugin-jsdoc": "3.8.0",
    "eslint-plugin-react": "7.11.1",
    "file-loader": "2.0.0",
    "flow-bin": "0.81.0",
    "html-webpack-plugin": "3.2.0",
    "precommit-hook": "3.0.0",
    "style-loader": "0.23.1",
    "svg-inline-loader": "0.8.0",
    "webpack": "4.20.2",
    "webpack-cli": "3.1.2"
  }
}