-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
100 lines (100 loc) · 3.35 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
{
"name": "translationstudio",
"productName": "translationStudio",
"version": "12.1.1",
"build": "148",
"description": "A utility for translating the Bible and biblical content into any language.",
"keywords": [],
"homepage": "https://github.com/unfoldingWord-dev/ts-desktop",
"bugs": "https://github.com/unfoldingWord-dev/ts-desktop/issues",
"author": {
"name": "unfoldingWord",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "[email protected]:unfoldingWord-dev/ts-desktop.git"
},
"jest": {
"testPathIgnorePatterns": [
"out"
],
"modulePathIgnorePatterns": [
"out"
]
},
"dependencies": {
"@material-ui/core": "^4.4.1",
"@material-ui/icons": "^4.4.1",
"@material-ui/styles": "^4.4.3",
"adm-zip": "0.4.7",
"archiver": "0.21.0",
"async": "1.4.2",
"axios": "^0.18.0",
"chmodr": "1.0.2",
"date-fns": "^2.2.1",
"door43-client": "^0.9.8",
"electron": "^4.0.6",
"electron-settings": "^3.2.0",
"fontkit": "1.3.0",
"fs-extra": "0.30.0",
"getmac": "1.2.1",
"gogs-client": "0.5.2",
"js-yaml": "^3.6.1",
"json-stringify-safe": "^5.0.1",
"jsonfile": "2.3.1",
"keypair": "1.0.0",
"locale": "0.1.0",
"lodash": "3.9.3",
"markdown": "^0.5.0",
"md5": "2.1.0",
"mkdirp": "0.5.1",
"moment": "2.14.1",
"node-forge": "0.6.42",
"prince": "1.3.0",
"progress": "1.1.8",
"react": "^16.9.0",
"react-content-loader": "^4.2.2",
"react-dom": "^16.9.0",
"regenerator-runtime": "^0.13.3",
"remark": "^11.0.1",
"remark-react": "^6.0.0",
"request": "2.74.0",
"rimraf": "2.5.4",
"semver": "^6.3.0",
"sql.js": "0.3.2",
"tar": "2.2.1",
"trash": "3.4.1",
"untildify": "2.1.0",
"usfm-js": "^2.0.1"
},
"devDependencies": {
"@babel/cli": "^7.6.2",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"bower": "^1.8.8",
"check-for-leaks": "^1.2.0",
"devtron": "^1.4.0",
"electron-packager": "^13.1.0",
"filereader": "^0.10.3",
"gulp": "4.0.0",
"gulp-mocha": "3.0.0",
"gulp-replace": "0.5.4",
"jest": "^24.1.0",
"mocha": "3.0.2",
"yargs": "4.8.1"
},
"scripts": {
"start": "electron . -remote-debugging-port=9222",
"dev": "electron . --debug -remote-debugging-port=9222",
"test": "jest",
"compile-ta": "babel src/js/academy-es6 --out-dir src/js/academy",
"pack:ta": "gulp packTA",
"pack:rcs": "door43-client index -f -i src/index/index.sqlite.tmp && door43-client download -i src/index/index.sqlite.tmp -d src/index/resource_containers.tmp -c -l ar as bn ceb el-x-koine en es-419 fr gu hbo hi hr id ilo kn ml mr ne or pa pt-br ru sw ta te th tl vi",
"postpack:rcs": "mv src/index/index.sqlite.tmp src/index/index.sqlite && rm -rf src/index/resource_containers && mv src/index/resource_containers.tmp src/index/resource_containers",
"prepack": "check-for-leaks",
"prepush": "check-for-leaks"
},
"main": "main.js",
"license": "GPL-2.0"
}