-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.94 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.94 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "root",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"lint": "yarn workspaces foreach --exclude root -v run lint",
"test": "yarn workspaces foreach --exclude '{root}' -v run test",
"build": "yarn workspaces foreach -t --exclude root -v run build",
"build-native": "yarn workspaces foreach -t --exclude root -v run build-native",
"codesign": "yarn workspaces foreach -t --exclude root -v run codesign",
"ci": "yarn run test && yarn run smoketest",
"smoketest": "./smoketest.sh",
"chromatic": "yarn workspaces foreach --exclude root -v run chromatic",
"watch": "yarn workspaces foreach -t --exclude root -v -p -i run watch",
"semantic-release": "yarn workspaces foreach -t --exclude root -v exec semantic-release"
},
"devDependencies": {
"@google/semantic-release-replace-plugin": "^1.0.2",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8",
"@semantic-release/release-notes-generator": "^10",
"@storybook/builder-webpack5": "^6.5.14",
"@storybook/manager-webpack5": "^6.5.14",
"@tsconfig/recommended": "^1.0.3",
"@types/jest": "^29.5.2",
"@types/node": "^17.0.2",
"appmap-node": "^2.23.0",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"node-fetch": "2.6.7",
"node-gyp": "^10.1.0",
"prettier": "^3.6.2",
"semantic-release": "^19.0.2",
"semantic-release-monorepo": "^7.0.5",
"yarn-changed-workspaces": "^2.0.9"
},
"packageManager": "yarn@3.2.1",
"dependencies": {
"puppeteer": "^19.7.2"
},
"resolutions": {
"web-auth-library": "getappmap/web-auth-library#v1.0.3-cjs",
"whatwg-url": "14.0.0",
"pkg@5.8.1-patched": "patch:pkg@npm:5.8.1#.yarn/patches/pkg-npm-5.8.1-db9700609f.patch",
"tar": "7.5.11"
}
}