Files: 0d0d05826a54e63e1da0d7c6bc2df00441a0534b / package.json
4407 bytesRaw
1 | { |
2 | "name": "ssb-patchwork", |
3 | "productName": "Patchwork", |
4 | "repository": "git@github.com:ssbc/patchwork.git", |
5 | "version": "3.18.1-beta.2", |
6 | "description": "A decentralized messaging and sharing app built on top of Secure Scuttlebutt (SSB).", |
7 | "main": "index.js", |
8 | "scripts": { |
9 | "test": "standard", |
10 | "start": "electron index.js", |
11 | "check-locales": "node scripts/check-locales.js", |
12 | "postinstall": "electron-builder install-app-deps", |
13 | "release-notes": "node scripts/release-notes.js", |
14 | "build": "electron-builder --publish=never", |
15 | "dist": "electron-builder -c.snap.publish=github", |
16 | "version": "mv docs/CHANGELOG.md . && changelog-version && mv CHANGELOG.md docs/ && git add docs/CHANGELOG.md" |
17 | }, |
18 | "author": "Secure Scuttlebutt Consortium", |
19 | "license": "AGPL-3.0", |
20 | "dependencies": { |
21 | "app-root-path": "^3.0.0", |
22 | "async": "^3.2.0", |
23 | "color-hash": "^1.0.3", |
24 | "compare-version": "^0.1.2", |
25 | "deep-equal": "^2.0.1", |
26 | "depject": "^4.1.1", |
27 | "depnest": "^1.3.0", |
28 | "electron-default-menu": "~1.0.1", |
29 | "electron-spellchecker": "^2.2.1", |
30 | "electron-window-state": "^5.0.3", |
31 | "escape-string-regexp": "^2.0.0", |
32 | "fix-path": "^3.0.0", |
33 | "flat": "^5.0.0", |
34 | "flatpickr": "4.5.2", |
35 | "flumeview-reduce": "^1.4.0", |
36 | "hashlru": "^2.3.0", |
37 | "hex-rgb": "^4.1.0", |
38 | "highlight.js": "^10.4.1", |
39 | "html-escape": "^2.0.0", |
40 | "i18n": "^0.13.2", |
41 | "lodash": "^4.17.15", |
42 | "lodash.concat": "^4.5.0", |
43 | "lodash.filter": "^4.6.0", |
44 | "micro-css": "^2.0.2", |
45 | "moment-timezone": "^0.5.28", |
46 | "mutant": "^3.29.0", |
47 | "mutant-pull-reduce": "^1.1.0", |
48 | "node-emoji": "^1.10.0", |
49 | "noto-color-emoji": "^1.0.1", |
50 | "patch-settings": "^1.1.2", |
51 | "pull-abortable": "^4.1.1", |
52 | "pull-cat": "^1.1.11", |
53 | "pull-cont": "^0.1.1", |
54 | "pull-defer": "^0.2.3", |
55 | "pull-flatmap": "0.0.1", |
56 | "pull-next": "~1.0.1", |
57 | "pull-paramap": "^1.2.2", |
58 | "pull-pause": "~0.0.2", |
59 | "pull-pushable": "^2.2.0", |
60 | "pull-reconnect": "0.1.1", |
61 | "pull-stream": "^3.6.14", |
62 | "require-style": "^1.1.0", |
63 | "run-parallel": "^1.1.9", |
64 | "scuttle-blog": "ssbc/scuttle-blog", |
65 | "scuttle-tag": "^0.5.0", |
66 | "secret-stack": "^6.3.1", |
67 | "sorted-array-functions": "^1.2.0", |
68 | "spacetime": "^6.4.1", |
69 | "ssb-about": "github:ssbc/ssb-about#use-await-ready", |
70 | "ssb-backlinks": "^2.1.1", |
71 | "ssb-blob-files": "^1.2.0", |
72 | "ssb-blobs": "^2.0.1", |
73 | "ssb-client": "^4.9.0", |
74 | "ssb-config": "^3.4.4", |
75 | "ssb-conn": "~0.19.1", |
76 | "ssb-db": "^19.4.0", |
77 | "ssb-dht-invite": "~1.11.0", |
78 | "ssb-ebt": "^5.6.7", |
79 | "ssb-friends": "^4.1.4", |
80 | "ssb-invite": "^2.1.3", |
81 | "ssb-keys": "^8.0.1", |
82 | "ssb-lan": "^0.2.0", |
83 | "ssb-logging": "^1.0.0", |
84 | "ssb-markdown": "^6.0.4", |
85 | "ssb-master": "^1.0.3", |
86 | "ssb-mentions": "^0.5.2", |
87 | "ssb-msgs": "^5.2.0", |
88 | "ssb-no-auth": "^1.0.0", |
89 | "ssb-private": "^0.2.3", |
90 | "ssb-query": "^2.4.3", |
91 | "ssb-ref": "^2.13.9", |
92 | "ssb-replicate": "^1.3.2", |
93 | "ssb-room": "^1.2.2", |
94 | "ssb-search": "^1.2.1", |
95 | "ssb-sort": "^1.1.3", |
96 | "ssb-suggest": "^1.2.0", |
97 | "ssb-tags": "^0.2.0", |
98 | "ssb-unix-socket": "^1.0.0", |
99 | "ssb-uri": "^1.0.1", |
100 | "ssb-ws": "^6.2.3", |
101 | "suggest-box": "github:mmckegg/suggest-box#scroll-selection-into-view", |
102 | "text-node-searcher": "^1.1.1", |
103 | "xtend": "^4.0.2" |
104 | }, |
105 | "devDependencies": { |
106 | "changelog-version": "^2.0.0", |
107 | "colors": "^1.3.3", |
108 | "electron": "^8.5.5", |
109 | "electron-builder": "^22.9.1", |
110 | "standard": "^16.0.3" |
111 | }, |
112 | "optionalDependencies": {}, |
113 | "build": { |
114 | "appId": "org.ssbc.patchwork", |
115 | "linux": { |
116 | "category": "Network", |
117 | "target": [ |
118 | { |
119 | "target": "AppImage", |
120 | "arch": [ |
121 | "x64", |
122 | "arm64" |
123 | ] |
124 | }, |
125 | { |
126 | "target": "snap", |
127 | "arch": [ |
128 | "x64" |
129 | ] |
130 | }, |
131 | { |
132 | "target": "deb", |
133 | "arch": [ |
134 | "x64" |
135 | ] |
136 | } |
137 | ] |
138 | }, |
139 | "deb": { |
140 | "packageCategory": "net", |
141 | "priority": "optional", |
142 | "maintainer": "Michael Williams <michael.williams@enspiral.com>" |
143 | }, |
144 | "dmg": { |
145 | "icon": "build/dmg/icon.icns" |
146 | }, |
147 | "win": { |
148 | "publisherName": "Secure Scuttlebutt Consortium", |
149 | "target": [ |
150 | { |
151 | "target": "nsis", |
152 | "arch": [ |
153 | "x64", |
154 | "ia32" |
155 | ] |
156 | } |
157 | ] |
158 | } |
159 | } |
160 | } |
161 |
Built with git-ssb-web