forked from ProtonMail/WebClients
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "root",
"private": true,
"license": "GPL-3.0",
"workspaces": [
"applications/*",
"packages/*",
"tests",
"utilities/*"
],
"scripts": {
"config-app": "(packages/config/install 2>/dev/null) || true",
"version": "yarn workspace scripts run version:applications",
"start-all": "cd utilities/local-sso && ./run.sh",
"postinstall": "is-ci || (husky install; yarn run config-app)"
},
"resolutions": {
"@types/jest": "^26.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"safe-buffer": "^5.2.1"
},
"dependencies": {
"@proton/eslint-config-proton": "workspace:packages/eslint-config-proton",
"@proton/stylelint-config-proton": "workspace:packages/stylelint-config-proton",
"is-ci": "^3.0.0",
"typescript": "^4.4.3"
},
"devDependencies": {
"husky": "^7.0.2",
"lint-staged": "^11.1.2",
"prettier": "^2.3.2",
"sort-package-json": "^1.48.1"
},
"packageManager": "[email protected]"
}