-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
88 lines (88 loc) · 2.64 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
{
"name": "follow",
"version": "0.3.25",
"description": "Decentralized, censorship resistant social media on IPFS",
"productName": "follow",
"main": ".quasar/electron/electron-main.js",
"author": "iohzrd <[email protected]>",
"license": "GPL-3.0",
"private": true,
"scripts": {
"build:binaries": "electron-builder --publish onTag",
"build:linux": "quasar build -m electron linux -t mat",
"build:mac": "quasar build -m electron mac -t mat",
"build:win": "quasar build -m electron win -t mat",
"start": "quasar dev -m electron"
},
"dependencies": {
"@iohzrd/granax": "git://github.com/iohzrd/granax.git",
"@quasar/extras": "^1.10.9",
"axios": "^0.21.1",
"buffer": "^6.0.3",
"core-js": "^3.16.0",
"countly-sdk-nodejs": "^20.11.0",
"electron-store": "^8.0.0",
"exifremove": "^1.0.1",
"file-type": "^16.5.2",
"fix-path": "^3.0.0",
"fs-extra": "^10.0.0",
"go-ipfs": "^0.9.1",
"i18next": "^20.3.5",
"i18next-icu": "^2.0.3",
"i18next-node-fs-backend": "^2.1.3",
"intl-messageformat": "^9.8.1",
"ipfs-http-client": "^51.0.1",
"ipfsd-ctl": "^10.0.1",
"is-ipfs": "^6.0.1",
"it-all": "^1.0.5",
"knex": "^0.21.19",
"knex-migrate": "^1.7.4",
"objection": "^2.2.15",
"qrcode.vue": "^3.2.2",
"quasar": "^2.0.3",
"set-system-clock-wfix": "^1.0.5",
"sqlite3": "^5.0.2",
"sudo-prompt": "^9.2.1",
"timeago.js": "^4.0.2",
"tor-request": "^3.1.0",
"untildify": "^4.0.0",
"vue-i18n": "^9.1.7",
"vuex": "^4.0.1",
"winston": "^3.3.3"
},
"devDependencies": {
"@babel/eslint-parser": "^7.14.9",
"@quasar/app": "^3.0.3",
"@quasar/quasar-app-extension-qmarkdown": "^2.0.0-alpha.4",
"@quasar/quasar-app-extension-qmediaplayer": "^2.0.0-alpha.2",
"@quasar/quasar-app-extension-qoverlay": "^1.0.5",
"electron": "^13.1.7",
"electron-builder": "^22.11.7",
"electron-packager": "^15.3.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-quasar": "^1.0.0",
"eslint-plugin-vue": "^7.15.0",
"eslint-webpack-plugin": "^2.5.4"
},
"browserslist": [
"last 10 Chrome versions",
"last 10 Firefox versions",
"last 4 Edge versions",
"last 7 Safari versions",
"last 8 Android versions",
"last 8 ChromeAndroid versions",
"last 8 FirefoxAndroid versions",
"last 10 iOS versions",
"last 5 Opera versions"
],
"engines": {
"node": ">= 12.22.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}