mirror of
https://github.com/koodo-reader/koodo-reader.git
synced 2026-06-21 06:10:56 -04:00
fix bug
Former-commit-id: 76700d86acf23ce8111e0452213f18f26a99b945
This commit is contained in:
31
package.json
31
package.json
@@ -8,23 +8,7 @@
|
||||
"email": "guo362429@gmail.com"
|
||||
},
|
||||
"repository": "https://github.com/troyeguo/koodo-desktop",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@types/lodash": "^4.14.159",
|
||||
"@types/md5": "^2.2.0",
|
||||
"@types/streamsaver": "^2.0.0",
|
||||
"axios": "^0.19.2",
|
||||
"copy-text-to-clipboard": "^2.2.0",
|
||||
"dropbox": "^5.2.0",
|
||||
"electron-is-dev": "^1.1.0",
|
||||
"i18next": "^19.4.4",
|
||||
"i18next-browser-languagedetector": "^4.2.0",
|
||||
"lodash": "^4.17.19",
|
||||
"md5": "^2.3.0",
|
||||
"react-dropzone": "^11.0.1",
|
||||
"react-i18next": "^9.0.10",
|
||||
"streamsaver": "^2.0.4"
|
||||
},
|
||||
"dependencies": {},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
@@ -118,6 +102,8 @@
|
||||
"@types/react-i18next": "^8.1.0",
|
||||
"@types/react-redux": "^7.1.7",
|
||||
"@types/spark-md5": "^3.0.2",
|
||||
"@types/lodash": "^4.14.159",
|
||||
"@types/md5": "^2.2.0",
|
||||
"classnames": "^2.2.6",
|
||||
"concurrently": "^5.0.1",
|
||||
"cross-env": "^6.0.3",
|
||||
@@ -139,6 +125,15 @@
|
||||
"sass-loader": "^8.0.0",
|
||||
"spark-md5": "^3.0.1",
|
||||
"typescript": "^3.8.3",
|
||||
"wait-on": "^3.3.0"
|
||||
"wait-on": "^3.3.0",
|
||||
"axios": "^0.19.2",
|
||||
"copy-text-to-clipboard": "^2.2.0",
|
||||
"dropbox": "^5.2.0",
|
||||
"i18next": "^19.4.4",
|
||||
"i18next-browser-languagedetector": "^4.2.0",
|
||||
"lodash": "^4.17.19",
|
||||
"md5": "^2.3.0",
|
||||
"react-dropzone": "^11.0.1",
|
||||
"react-i18next": "^9.0.10"
|
||||
}
|
||||
}
|
||||
|
||||
10
yarn.lock
10
yarn.lock
@@ -1715,11 +1715,6 @@
|
||||
resolved "https://registry.npm.taobao.org/@types/stack-utils/download/@types/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
|
||||
integrity sha1-CoUdO9lkmPolwzq3J47TvWXwbD4=
|
||||
|
||||
"@types/streamsaver@^2.0.0":
|
||||
version "2.0.0"
|
||||
resolved "https://registry.npm.taobao.org/@types/streamsaver/download/@types/streamsaver-2.0.0.tgz#2a6bdec0389f41a74c60091d37e84f8840d27ac9"
|
||||
integrity sha1-KmvewDifQadMYAkdN+hPiEDSesk=
|
||||
|
||||
"@types/tern@*":
|
||||
version "0.23.3"
|
||||
resolved "https://registry.npm.taobao.org/@types/tern/download/@types/tern-0.23.3.tgz#4b54538f04a88c9ff79de1f6f94f575a7f339460"
|
||||
@@ -11138,11 +11133,6 @@ stream-shift@^1.0.0:
|
||||
resolved "https://registry.npm.taobao.org/stream-shift/download/stream-shift-1.0.1.tgz#d7088281559ab2778424279b0877da3c392d5a3d"
|
||||
integrity sha1-1wiCgVWasneEJCebCHfaPDktWj0=
|
||||
|
||||
streamsaver@^2.0.4:
|
||||
version "2.0.4"
|
||||
resolved "https://registry.npm.taobao.org/streamsaver/download/streamsaver-2.0.4.tgz#ecd1b40749dc5a81d7c03c2bfdc842de372191e2"
|
||||
integrity sha1-7NG0B0ncWoHXwDwr/chC3jchkeI=
|
||||
|
||||
strict-uri-encode@^1.0.0:
|
||||
version "1.1.0"
|
||||
resolved "https://registry.npm.taobao.org/strict-uri-encode/download/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713"
|
||||
|
||||
Reference in New Issue
Block a user