-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
131 lines (131 loc) · 5.09 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
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
{
"name": "pega-constellation-ui-gallery",
"version": "2.0.0",
"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": {
"start": "storybook dev --port 6006",
"build-storybook": "storybook build --docs",
"storybook-docs": "storybook dev --docs --port 6006",
"test-storybook": "test-storybook",
"lint": "run-p -cl lint:*",
"fix": "run-p -cl fix:*",
"test": "jest",
"coverage": "jest --coverage --coverageReporters=html",
"authenticate": "custom-dx-components authenticate",
"buildComponent": "custom-dx-components buildComponent",
"buildAllComponents": "custom-dx-components buildAllComponents",
"publish": "custom-dx-components publish",
"publishAll": "custom-dx-components publishAll",
"list": "custom-dx-components list",
"validate-schema": "custom-dx-components validateSchema",
"lint:types": "tsc --noEmit",
"lint:es": "eslint --color --cache --cache-location=node_modules/.cache/eslint/ ./src",
"lint:styles": "stylelint \"./**/*.@(js|jsx|ts|tsx)\"",
"lint:format": "prettier -c .",
"lint:pkg": "sort-package-json --check package.json packages/*/package.json",
"fix:es": "eslint --color --fix --cache --cache-location=node_modules/.cache/eslint/ ./src",
"fix:styles": "stylelint --fix \"./**/*.@(js|jsx|ts|tsx)\"",
"fix:format": "prettier --color --loglevel warn -w .",
"fix:pkg": "sort-package-json package.json packages/*/package.json",
"createLib": "custom-dx-components createLibrary",
"switchLib": "custom-dx-components switchLibrary",
"createLibVersion": "custom-dx-components createVersion",
"switchLibVersion": "custom-dx-components switchVersion",
"listLib": "custom-dx-components listLibrary",
"listPublishedLib": "custom-dx-components listPublished",
"deleteLib": "custom-dx-components deleteLibrary",
"deletePublishedLib": "custom-dx-components deletePublished",
"deleteLibVersion": "custom-dx-components deleteVersion",
"move": "custom-dx-components moveComponent",
"publishLibVersion": "custom-dx-components publish",
"storeLibVersion": "custom-dx-components storeComponents",
"showStatus": "custom-dx-components showStatus",
"setPermanent": "custom-dx-components setPermanent",
"importLibVersion": "custom-dx-components importArchive",
"exportLibVersion": "custom-dx-components exportArchive",
"validate": "custom-dx-components buildComponent",
"validateAll": "custom-dx-components buildAllComponents",
"help": "custom-dx-components showHelp"
},
"dependencies": {
"@arcgis/core": "^4.31.6",
"@dagrejs/dagre": "^1.1.4",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/react": "^6.1.15",
"@fullcalendar/timegrid": "^6.1.15",
"@hello-pangea/dnd": "^16.6.0",
"@pega/cosmos-react-core": "^7.2.3",
"@pega/cosmos-react-rte": "^7.2.3",
"@pega/cosmos-react-social": "^7.2.3",
"@pega/cosmos-react-work": "^7.2.3",
"gantt-task-react": "^0.3.9",
"imask": "^7.6.1",
"jsbarcode": "^3.11.6",
"polished": "^4.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-image-magnifiers": "^1.4.0",
"reactflow": "^11.11.4",
"signature_pad": "^5.0.4",
"styled-components": "^5.3.11"
},
"devDependencies": {
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@pega/configs": "^0.16.2",
"@pega/custom-dx-components": "^24.2.11",
"@pega/eslint-config": "^0.16.2",
"@pega/pcore-pconnect-typedefs": "^3.2.1",
"@pega/tsconfig": "^0.16.2",
"@storybook/addon-a11y": "^7.6.19",
"@storybook/addon-essentials": "^7.6.19",
"@storybook/manager-api": "^7.6.19",
"@storybook/react": "^7.6.19",
"@storybook/react-webpack5": "^7.6.19",
"@storybook/test-runner": "0.16.0",
"@storybook/theming": "^7.6.19",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^12.1.5",
"@types/jest": "^29.5.14",
"@types/react": "^17.0.80",
"@types/react-dom": "^17.0.25",
"@types/react-image-magnifiers": "^1.3.5",
"@types/styled-components": "^5.1.34",
"axe-playwright": "^2.0.3",
"cspell": "^8.17.1",
"cspell-dict-lorem-ipsum": "^1.1.2",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.10.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^4.6.2",
"jest": "^29.7.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.7.0",
"jest-junit": "^16.0.0",
"npm-quick-run": "^1.18.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.4.2",
"sort-package-json": "^2.12.0",
"storybook": "^7.6.19",
"stylelint": "^16.12.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
},
"organization": "Pega"
}