-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 3.12 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
56
57
58
59
60
61
62
63
64
65
66
{
"name": "oce-editor-tools",
"version": "0.1.20",
"license": "MIT",
"private": true,
"scripts": {
"start:base": "yarn nx start @oce-editor-tools/base",
"start:mui-core": "yarn nx start @oce-editor-tools/mui-core",
"start:joy-core": "yarn nx start @oce-editor-tools/joy-core",
"start:base-core": "yarn nx start @oce-editor-tools/base-core",
"start:mui-pk": "yarn nx start @oce-editor-tools/mui-pk",
"start:joy-pk": "yarn nx start @oce-editor-tools/joy-pk",
"start:mui-simple": "yarn nx start @oce-editor-tools/mui-simple",
"start:verse-mapper": "yarn nx start @oce-editor-tools/verse-mapper",
"start:joy-verse-navigator": "yarn nx start @oce-editor-tools/joy-verse-navigator",
"start:mui-verse-navigator": "yarn nx start @oce-editor-tools/mui-verse-navigator",
"build:base": "yarn nx build @oce-editor-tools/base",
"build:mui-core": "yarn nx build @oce-editor-tools/mui-core",
"build:joy-core": "yarn nx build @oce-editor-tools/joy-core",
"build:base-core": "yarn nx build @oce-editor-tools/base-core",
"build:mui-pk": "yarn nx build @oce-editor-tools/mui-pk",
"build:joy-pk": "yarn nx build @oce-editor-tools/joy-pk",
"build:mui-simple": "yarn nx build @oce-editor-tools/mui-simple",
"build:verse-mapper": "yarn nx build @oce-editor-tools/verse-mapper",
"build:joy-verse-navigator": "yarn nx build @oce-editor-tools/joy-verse-navigator",
"build:mui-verse-navigator": "yarn nx build @oce-editor-tools/mui-verse-navigator",
"publish:base": "yarn workspace @oce-editor-tools/base publish",
"publish:mui-core": "yarn workspace @oce-editor-tools/mui-core publish",
"publish:joy-core": "yarn workspace @oce-editor-tools/joy-core publish",
"publish:base-core": "yarn workspace @oce-editor-tools/base-core publish",
"publish:mui-pk": "yarn workspace @oce-editor-tools/mui-pk publish",
"publish:joy-pk": "yarn workspace @oce-editor-tools/joy-pk publish",
"publish:mui-simple": "yarn workspace @oce-editor-tools/mui-simple publish",
"publish:verse-mapper": "yarn workspace @oce-editor-tools/verse-mapper publish",
"publish:joy-verse-navigator": "yarn workspace @oce-editor-tools/joy-verse-navigator publish",
"publish:mui-verse-navigator": "yarn workspace @oce-editor-tools/mui-verse-navigator publish"
},
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.17.10",
"@babel/runtime": "7.13.8",
"@nrwl/nx-cloud": "^16.4.0",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"babel-loader": "^8.2.2",
"craco": "^0.0.3",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-test-selectors": "^2.1.1",
"font-detect-rhl": "^1.0.9",
"nx": "16.10.0",
"prettier": "^3.0.3",
"react-docgen": "^5.4.3",
"react-scripts": "^5.0.1",
"react-styleguidist": "^13.1.1"
},
"workspaces": [
"packages/*"
]
}