-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
163 lines (163 loc) · 5.48 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
163
{
"name": "pony-house-matrix",
"version": "1.6.0-beta-2",
"short_name": "Pony House",
"description": "The open source house, your house, the house for all matrix ponies",
"main": "dist-electron/main/index.js",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"start": "git submodule update --init && vite dev",
"build": "git submodule update --init && vite build",
"build:8gb": "git submodule update --init && cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build",
"electron:start": "git submodule update --init && cross-env ELECTRON_MODE=true vite dev",
"electron:build": "git submodule update --init && cross-env ELECTRON_MODE=true vite build && electron-builder",
"mobile:start": "git submodule update --init && ionic capacitor run",
"mobile:serve": "git submodule update --init && ionic capacitor serve",
"mobile:build": "git submodule update --init && ionic capacitor build",
"mobile:sync": "git submodule update --init && ionic capacitor sync",
"lint": "yarn check:eslint && yarn check:prettier",
"check:eslint": "eslint src/* && eslint electron/* && eslint mods/* --no-error-on-unmatched-pattern",
"check:prettier": "prettier --check src/* && prettier --check electron/* && prettier --check mods/*",
"fix:prettier": "prettier --write src/* && prettier --write electron/* && prettier --write mods/*",
"fix:src:prettier": "prettier --write src/*",
"fix:electron:prettier": "prettier --write electron/*",
"fix:mods:prettier": "prettier --write mods/*",
"public:check:eslint": "eslint public/*",
"public:check:prettier": "prettier --check public/*",
"public:fix:prettier": "prettier --write public/*"
},
"keywords": [
"react",
"javascript",
"website",
"matrix",
"pony",
"matrix-client",
"brony",
"brony-fandom",
"pony-house"
],
"author": {
"name": "JasminDreasond (Yasmin Seidel)",
"email": "[email protected]",
"url": "https://github.com/JasminDreasond"
},
"license": "AGPL-3.0-only",
"dependencies": {
"@capacitor/android": "6.1.2",
"@capacitor/app": "6.0.1",
"@capacitor/browser": "6.0.3",
"@capacitor/clipboard": "6.0.1",
"@capacitor/core": "6.1.2",
"@capacitor/filesystem": "6.0.1",
"@capacitor/haptics": "6.0.1",
"@capacitor/keyboard": "6.0.2",
"@capacitor/local-notifications": "6.1.0",
"@capacitor/network": "6.0.2",
"@capacitor/status-bar": "6.0.1",
"@capacitor/toast": "6.0.2",
"@capawesome/capacitor-file-picker": "6.1.0",
"@cryptofonts/cryptofont": "1.3.5",
"@fortawesome/fontawesome-free": "6.6.0",
"@khanacademy/simple-markdown": "0.13.4",
"@matrix-org/olm": "3.2.15",
"@tippyjs/react": "4.2.6",
"@xmtp/xmtp-js": "13.0.3",
"auto-launch": "5.0.6",
"blurhash": "2.0.5",
"bootstrap": "5.3.3",
"bootstrap-icons": "1.11.3",
"buffer": "6.0.3",
"chokidar": "4.0.1",
"cid-tool": "3.0.0",
"clone": "2.1.2",
"compare-versions": "6.1.1",
"devtools-detect": "4.0.2",
"emojibase-data": "7.0.1",
"eth-provider": "0.13.7",
"ethers": "6.13.4",
"exifreader": "4.25.0",
"file-saver": "2.0.5",
"flux": "4.0.4",
"for-promise": "1.4.3",
"formik": "2.4.6",
"generate-api-key": "1.0.2",
"highlight.js": "11.10.0",
"howler": "2.2.4",
"html-react-parser": "5.1.18",
"ipaddr.js": "2.2.0",
"jquery": "3.7.1",
"jsstore": "4.8.2",
"jszip": "3.10.1",
"katex": "0.16.11",
"libphonenumber-js": "1.11.14",
"linkify-html": "4.1.3",
"linkify-react": "4.1.3",
"linkifyjs": "4.1.3",
"matrix-encrypt-attachment": "1.0.3",
"matrix-js-sdk": "34.9.0",
"matrix-widget-api": "1.9.0",
"md5": "2.3.0",
"moment-timezone": "0.5.46",
"node-fetch": "2",
"object-hash": "3.0.0",
"photoswipe": "5.4.4",
"prop-types": "15.8.1",
"qrcode": "1.5.4",
"react": "18.3.1",
"react-autosize-textarea": "7.1.0",
"react-blurhash": "0.3.0",
"react-bootstrap": "2.10.5",
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-dom": "18.3.1",
"react-google-recaptcha": "3.1.0",
"sanitize-html": "2.13.1",
"slate": "0.110.2",
"slate-react": "0.110.3",
"tippy.js": "6.3.7",
"twemoji": "14.0.2",
"video.js": "8.19.1",
"web3-providers-ws": "4.0.8",
"yjs": "13.6.20"
},
"devDependencies": {
"@capacitor/cli": "6.1.2",
"@esbuild-plugins/node-globals-polyfill": "0.2.3",
"@eslint/js": "9.15.0",
"@rollup/plugin-inject": "5.0.5",
"@rollup/plugin-wasm": "6.2.2",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitejs/plugin-react": "4.3.3",
"cross-env": "7.0.3",
"download-git-repo": "3.0.2",
"electron": "^33.2.0",
"electron-builder": "^25.1.8",
"eslint": "9.15.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.6.2",
"esm": "^3.2.25",
"fs-extra": "^11.1.1",
"globals": "15.12.0",
"prettier": "3.3.3",
"sass": "1.81.0",
"typescript": "5.6.3",
"typescript-eslint": "8.14.0",
"vite": "5.4.11",
"vite-plugin-electron": "^0.28.7",
"vite-plugin-electron-renderer": "^0.14.5",
"vite-plugin-static-copy": "2.1.0"
},
"private": true
}