-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.42 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
{
"name": "cebus",
"version": "0.0.0",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cebus-org/cebus"
},
"scripts": {
"build": "nx run-many --target=build --all",
"bundle-size": "nx run-many --target=bundle-size --all",
"coverage": "nx run-many --target=coverage --all",
"test": "nx run-many --target=test --all",
"lint": "nx run-many --target=lint --all",
"change": "beachball change",
"checkchange": "beachball check --changehint \"Run 'yarn change' to generate a change file\"",
"publish:beachball": "beachball publish -b origin/master --access public -y",
"format": "prettier --write ./",
"check-format": "prettier --check ./",
"prepare": "husky install",
"build-storybook": "build-storybook",
"chromatic": "cd apps && cd vr-tests && yarn chromatic"
},
"devDependencies": {
"beachball": "2.24.0",
"chromatic": "6.7.0",
"prettier": "2.7.1",
"husky": "8.0.1",
"@nrwl/cli": "14.4.2",
"@nrwl/jest": "14.4.2",
"@nrwl/nx-cloud": "14.2.0",
"@nrwl/tao": "14.4.2",
"@nrwl/workspace": "14.4.2",
"@fluentui/bundle-size": "1.1.6",
"@cebus/scripts": "^0.0.0",
"@cebus/eslint-plugin": "*",
"@fluentui/react-conformance": "0.10.1",
"webpack": "5.73.0",
"@fluentui/react-conformance-griffel": "9.0.0-beta.3"
},
"workspaces": [
"apps/*",
"scripts",
"packages/*"
]
}