-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathpackage.json
More file actions
142 lines (142 loc) · 5.47 KB
/
package.json
File metadata and controls
142 lines (142 loc) · 5.47 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "pega-constellation-ui-gallery",
"version": "4.0.3",
"description": "A UI Gallery of Constellation DX Components",
"keywords": [
"pega"
],
"repository": {
"type": "git",
"url": "https://github.com/pegasystems/constellation-ui-gallery.git"
},
"license": "Apache-2.0",
"author": "Pegasystems",
"main": "src/index.js",
"scripts": {
"authenticate": "custom-dx-components authenticate",
"build-storybook": "storybook build --docs",
"buildAllComponents": "custom-dx-components buildAllComponents",
"buildComponent": "custom-dx-components buildComponent",
"coverage": "jest --coverage --coverageReporters=html",
"createLib": "custom-dx-components createLibrary",
"createLibVersion": "custom-dx-components createVersion",
"deleteLib": "custom-dx-components deleteLibrary",
"deleteLibVersion": "custom-dx-components deleteVersion",
"deletePublishedLib": "custom-dx-components deletePublished",
"exportLibVersion": "custom-dx-components exportArchive",
"fix": "run-p -cl fix:*",
"fix:es": "eslint --color --fix --cache --cache-location=node_modules/.cache/eslint/ ./src",
"fix:format": "prettier --color --loglevel warn -w .",
"fix:pkg": "sort-package-json package.json packages/*/package.json",
"fix:styles": "stylelint --fix \"./**/*.@(js|jsx|ts|tsx)\"",
"help": "custom-dx-components showHelp",
"importComponent": "custom-dx-components importComponent",
"importLibVersion": "custom-dx-components importArchive",
"lint": "run-p -cl lint:*",
"lint:es": "eslint --color --cache --cache-location=node_modules/.cache/eslint/ ./src",
"lint:format": "prettier -c .",
"lint:pkg": "sort-package-json --check package.json packages/*/package.json",
"lint:styles": "stylelint \"./**/*.@(js|jsx|ts|tsx)\"",
"lint:types": "tsc --noEmit",
"list": "custom-dx-components list",
"listLib": "custom-dx-components listLibrary",
"listPublishedLib": "custom-dx-components listPublished",
"move": "custom-dx-components moveComponent",
"publish": "custom-dx-components publish",
"publishLibVersion": "custom-dx-components publish",
"rename": "custom-dx-components rename",
"restoreLibVersion": "custom-dx-components restore",
"setPermanent": "custom-dx-components setPermanent",
"showStatus": "custom-dx-components showStatus",
"start": "storybook dev --port 6006",
"startDevServer": "custom-dx-components startDevServer",
"storeLibVersion": "custom-dx-components storeComponents",
"storybook-docs": "storybook dev --docs --port 6006",
"switchLib": "custom-dx-components switchLibrary",
"switchLibVersion": "custom-dx-components switchVersion",
"test": "jest",
"test-storybook": "test-storybook",
"update": "custom-dx-components update",
"validate": "custom-dx-components buildComponent",
"validate-schema": "custom-dx-components validateSchema",
"validateAll": "custom-dx-components buildAllComponents"
},
"dependencies": {
"@arcgis/core": "^5.0.16",
"@dagrejs/dagre": "^3.0.0",
"@fullcalendar/core": "^6.1.20",
"@fullcalendar/daygrid": "^6.1.20",
"@fullcalendar/react": "^6.1.20",
"@fullcalendar/timegrid": "^6.1.20",
"@hello-pangea/dnd": "^18.0.1",
"@pega/cosmos-react-core": "^8.17.0",
"@pega/cosmos-react-rte": "^8.17.0",
"@pega/cosmos-react-social": "^8.17.0",
"@pega/cosmos-react-work": "^8.17.0",
"dompurify": "^3.3.3",
"gantt-task-react": "^0.3.9",
"imask": "^7.6.1",
"jsbarcode": "^3.12.3",
"polished": "^4.3.1",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-image-magnifiers": "^1.4.0",
"reactflow": "^11.11.4",
"signature_pad": "^5.1.3",
"styled-components": "^5.3.11"
},
"devDependencies": {
"@babel/preset-env": "^7.29.2",
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@pega/configs": "^0.17.0",
"@pega/custom-dx-components": "25.1.23",
"@pega/eslint-config": "^0.17.0",
"@pega/pcore-pconnect-typedefs": "^4.1.0",
"@pega/tsconfig": "^0.17.0",
"@storybook/addon-a11y": "^10.3.5",
"@storybook/addon-docs": "^10.3.5",
"@storybook/addon-webpack5-compiler-babel": "^4.0.1",
"@storybook/react-webpack5": "^10.3.5",
"@storybook/test-runner": "0.24.3",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/dompurify": "^3.2.0",
"@types/jest": "^30.0.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@types/react-image-magnifiers": "^1.3.5",
"@types/styled-components": "^5.1.36",
"axe-playwright": "^2.2.2",
"cspell": "^9.7.0",
"eslint": "^9.39.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.15.2",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-mdx": "^3.7.0",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-storybook": "10.3.5",
"globals": "^17.5.0",
"jest": "^30.3.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^30.3.0",
"jest-junit": "^16.0.0",
"npm-quick-run": "^1.18.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.8.2",
"remark-gfm": "^4.0.1",
"sort-package-json": "^3.6.1",
"storybook": "^10.3.5",
"stylelint": "17.7.0",
"ts-jest": "^29.4.9",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.2"
},
"engines": {
"node": "24.x"
},
"organization": "Pega"
}