-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
137 lines (137 loc) · 4.93 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
{
"name": "@questnetwork/q-desk",
"author": "StationedInTheField",
"version": "0.9.4",
"description": "Decentralized End-To-End Encrypted P2P Platform",
"main": "main.js",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/QuestNetwork/qDesk.git"
},
"homepage": "https://www.qDesk.org",
"build": {
"appId": "qDesk.desktop",
"icon": "src/assets/icon.png",
"mac": {
"category": "org.qDesk.app",
"icon": "src/assets/icon.png"
},
"win": {
"target": "nsis",
"icon": "src/assets/icon.png"
},
"linux": {
"category": "Network",
"executableName": "qDesk",
"artifactName": "qDesk-${version}.${ext}",
"icon": "src/assets/icon.png"
},
"files": [
"dist/web/**/*",
"node_modules/**/*",
"package.json",
"main.js"
]
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"init": "mkdir recoveryWEB && mkdir recoveryAPP && mkdir local",
"prepare": "",
"inst": "rm -rf package-lock.json && npm install",
"reinst": "rm -rf node_modules && npm run inst",
"q-dev": "node download-q.js",
"q-update": "node update-reps.js",
"web": "npm run prepare && rm -rf dist/web && rsync --exclude 'dist/' --exclude '.git/' --exclude 'recoveryWEB/' --exclude 'recoveryAPP/' --exclude 'node_modules/' -auv * recoveryWEB/ && ng build --prod --base-href ./ && angular-http-server --path ./dist/web -p 4200",
"ipfs": "rm -rf dist/web & mv src/index.html src/index-web.html && mv src/index-ipfs.html src/index.html && ng build --prod --aot && mv src/index.html src/index-ipfs.html && mv src/index-web.html src/index.html && ipfs add -rQ dist/web",
"serve": "angular-http-server --path ./dist/web -p 4200",
"serve-fresh": "rm -rf node_modules && npm run inst && ng serve",
"linux": "rsync --exclude 'local/' --exclude 'dist/' --exclude '.git/' --exclude 'recoveryWEB/' --exclude 'recoveryAPP/' --exclude 'node_modules/' -auv * recoveryAPP/ && ng build --prod --base-href ./ && electron-builder --linux",
"mac": "rsync --exclude 'local/' --exclude 'dist/' --exclude '.git/' --exclude 'recoveryWEB/' --exclude 'recoveryAPP/' --exclude 'node_modules/' -auv * recoveryAPP/ && ng build --prod --base-href ./ && electron-builder --mac",
"postinstall": "electron-builder install-app-deps",
"electron": "electron .",
"watch-reset": "echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p"
},
"private": false,
"dependencies": {
"@angular-builders/custom-webpack": "10.0.0",
"@angular-devkit/build-angular": "0.1001.1",
"@angular/animations": "10.1.1",
"@angular/cdk": "10.1.1",
"@angular/common": "10.1.1",
"@angular/compiler": "10.1.1",
"@angular/core": "10.1.1",
"@angular/flex-layout": "^10.0.0-beta.32",
"@angular/forms": "10.1.1",
"@angular/google-maps": "^10.1.3",
"@angular/material": "10.1.1",
"@angular/platform-browser": "10.1.1",
"@angular/platform-browser-dynamic": "10.1.1",
"@angular/router": "10.1.1",
"@ctrl/ngx-emoji-mart": "^4.0.2",
"@fortawesome/angular-fontawesome": "^0.7.0",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/free-regular-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@nebular/eva-icons": "6.0.1",
"@nebular/theme": "6.0.1",
"@questnetwork/quest-os-js": "^0.9.4",
"@zxing/library": "0.17.1",
"@zxing/ngx-scanner": "3.0.0",
"async": "^3.2.0",
"autolinker": "^3.14.1",
"cids": "^0.8.3",
"eva-icons": "^1.1.3",
"express": "^4.17.1",
"jquery": "^3.5.1",
"jszip": "^3.5.0",
"ngx-file-drop": "^9.0.1",
"ngx-linky": "^2.2.0",
"open": "^7.2.0",
"rxjs": "6.5.5",
"three": "^0.118.3",
"treeviz": "^2.2.3",
"tslib": "^2.0.0",
"typescript": "3.9.7",
"uuid": "8.3.0",
"webpack": "4.44.1",
"zone.js": "~0.10.3",
"axios": "^0.19.2"
},
"devDependencies": {
"@angular/cli": "10.1.1",
"@angular/compiler-cli": "10.1.1",
"@types/file-saver": "^2.0.1",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.0.12",
"codelyzer": "^6.0.0-next.1",
"electron": "10.1.2",
"electron-builder": "^22.7.0",
"electron-transparency-mouse-fix": "^1.0.0-rc.1",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~5.0.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"node-gyp-build": "^4.2.3",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0"
},
"browser": {
"crypto": false,
"Buffer": false
},
"contributors": [
"StationedInTheField <ask@stationedinthefield.com>",
"Jaidyn Ann <jadedctrl@teknik.io>"
]
}