3 Star 0 Fork 0

Gitee 极速下载 / tutanota

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/tutao/tutanota
克隆/下载
package.json 3.50 KB
一键复制 编辑 原始数据 按行查看 历史
wec43 提交于 2024-05-22 14:24 . Fix after rebase
{
"name": "tutanota",
"version": "229.240521.0",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/tutao/tutanota.git"
},
"type": "module",
"exports": {
"./*": "./build/prebuilt/*",
"./buildSrc/*": "./buildSrc/*"
},
"scripts": {
"build-packages": "node buildSrc/buildPackages.js all",
"build-runtime-packages": "node buildSrc/buildPackages.js runtime",
"start": "./start-desktop.sh",
"test-ci": "npm run --if-present test -ws && cd test && node test",
"test": "npm run --if-present test -ws && cd test && node --enable-source-maps test",
"test:app": "cd test && node --enable-source-maps test",
"types": "tsc --incremental true --noEmit true",
"prebuild": "node buildSrc/prebuild.js",
"preinstall": "git config core.hooksPath githooks || true",
"postinstall": "node buildSrc/postinstall.js",
"bump-version": "node buildSrc/bump-version.js",
"generate-ipc": "npm run build -w @tutao/licc && licc ./ipc-schema",
"style:check": "prettier -c \"**/*.(ts|js|json|json5)\"",
"style:fix": "prettier -w \"**/*.(ts|js|json|json5)\"",
"lint:check": "eslint .",
"lint:fix": "eslint --fix .",
"check": "npm run style:check && npm run lint:check",
"fix": "npm run style:fix && npm run lint:fix"
},
"dependencies": {
"@tutao/oxmsg": "0.0.9-beta.0",
"@tutao/tuta-wasm-loader": "229.240521.0",
"@tutao/tutanota-crypto": "229.240521.0",
"@tutao/tutanota-error": "229.240521.0",
"@tutao/tutanota-usagetests": "229.240521.0",
"@tutao/tutanota-utils": "229.240521.0",
"@types/better-sqlite3": "7.4.2",
"@types/dompurify": "3.0.5",
"@types/linkifyjs": "2.1.4",
"@types/luxon": "3.2.0",
"@types/mithril": "2.0.11",
"@types/qrcode-svg": "1.1.1",
"@types/systemjs": "6.1.1",
"@types/winreg": "1.2.31",
"better-sqlite3": "git+https://github.com/tutao/better-sqlite3-sqlcipher#7e6d8b36cd804b4d5d07264c9a2f4a8820881586",
"cborg": "4.0.5",
"dompurify": "3.1.3",
"electron": "29.3.2",
"electron-updater": "6.1.7",
"jszip": "3.10.1",
"linkify-html": "4.1.3",
"linkifyjs": "4.1.3",
"luxon": "3.4.4",
"mithril": "2.2.2",
"pako": "2.1.0",
"qrcode-svg": "1.0.0",
"squire-rte": "2.2.7",
"systemjs": "6.10.2",
"undici": "6.16.1",
"winreg": "1.2.4"
},
"optionalDependencies": {
"dmg-license": "^1.0.11"
},
"devDependencies": {
"@electron/notarize": "2.2.0",
"@octokit/auth-token": "2.5.0",
"@octokit/rest": "18.12.0",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-typescript": "11.1.5",
"@tutao/licc": "229.240521.0",
"@tutao/otest": "229.240521.0",
"@tutao/tutanota-test-utils": "229.240521.0",
"@types/express": "^4.17.17",
"@types/pako": "^2.0.3",
"@typescript-eslint/eslint-plugin": "5.61.0",
"body-parser": "1.20.0",
"chokidar": "3.5.2",
"commander": "9.2.0",
"electron-builder": "24.13.3",
"electron-packager": "17.1.2",
"esbuild": "0.17.15",
"esbuild-plugin-alias-path": "2.0.2",
"eslint": "8.44.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-unicorn": "47.0.0",
"express": "4.18.2",
"fs-extra": "10.0.0",
"full-icu": "1.3.4",
"js-yaml": "4.1.0",
"jsdom": "22.1.0",
"node-gyp": "10.0.1",
"octokit": "3.1.2",
"prettier": "2.8.1",
"rollup": "4.9.4",
"rollup-plugin-visualizer": "^5.12.0",
"testdouble": "3.18.0",
"typescript": "5.3.3",
"xhr2": "0.2.1",
"zx": "7.0.7"
},
"workspaces": [
"./packages/*"
],
"engines": {
"npm": ">=10.0.0",
"node": ">=20.0.0"
}
}
1
https://gitee.com/mirrors/tutanota.git
git@gitee.com:mirrors/tutanota.git
mirrors
tutanota
tutanota
master

搜索帮助