forked from Jigsaw-Code/outline-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
130 lines (130 loc) · 4.45 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
126
127
128
129
130
{
"name": "outline-client",
"productName": "Outline",
"scripts": {
"clean": "rm -rf build www node_modules platforms/* plugins/*",
"do": "bash ./scripts/do_action.sh"
},
"comments": {
"sentry": "@sentry/electron depends on @sentry/browser; use @sentry/browser as a transitive dependency to avoid version mismatches that make the build fail. See: https://github.com/getsentry/sentry-javascript/issues/1853",
"[email protected]": "Version-controlled platform config files at apple/xcode/osx/Outline/config.xml, apple/xcode/osx/osx.json, and apple/xcode/osx/www/cordova_plugins.js as a workaround for https://github.com/apache/cordova-osx/issues/106. Delete these files when the issue is fixed."
},
"dependencies": {
"@polymer/app-layout": "^3.1.0",
"@polymer/app-localize-behavior": "^3.0.1",
"@polymer/app-route": "^3.0.2",
"@polymer/font-roboto": "^3.0.2",
"@polymer/iron-icons": "^3.0.1",
"@polymer/iron-iconset-svg": "^3.0.1",
"@polymer/iron-pages": "^3.0.1",
"@polymer/paper-behaviors": "^3.0.1",
"@polymer/paper-button": "^3.0.1",
"@polymer/paper-card": "^3.0.1",
"@polymer/paper-dialog": "^3.0.1",
"@polymer/paper-dropdown-menu": "^3.1.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-menu-button": "^3.0.1",
"@polymer/paper-ripple": "^3.0.2",
"@polymer/paper-styles": "^3.0.1",
"@polymer/paper-toast": "^3.0.1",
"@sentry/electron": "1.2.1",
"@webcomponents/webcomponentsjs": "^2.4.4",
"auto-launch": "^5.0.5",
"cordova-custom-config": "^5.1.0",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-splashscreen": "^6.0.0",
"cordova-plugin-statusbar": "^2.2.3",
"cordova-plugin-whitelist": "^1.3.3",
"electron-promise-ipc": "^2.2.4",
"electron-updater": "^4.1.2",
"fs-extra": "^7.0.0",
"punycode": "^2.1.1",
"ShadowsocksConfig": "Jigsaw-Code/outline-shadowsocksconfig#v0.1.2",
"socks": "^1.1.10",
"sudo-prompt": "^8.2.0",
"url": "^0.11.0",
"uuidv4": "^4.0.0",
"web-animations-js": "^2.3.1"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@types/auto-launch": "^5.0.0",
"@types/cordova-plugin-device": "^0.0.3",
"@types/jasmine": "^2.8.6",
"@types/node": "^14.14.7",
"@types/polymer": "^1.2.9",
"@types/semver": "^5.5.0",
"@types/uuidv4": "^2.0.0",
"at-least-node": "^1.0.0",
"babel-loader": "^8.2.2",
"clang-format": "^1.0.55",
"copy-webpack-plugin": "^5.1.1",
"cordova": "~10.0.0",
"cordova-android": "~9.0.0",
"cordova-browser": "~6.0.0",
"cordova-ios": "~6.1.0",
"cordova-osx": "~6.0.0",
"cordova-plugin-clipboard": "github:Jigsaw-Code/outline-cordova-plugin-clipboard#v2.0.0",
"cordova-plugin-outline": "file:cordova-plugin-outline",
"cordova-webintent": "github:cordova-misc/cordova-webintent#v2.0.0",
"css-loader": "^5.0.1",
"electron": "^11.2.0",
"electron-builder": "^22.9.1",
"electron-icon-maker": "^0.0.4",
"fancy-log": "^1.3.3",
"gulp": "^4.0.0",
"html-webpack-plugin": "^5.1.0",
"husky": "^1.3.1",
"jasmine": "^3.0.0",
"minimist": "^1.2.5",
"outline-i18n": "github:Jigsaw-Code/outline-i18n#v0.0.7",
"postcss": "^7.0.29",
"postcss-rtl": "^1.7.3",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1",
"simple-plist": "^1.1.0",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.14",
"tslint": "^5.12.0",
"typescript": "^3.9.7",
"underscore": "^1.10.2",
"webpack": "^5.16.0",
"webpack-cli": "^4.4.0",
"webpack-shell-plugin-next": "^2.1.1",
"xml2js": "^0.4.17"
},
"main": "build/electron/electron/index.js",
"husky": {
"hooks": {
"pre-commit": "npx tslint --fix 'src/**/*.ts' && npx git-clang-format && npx pretty-quick --staged --pattern '**/*.html'"
}
},
"cordova": {
"plugins": {
"cordova-custom-config": {},
"cordova-plugin-device": {},
"cordova-plugin-outline": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-clipboard": {},
"cordova-webintent": {}
},
"platforms": [
"browser",
"android",
"ios",
"osx"
]
},
"prettier": {
"bracketSpacing": false,
"trailingComma": "es5",
"printWidth": 120
}
}