-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
98 lines (98 loc) · 3.06 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
{
"private": true,
"name": "miteiru",
"description": "Miteiru",
"version": "5.7.0",
"author": "Hocky Yudhiono <hocky.yudhiono@gmail.com>",
"main": "app/background.js",
"build": {
"appId": "id.hocky.miteiru",
"artifactName": "miteiru-${version}-${os}-${arch}.${ext}",
"mac": {
"icon": "resources/icon.icns",
"target": [
"pkg"
]
}
},
"scripts": {
"predev": "npm run script:copy",
"script:copy": "node scripts/copy.js",
"script:cleansvg": "node scripts/cleanSvg.js",
"script:initrepo": "node scripts/initrepo.js",
"script:saverepo": "node scripts/saverepo.js",
"script:wanikani": "node scripts/scrapeWanikaniKanji.js",
"dev": "nextron",
"build": "nextron build",
"build:nsis": "nextron build --config=buildConfig/nsis.config.json",
"build:portable": "nextron build --config=buildConfig/portable.config.json",
"build:linux20": "nextron build --config=buildConfig/linux20.config.json",
"build:linux22": "nextron build --config=buildConfig/linux22.config.json",
"postinstall": "electron-builder install-app-deps && patch-package"
},
"dependencies": {
"@electron/asar": "^3.2.17",
"@electron/osx-sign": "^1.3.1",
"@node-rs/jieba": "^1.10.4",
"@plussub/srt-vtt-parser": "^1.1.3",
"ass-compiler": "^0.1.14",
"async-await-queue": "^2.1.4",
"axios": "^1.7.7",
"cc-chinese-wrapper": "^1.2.3",
"detect-file-encoding-and-language": "^2.4.0",
"electron-serve": "^1.3.0",
"electron-store": "^8.2.0",
"fs-extra": "^11.2.0",
"hanzi-writer": "^3.7.2",
"html-entities": "^2.5.2",
"html-react-parser": "^3.0.16",
"iconv-lite": "^0.6.3",
"jmdict-wrapper": "^1.1.2",
"jp-verbs": "^1.1.0",
"js-sdsl": "^4.4.2",
"kanjidic-wrapper": "^1.0.2",
"kuromojin": "^3.0.0",
"level": "^8.0.1",
"opencc-js": "^1.0.5",
"patch-package": "^7.0.2",
"pinyin-pro": "^3.26.0",
"react-awesome-button": "6.1.0",
"react-colorful": "^5.6.1",
"react-icons": "^5.3.0",
"react-smooth-collapse": "^2.1.2",
"react-svg": "^16.1.34",
"react-video-seek-slider": "^6.0.6",
"shunou": "1.0.3",
"styled-components": "^6.1.13",
"to-jyutping": "github:hockyy/to-jyutping",
"uuid": "^10.0.0",
"video.js": "^8.19.1",
"videojs-youtube": "^3.0.1"
},
"devDependencies": {
"@types/node": "^20.17.6",
"@types/react": "^18.3.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"archiver": "^6.0.2",
"autoprefixer": "^10.4.20",
"electron": "^31.7.5",
"electron-builder": "^24.13.3",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.18",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"extract-zip": "^2.0.1",
"html-minifier": "^4.0.0",
"next": "^14.2.18",
"nextron": "^9.4.0",
"postcss": "^8.4.49",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.15",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
}
}