forked from pegasystems/constellation-ui-gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3.72 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
{
"name": "pega-constellation-ui-gallery",
"version": "1.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 .",
"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 --fix ./src",
"fix:format": "prettier --color --loglevel warn -w .",
"fix:pkg": "sort-package-json package.json packages/*/package.json"
},
"dependencies": {
"@fullcalendar/core": "^6.1.10",
"@fullcalendar/daygrid": "^6.1.10",
"@fullcalendar/react": "^6.1.10",
"@fullcalendar/timegrid": "^6.1.10",
"@hello-pangea/dnd": "^16.5.0",
"@pega/cosmos-react-core": "^4.1.2",
"@pega/cosmos-react-social": "^4.1.2",
"@pega/cosmos-react-work": "^4.2.2",
"dagre": "^0.8.5",
"gantt-task-react": "^0.3.9",
"imask": "^7.3.0",
"jsbarcode": "^3.11.6",
"polished": "^4.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"reactflow": "^11.10.1",
"signature_pad": "^4.1.7",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@pega/configs": "^0.7.1",
"@pega/custom-dx-components": "^23.1.11",
"@pega/eslint-config": "^0.7.1",
"@pega/pcore-pconnect-typedefs": "^2.1.1",
"@pega/tsconfig": "^0.7.1",
"@storybook/addon-essentials": "^7.6.8",
"@storybook/manager-api": "^7.6.8",
"@storybook/react": "^7.6.16",
"@storybook/react-webpack5": "^7.6.7",
"@storybook/test-runner": "^0.16.0",
"@storybook/theming": "^7.6.8",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^12.1.5",
"@types/dagre": "^0.7.52",
"@types/jest": "^29.5.12",
"@types/react": "^17.0.75",
"@types/react-dom": "^17.0.25",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"cspell": "^8.3.2",
"cspell-dict-lorem-ipsum": "^1.1.2",
"eslint": "^8.4.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^27.6.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-mdx": "^3.1.4",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-sonarjs": "^0.24.0",
"eslint-plugin-storybook": "^0.8.0",
"jest": "^29.7.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.3.1",
"jest-junit": "^16.0.0",
"npm-quick-run": "^1.16.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.4",
"sort-package-json": "^2.6.0",
"storybook": "^7.6.7",
"stylelint": "^16.1.0",
"ts-jest": "^29.1.2",
"typescript": "^5.3.3"
},
"organization": "Pega"
}