-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.16 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
{
"name": "admiralty-design-system",
"packageManager": "[email protected]",
"devDependencies": {
"@auto-it/conventional-commits": "^11.2.1",
"@auto-it/protected-branch": "^11.2.1",
"@auto-it/released": "^11.2.1",
"auto": "^11.2.1",
"colorette": "^2.0.20",
"execa": "^9.4.0",
"fs-extra": "^11.2.0",
"lerna": "8.1.9",
"listr": "^0.14.3",
"nx": "20.1.3",
"semver": "^7.6.3"
},
"scripts": {
"build:all": "nx run-many --target=build",
"build:core": "yarn exec nx build --no-cache @ukho/admiralty-core",
"build:angular": "yarn exec nx build --no-cache @ukho/admiralty-angular",
"build:react": "yarn exec nx build --no-cache @ukho/admiralty-react",
"build:test-app": "nx build test-app",
"build:website": "nx build website",
"build:docs": "nx build @ukho-internal/admiralty-docs"
},
"workspaces": [
"packages/*"
],
"url": "https://github.com/UKHO/admiralty-design-system",
"repository": "git://github.com/UKHO/admiralty-design-system.git",
"license": "MIT",
"author": "UKHO",
"auto": {
"plugins": [
"npm",
"conventional-commits",
"released"
],
"baseBranch": "main"
}
}