forked from KhalisFoundation/sttm-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
162 lines (162 loc) · 4.94 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"productName": "SikhiToTheMax",
"name": "sttm-desktop",
"version": "6.0.0",
"description": "The SikhiToTheMax desktop app",
"main": "app.js",
"scripts": {
"precommit": "npm test",
"test": "run-p test:*",
"test:lint": "run-p test:lint:*",
"test:lint:html": "htmlhint --config .htmlhintrc www",
"test:lint:js": "eslint app.js packaging www/js",
"test:lint:css": "stylelint \"www/src/scss/*.scss\" --syntax scss --fix",
"start": "concurrently --kill-others \"npm run watch-css\" \"cross-env NODE_ENV=development electron .\"",
"build": "npm run build-css",
"pack:mac": "npm run build && build --mac",
"pack:win": "npm run build && build --win --x64",
"pack:win32": "npm run build && build --win --ia32",
"pack:linux": "npm run build && build --linux --x64",
"dist:mac": "npm run build && electron-builder --mac --publish always",
"dist:win": "npm run pack:win && electron-builder --win --x64 --publish always",
"dist:win32": "npm run pack:win32 && electron-builder --win --ia32 --publish always",
"build-css": "run-p build-css:*",
"build-css:main": "node-sass --output-style compressed --include-path www/src/scss www/src/scss/styles.scss www/assets/css/bundle.css",
"build-css:obs": "node-sass --output-style compressed --include-path www/src/scss/obs www/src/scss/obs/styles.scss www/obs/bundle.css",
"watch-css": "nodemon --watch www -e scss -x \"npm run build-css\"",
"postinstall": "electron-builder install-app-deps"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:khalisfoundation/sttm-desktop.git"
},
"author": "Khalis, Inc. <[email protected]>",
"license": "OSL-3.0",
"devDependencies": {
"concurrently": "^3.3.0",
"cross-env": "^3.1.4",
"electron": "^1.6.2",
"electron-builder": "20.8.1",
"electron-publisher-s3": "^20.17.2",
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-prettier": "^3.0.1",
"htmlhint": "^0.10.1",
"husky": "^1.3.1",
"node-sass": "^4.9.3",
"nodemon": "^1.18.4",
"npm-run-all": "^4.1.3",
"prettier": "^1.16.4",
"pretty-quick": "^1.10.0",
"semver": "^5.6.0",
"simple-git": "^1.107.0",
"spectron": "^3.6.1",
"ssh2": "^0.5.4",
"stylelint": "^7.9.0",
"stylelint-config-prettier": "^5.0.0",
"stylelint-config-standard": "^16.0.0",
"stylelint-order": "^0.4.1"
},
"dependencies": {
"anvaad-js": "^1.0.9",
"copy-to-clipboard": "^3.0.8",
"electron-chromecast": "^1.1.0",
"electron-log": "^2.0.2",
"electron-updater": "^2.21.0",
"express": "^4.15.2",
"extract-zip": "^1.6.7",
"get-json": "^1.0.0",
"http-shutdown": "^1.2.1",
"hyperscript": "^2.0.2",
"image-type": "^3.0.0",
"imagemin": "^6.0.0",
"imagemin-jpegtran": "^6.0.0",
"imagemin-pngquant": "^6.0.0",
"ip": "^1.1.5",
"is-online": "^7.0.0",
"lodash.debounce": "^4.0.8",
"lodash.defaultsdeep": "^4.6.0",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"marked": "^0.6.1",
"moment": "^2.22.1",
"noty": "^3.2.0-beta",
"openport": "0.0.5",
"read-chunk": "^3.0.0",
"realm": "2.18.0",
"request": "^2.81.0",
"request-progress": "^3.0.0",
"request-promise": "^4.2.4",
"sanitize-html": "^1.20.0",
"scroll": "^2.0.1",
"socket.io": "^2.1.1",
"sqlite3": "^4.0.3",
"tippy.js": "^2.5.2",
"universal-analytics": "^0.4.20",
"update": "^0.7.4",
"uuid": "^3.3.2"
},
"build": {
"appId": "org.khalisfoundation.sttm",
"copyright": "Copyright © 2018 Khalis Foundation , SikhiToTheMax Trademark SHARE Charity, UK\n",
"files": [
"**/*",
"!assets${/*}",
"!builds${/*}",
"!**/scss${/*}",
"!packaging${/*}",
"!test${/*}",
"!www/node_modules${/*}",
"!www/package.json",
"!**/{.eslintignore,.eslintrc,.gitmodules,.htmlhintrc,.stylelintrc,.travis.yml,appveyor.yml,data.db,id_rsa.enc,README,STTM.provisionprofile}",
"!**/*.map"
],
"extraResources": [
"data.db"
],
"directories": {
"buildResources": "assets",
"output": "builds"
},
"publish": {
"provider": "s3",
"bucket": "sttm-releases",
"path": "${os}-${arch}",
"region": "us-west-2"
},
"dmg": {
"icon": "STTM-DMG.icns"
},
"mac": {
"category": "public.app-category.reference",
"icon": "assets/STTM.icns",
"target": [
"dmg",
"zip"
]
},
"nsis": {
"artifactName": "SikhiToTheMaxSetup-${version}.${ext}",
"deleteAppDataOnUninstall": true,
"perMachine": true
},
"win": {
"icon": "assets/STTM.ico",
"target": [
"nsis"
]
},
"linux": {
"target": "deb",
"icon": "assets"
}
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged",
"pre-push": "npm test"
}
}
}