This repository has been archived by the owner on Jul 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
136 lines (136 loc) · 4.57 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
{
"name": "lisons",
"version": "0.1.0",
"description": "Desktop e-book reader for language learners.",
"homepage": "https://fauu.github.io/lisons",
"bugs": "https://github.com/fauu/lisons/issues",
"license": "GPL-3.0",
"author": "Piotr Grabowski <[email protected]> (https://github.com/fauu)",
"repository": {
"type": "git",
"url": "https://github.com/fauu/lisons.git"
},
"main": "out/main.bundle.js",
"scripts": {
"postinstall": "run-s clean-cache webpack:dev.renderer-vendor",
"clean-out": "rimraf out",
"clean-cache": "rimraf .cache-loader",
"webpack:dev": "webpack --config webpack.dev.js",
"webpack:dev.renderer-vendor": "webpack --config webpack.dev.renderer-vendor.js",
"webpack:prod": "webpack --config webpack.prod.js",
"build:dev": "run-s clean-out webpack:dev",
"build:prod": "run-s clean-out webpack:prod",
"dev-server": "webpack-dev-server --config webpack.dev.js --progress",
"electron:dev": "cross-env NODE_ENV=dev electron .",
"dev-server-and-electron": "run-p dev-server electron:dev",
"dev": "run-s build:dev dev-server-and-electron",
"electron:prod": "electron .",
"prod": "run-s build:prod electron:prod",
"dist:linux": "electron-builder --linux --x64",
"dist:macos": "electron-builder --macos",
"dist:windows": "electron-builder --windows --x64",
"dist:all": "electron-builder --linux --macos --windows --x64 --publish never"
},
"build": {
"appId": "io.github.fauu.lisons",
"productName": "Lisons!",
"copyright": "Copyright © 2017—2018 Lisons authors",
"files": "out",
"extraFiles": "LICENSE.md",
"mac": {
"category": "public.app-category.education"
},
"linux": {
"description": "Desktop e-book reader for language learners.",
"synopsis": "A desktop e-book reader for language learners, which facilitates learning from reading by providing machine translations (DeepL, Google) as well as human-translated example sentences (Tatoeba, Reverso Context).",
"maintainer": "Piotr Grabowski <[email protected]>",
"vendor": "Piotr Grabowski <[email protected]>",
"target": [
"AppImage"
],
"depends": [],
"category": "Education",
"packageCategory": "education"
},
"win": {
"target": "nsis"
},
"nsis": {
"oneClick": false,
"perMachine": true,
"allowToChangeInstallationDirectory": true
}
},
"resolutions": {
"@types/react": "^16.3.13"
},
"devDependencies": {
"@types/electron-devtools-installer": "^2.0.3",
"@types/kuromoji": "^0.1.0",
"@types/lodash": "^4.14.108",
"@types/node": "^8.9.3",
"@types/react": "^16.3.13",
"@types/react-css-transition-replace": "^2.1.2",
"@types/react-dom": "^16.0.5",
"@types/react-hot-loader": "^4.1.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-webpack-plugin": "^0.1.1",
"cache-loader": "^1.2.2",
"copy-webpack-plugin": "^4.5.1",
"cross-env": "^5.1.4",
"electron": "2.0.0-beta.7",
"electron-builder": "^19.27.3",
"file-loader": "^1.1.11",
"fork-ts-checker-webpack-plugin": "^0.4.1",
"happypack": "^5.0.0",
"html-webpack-plugin": "^3.2.0",
"npm-run-all": "^4.1.2",
"prettier": "^1.12.1",
"rimraf": "^2.6.2",
"ts-loader": "^4.2.0",
"tslint": "^5.9.1",
"tslint-config-prettier": "^1.12.0",
"tslint-microsoft-contrib": "^5.0.3",
"tslint-react": "^3.5.1",
"typescript": "^2.8.3",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^1.0.1",
"webpack": "^4.6.0",
"webpack-bundle-analyzer": "^2.11.1",
"webpack-cli": "^2.0.15",
"webpack-dev-server": "^3.1.3",
"webpack-merge": "^4.1.2"
},
"dependencies": {
"@gxl/epub-parser": "fauu/epub-parser#dev",
"@types/jszip": "^3.1.3",
"@types/unzipper": "^0.8.1",
"chinese-tokenizer": "^0.1.2",
"dexie": "^3.0.0-alpha.2",
"electron-devtools-installer": "^2.2.3",
"electron-localshortcut": "^3.1.0",
"franc-min": "^3.1.1",
"iconv-lite": "^0.4.21",
"isbinaryfile": "^3.0.2",
"jschardet": "^1.6.0",
"jszip": "^3.1.5",
"kuromoji": "^0.1.2",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"lodash.minby": "^4.6.0",
"lodash.zip": "^4.2.0",
"mdi-react": "^3.3.0",
"mobx": "^4.2.0",
"mobx-react": "^5.0.0",
"mobx-utils": "^4.0.1",
"react": "^16.3.2",
"react-css-transition-replace": "^3.0.3",
"react-dom": "^16.3.2",
"react-hot-loader": "^4.1.2",
"styled-components": "^3.2.6"
},
"private": true
}