forked from Jigsaw-Code/outline-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.11 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
{
"name": "outline-client",
"productName": "Outline",
"scripts": {
"clean": "rm -rf build www node_modules platforms/* plugins/*",
"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",
"natives@1.1.6 for Gulp 3.x on Node 10.x: https://github.com/gulpjs/gulp/issues/2162#issuecomment-385197164"
],
"dependencies": {
"@sentry/electron": "^0.8.1",
"ShadowsocksConfig": "Jigsaw-Code/outline-shadowsocksconfig#^v0.0.8",
"auto-launch": "^5.0.5",
"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/auto-launch": "^5.0.0",
"@types/cordova-plugin-device": "^0.0.3",
"@types/jasmine": "^2.8.6",
"@types/node": "^8.0.53",
"@types/polymer": "^1.2.6",
"@types/raven": "^2.1.2",
"@types/uuid": "^3.4.0",
"babel-core": "^6.26.0",
"babel-polyfill": "^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.6",
"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": "^1.3.1",
"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.12.0",
"typescript": "~3.1.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0",
"xml2js": "^0.4.17"
},
"resolutions": {
"natives": "1.1.6"
},
"main": "build/electron/electron/index.js",
"husky": {
"hooks": {
"pre-commit": "yarn tslint --fix 'src/**/*.ts' && yarn git-clang-format"
}
}
}