-
Notifications
You must be signed in to change notification settings - Fork 239
/
Copy pathpackage.json
55 lines (55 loc) · 1.58 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"private": true,
"name": "@fullcalendar-monorepos/root",
"version": "6.1.16",
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@fullcalendar-scripts/standard": "*",
"@fullcalendar-scripts/workspace": "*"
},
"scripts": {
"postinstall": "workspace-scripts postinstall",
"meta:hide": "workspace-scripts meta:hide",
"meta:show": "workspace-scripts meta:show",
"meta:update": "workspace-scripts meta:update",
"lint": "standard-scripts lint",
"build": "standard-scripts build",
"dev": "standard-scripts dev",
"test": "standard-scripts test",
"test:dev": "standard-scripts test --dev",
"clean": "standard-scripts clean",
"release-prep": "./scripts/bin/release-prep.sh",
"version-bump": "changeset version",
"version-sync": "workspace-scripts version-sync",
"sync-repos": "workspace-scripts sync-repos",
"archive": "standard-scripts archive",
"tag-and-release": "workspace-scripts tag-and-release",
"publish": "changeset publish --no-git-tag"
},
"type": "module",
"monorepoConfig": {
"archiveSubtrees": [
"./standard",
"./premium"
],
"filterSubtrees": [
"./standard",
"./premium",
"./scripts"
]
},
"engines": {
"pnpm": ">=9.5.0"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"ng-packagr@13>typescript": "^4.4.0"
}
},
"patchedDependencies": {
"[email protected]": "standard/scripts/patches/[email protected]",
"@angular/[email protected]": "scripts/patches/@[email protected]"
}
}
}