mirror of
https://github.com/ProtonMail/WebClients.git
synced 2026-01-11 20:06:40 +00:00
66 lines
2.4 KiB
JSON
66 lines
2.4 KiB
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"license": "GPL-3.0",
|
|
"workspaces": [
|
|
"applications/*",
|
|
"applications/pass-desktop/native",
|
|
"packages/*",
|
|
"packages/wasm/*",
|
|
"tests",
|
|
"tests/mail-renderer",
|
|
"tests/packages/*",
|
|
"utilities/*",
|
|
"vendor/*/*"
|
|
],
|
|
"scripts": {
|
|
"app-versions": "bash utilities/app-versions/app-versions.sh",
|
|
"config-app": "(packages/config/install 2>/dev/null) || true",
|
|
"create-atom": "yarn workspace @proton/atoms create-atom",
|
|
"postinstall": "is-ci || (husky; yarn run config-app)",
|
|
"nyc": "npx nyc",
|
|
"start-all": "cd utilities/local-sso && bash ./run.sh",
|
|
"version": "yarn workspace @proton/version run version"
|
|
},
|
|
"resolutions": {
|
|
"@pdf-lib/standard-fonts@^1.0.0": "patch:@pdf-lib/standard-fonts@npm%3A1.0.0#./.yarn/patches/@pdf-lib-standard-fonts-npm-1.0.0-963255903e.patch",
|
|
"@storybook/react-docgen-typescript-plugin": "1.0.6--canary.9.f9c48c0.0",
|
|
"electron-winstaller": "^5.4.0",
|
|
"immer": "^11.1.0",
|
|
"jsdom@npm:^26.1.0": "patch:jsdom@npm%3A26.1.0#~/.yarn/patches/jsdom-npm-26.1.0-3857255f02.patch",
|
|
"json5": "^2.2.3",
|
|
"merge": "^2.1.1",
|
|
"node-gyp": "^11.5.0",
|
|
"rfc2047@^2.0.1": "patch:rfc2047@npm%3A2.0.1#./.yarn/patches/rfc2047-npm-2.0.1-60a2a07c99.patch",
|
|
"safe-buffer": "^5.2.1",
|
|
"terser": "^5.44.1",
|
|
"whatwg-url": "^14.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@proton/eslint-config-proton": "workspace:^",
|
|
"@proton/prettier-config-proton": "workspace:^",
|
|
"@proton/stylelint-config-proton": "workspace:^",
|
|
"is-ci": "^4.1.0",
|
|
"stylelint-config-standard-scss": "^10.0.0",
|
|
"stylelint-use-logical-spec": "^5.0.1",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
|
|
"@types/global-types-monorepo": "workspace:^",
|
|
"@types/jest-when": "^3.5.5",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^16.2.7",
|
|
"nyc": "^17.1.0",
|
|
"prettier": "^3.7.4",
|
|
"sort-package-json": "^3.6.0",
|
|
"turbo": "^2.7.1"
|
|
},
|
|
"packageManager": "yarn@4.12.0",
|
|
"engines": {
|
|
"node": ">= 22.14.0 <23.6.0"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "https://nexus.protontech.ch/repository/web-npm/"
|
|
}
|
|
}
|