forked from OutlineFoundation/outline-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.96 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.96 KB
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
{
"name": "outline-client",
"productName": "Outline",
"version": "1.2.16",
"scripts": {
"clean": "rm -rf build www node_modules platforms/* plugins/*",
"precommit": "tslint -p . --fix; git-clang-format",
"postinstall": "bower install || echo no bower needed",
"do": "bash ./scripts/do_action.sh"
},
"__COMMENTS__": [
"Do not upgrade to Cordova 7 without fixing the resulting breakages",
"[email protected] for Gulp on Node 10+: https://github.com/gulpjs/gulp/issues/2162#issuecomment-385197164"
],
"dependencies": {
"@sentry/electron": "^0.8.1",
"ShadowsocksConfig": "Jigsaw-Code/outline-shadowsocksconfig#^v0.0.8",
"babel-polyfill": "^6.26.0",
"electron-promise-ipc": "^0.1.3",
"electron-updater": "^2.21.0",
"fs-extra": "^7.0.0",
"raven": "^2.2.1",
"raven-js": "^3.20.1",
"socks": "^1.1.10",
"sudo-prompt": "^8.2.0",
"uuid": "^3.1.0"
},
"devDependencies": {
"@types/cordova-plugin-device": "^0.0.3",
"@types/jasmine": "^2.8.6",
"@types/node": "^8.0.53",
"@types/polymer": "^1.1.31",
"@types/raven": "^2.1.2",
"@types/uuid": "^3.4.0",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babelify": "^8.0.0",
"bower": "^1.8.4",
"browserify": "^14.4.0",
"clang-format": "^1.0.55",
"cordova": "^6.5.0",
"cordova-custom-config": "^5.0.2",
"electron": "^1.8.8",
"electron-builder": "^20.13.3",
"electron-icon-maker": "^0.0.4",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-if": "^2.0.2",
"gulp-posthtml": "^3.0.4",
"gulp-replace": "^0.6.1",
"gulp-util": "^3.0.8",
"husky": "^0.14.3",
"jasmine": "^3.0.0",
"merge-stream": "^1.0.1",
"polymer-build": "^2.1.1",
"postcss-rtl": "^1.2.3",
"posthtml-postcss": "^0.2.6",
"tslint": "^5.7.0",
"typescript": "^2.5.2",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0",
"xml2js": "^0.4.17"
},
"resolutions": {
"natives": "1.1.3"
}
}