-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
112 lines (112 loc) · 4.04 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
{
"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",
"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"
},
"dependencies": {
"@arcgis/core": "^4.30.9",
"@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": "^6.0.10",
"@pega/cosmos-react-rte": "^6.0.10",
"@pega/cosmos-react-social": "^6.0.10",
"@pega/cosmos-react-work": "^6.0.10",
"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.6"
},
"devDependencies": {
"@babel/preset-env": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@pega/configs": "^0.15.1",
"@pega/custom-dx-components": "~24.1",
"@pega/eslint-config": "^0.15.1",
"@pega/pcore-pconnect-typedefs": "^3.2.0-alpha.1",
"@pega/tsconfig": "^0.15.1",
"@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.2",
"@testing-library/react": "^12.1.5",
"@types/dagre": "^0.7.52",
"@types/jest": "^29.5.13",
"@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.15.4",
"cspell-dict-lorem-ipsum": "^1.1.2",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"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.3.3",
"sort-package-json": "^2.10.1",
"storybook": "^7.6.19",
"stylelint": "^16.10.0",
"ts-jest": "^29.2.5",
"typescript": "^5.6.3"
},
"organization": "Pega"
}