1 Star 0 Fork 3

新无止竞 / koodo-reader

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 3.68 KB
一键复制 编辑 原始数据 按行查看 历史
troyeguo 提交于 2020-08-28 20:30 . fix bug
{
"name": "koodo-reader",
"main": "main.ts",
"version": "1.1.4",
"description": "A cross-platform open source Epub reader ",
"author": {
"name": "App by Troye",
"email": "guo362429@gmail.com"
},
"repository": "https://github.com/troyeguo/koodo-desktop",
"private": true,
"dependencies": {
"axios": "^0.19.2",
"copy-text-to-clipboard": "^2.2.0",
"dropbox": "^5.2.0",
"electron-is-dev": "^1.1.0",
"font-list": "^1.2.11",
"i18next": "^19.4.4",
"i18next-browser-languagedetector": "^4.2.0",
"lodash": "^4.17.20",
"md5": "^2.3.0",
"react-dropzone": "^11.0.1",
"react-i18next": "^9.0.10"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"ele": "electron .",
"dev": "concurrently \"cross-env BROWSER=none npm start\" \"wait-on http://localhost:3000/ && electron .\"",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"release": "electron-builder ",
"prerelease": "npm run build",
"prepack": "npm run build",
"predist": "npm run build"
},
"homepage": "./",
"build": {
"appId": "koodo.960960.xyz",
"productName": "Koodo Reader",
"copyright": "Copyright © 2020 ${author}",
"files": [
"build/**/*",
"node_modules/**/*",
"package.json",
"main.ts"
],
"directories": {
"buildResources": "assets"
},
"publish": [
"github"
],
"extends": null,
"dmg": {
"contents": [
{
"x": 410,
"y": 150,
"type": "link",
"path": "/Applications"
},
{
"x": 130,
"y": 150,
"type": "file"
}
]
},
"mac": {
"icon": "build/icons/icon.icns",
"category": "public.app-category.productivity",
"artifactName": "${productName}-${version}-${arch}.${ext}"
},
"win": {
"target": [
"nsis"
],
"icon": "assets/icon.ico",
"artifactName": "${productName}-Web-Setup-${version}.${ext}",
"publisherName": "App by Troye"
}
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/file-saver": "^2.0.1",
"@types/i18next": "^13.0.0",
"@types/i18next-browser-languagedetector": "^3.0.0",
"@types/jest": "^25.2.1",
"@types/jszip": "^3.4.1",
"@types/lodash": "^4.14.159",
"@types/md5": "^2.2.0",
"@types/node": "^13.13.2",
"@types/rangy": "^0.0.33",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.6",
"@types/react-dropzone": "^5.1.0",
"@types/react-i18next": "^8.1.0",
"@types/react-redux": "^7.1.7",
"@types/spark-md5": "^3.0.2",
"classnames": "^2.2.6",
"concurrently": "^5.0.1",
"cross-env": "^6.0.3",
"electron": "^7.1.4",
"electron-builder": "^22.3.6",
"electron-is-dev": "^1.1.0",
"file-saver": "^2.0.2",
"jszip": "^3.2.2",
"localforage": "^1.7.3",
"node-sass": "^4.13.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-fontawesome": "^1.7.1",
"react-redux": "^7.2.0",
"react-scripts": "3.4.0",
"react-simplemde-editor": "^4.1.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"sass-loader": "^8.0.0",
"spark-md5": "^3.0.1",
"typescript": "^3.8.3",
"wait-on": "^3.3.0"
}
}
JavaScript
1
https://gitee.com/huiwei13/koodo-reader.git
git@gitee.com:huiwei13/koodo-reader.git
huiwei13
koodo-reader
koodo-reader
master

搜索帮助