forked from Jigsaw-Code/outline-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
125 lines (125 loc) · 4.26 KB
/
package.json
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
{
"name": "@outline/server_manager",
"productName": "Outline Manager",
"version": "0.0.0-debug",
"description": "Create and manage access to Outline servers",
"homepage": "https://getoutline.org/",
"author": {
"name": "The Outline authors",
"email": "info@getoutline.org"
},
"build": {
"afterSign": "server_manager/electron_app/release/notarize.js",
"mac": {
"hardenedRuntime": true,
"entitlements": "server_manager/electron_app/release/macos.entitlements",
"entitlementsInherit": "server_manager/electron_app/release/macos.entitlements"
}
},
"dependencies": {
"@material/mwc-button": "^0.27.0",
"@material/mwc-circular-progress": "^0.27.0",
"@material/mwc-formfield": "^0.27.0",
"@material/mwc-list": "^0.27.0",
"@material/mwc-menu": "^0.27.0",
"@material/mwc-radio": "^0.27.0",
"@material/mwc-select": "^0.27.0",
"@material/mwc-textarea": "^0.27.0",
"@material/mwc-textfield": "^0.27.0",
"@outline/infrastructure": "file:../infrastructure",
"@polymer/app-layout": "^3.1.0",
"@polymer/app-localize-behavior": "^3.0.1",
"@polymer/font-roboto": "^3.0.2",
"@polymer/iron-autogrow-textarea": "^3.0.3",
"@polymer/iron-collapse": "^3.0.1",
"@polymer/iron-fit-behavior": "^3.1.0",
"@polymer/iron-icon": "^3.0.1",
"@polymer/iron-icons": "^3.0.1",
"@polymer/iron-pages": "^3.0.1",
"@polymer/paper-button": "^3.0.1",
"@polymer/paper-checkbox": "^3.1.0",
"@polymer/paper-dialog": "^3.0.1",
"@polymer/paper-dialog-scrollable": "^3.0.1",
"@polymer/paper-dropdown-menu": "^3.2.0",
"@polymer/paper-icon-button": "^3.0.2",
"@polymer/paper-input": "^3.2.1",
"@polymer/paper-item": "^3.0.1",
"@polymer/paper-listbox": "^3.0.1",
"@polymer/paper-progress": "^3.0.1",
"@polymer/paper-tabs": "^3.1.0",
"@polymer/paper-toast": "^3.0.1",
"@polymer/paper-tooltip": "^3.0.1",
"@sentry/electron": "^4.17.0",
"@webcomponents/webcomponentsjs": "^2.8.0",
"circle-flags": "github:HatScripts/circle-flags",
"clipboard-polyfill": "^2.8.6",
"dotenv": "~8.2.0",
"electron-updater": "^4.6.5",
"express": "^4.18.2",
"google-auth-library": "^8.9.0",
"intl-messageformat": "^7.8.4",
"jsonic": "^0.3.1",
"lit": "^3.1.2",
"node-forge": "^1.3.1",
"request": "^2.88.2",
"web-animations-js": "^2.3.2"
},
"comments": {
"config": {
"PUPPETEER_CHROMIUM_REVISION": [
"The Chromium revision number used by Karma. This should always be the revision number of",
"the bundled Chromium in our version of Electron. Whenever upgrading Electron, run the",
"server_manager tests. You'll get a failure that looks like <Expected 812852 to equal 693954>.",
"Set PUPPETEER_CHROMIUM_REVISION to the first of those numbers to get the correct revision",
"and `npm ci` to re-install puppeteer, causing it to download the new",
"Chromium version."
]
}
},
"config": {
"PUPPETEER_CHROMIUM_REVISION": 992738
},
"devDependencies": {
"@types/node": "^16.11.29",
"@types/node-forge": "^1.0.2",
"@types/polymer": "^1.2.9",
"@types/puppeteer": "^5.4.2",
"@types/request": "^2.47.1",
"@types/semver": "^5.5.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"electron": "19.1.9",
"electron-builder": "^24.9.1",
"electron-notarize": "^1.2.1",
"electron-to-chromium": "^1.4.328",
"gulp": "^4.0.0",
"gulp-posthtml": "^3.0.4",
"gulp-replace": "^1.0.0",
"html-webpack-plugin": "^5.5.3",
"jasmine": "^5.1.0",
"karma": "^6.3.16",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^5.1.0",
"karma-webpack": "^5.0.0",
"node-jq": "^1.11.2",
"postcss": "^7.0.29",
"postcss-rtl": "^1.7.3",
"posthtml-postcss": "^0.2.6",
"puppeteer": "^13.6.0",
"style-loader": "^3.3.3",
"ts-loader": "^9.5.0",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-node-externals": "^3.0.0"
},
"resolutions": {
"inherits": "2.0.3",
"samsam": "1.1.3",
"supports-color": "3.1.2",
"type-detect": "1.0.0"
},
"scripts": {
"clean": "rm -rf node_modules install_scripts/do_install_script.ts install_scripts/gcp_install_script.ts"
}
}