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