-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from hockyy/feature/32
[#32] Add support for kuromoji and set up without external data
- Loading branch information
Showing
33 changed files
with
326 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
renderer/public/** filter=lfs diff=lfs merge=lfs -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"private": true, | ||
"name": "miteiru", | ||
"description": "Miteiru", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"author": "Hocky Yudhiono <[email protected]>", | ||
"main": "app/background.js", | ||
"build": { | ||
|
@@ -22,6 +22,8 @@ | |
} | ||
}, | ||
"scripts": { | ||
"copy": "rsync -r renderer/public/ app/", | ||
"predev": "npm run copy", | ||
"dev": "nextron", | ||
"build": "nextron build", | ||
"build:linux": "nextron build --linux", | ||
|
@@ -40,12 +42,14 @@ | |
"html-react-parser": "^3.0.16", | ||
"iconv-lite": "^0.6.3", | ||
"jmdict-simplified-node": "^1.1.2", | ||
"kuromojin": "^3.0.0", | ||
"patch-package": "^7.0.0", | ||
"react-awesome-button": "^7.0.5", | ||
"react-colorful": "^5.6.1", | ||
"react-dropzone": "^14.2.3", | ||
"react-smooth-collapse": "^2.1.2", | ||
"react-video-seek-slider": "^6.0.4", | ||
"shunou": "^0.0.36", | ||
"shunou": "^1.0.2", | ||
"styled-components": "^6.0.3", | ||
"video.js": "^8.3.0" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.