-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 4.05 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
{
"name": "dxcb24112",
"version": "1.0.0",
"description": "",
"organization": "Pega",
"main": "src/index.js",
"type": "module",
"scripts": {
"startStorybook": "storybook dev --port 6040 --quiet",
"lint": "eslint .",
"authenticate": "custom-dx-components authenticate",
"buildComponent": "custom-dx-components buildComponent",
"buildAllComponents": "custom-dx-components buildAllComponents",
"create": "custom-dx-components create",
"createAll": "custom-dx-components createAll",
"publish": "custom-dx-components publish",
"publishAll": "custom-dx-components publishAll",
"rename": "custom-dx-components rename",
"list": "custom-dx-components list",
"validate-schema": "custom-dx-components validateSchema",
"update": "custom-dx-components update",
"delete": "custom-dx-components delete",
"deleteAll": "custom-dx-components deleteAll",
"promoteWebPack": "custom-dx-components promoteWebPack",
"revertWebPack": "custom-dx-components revertWebPack",
"_internal-test-coverage": "node --input-type=module --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand node_modules/@pega/custom-dx-component --ci --testResultsProcessor='jest-junit' --coverage",
"_internal-test": "echo 'Running functional and unit tests will DELETE existing local components, proceed (y/n)?' && read proceed && if test \"$proceed\" = \"y\"; then npm run _internal-test-full; fi ",
"_internal-test-full": "npm run _internal-test-functional && npm run _internal-test-unit",
"_internal-test-functional": "npm run test:functional:local --prefix node_modules/@pega/custom-dx-components",
"_internal-test-unit": "npm run test:unit:local --prefix node_modules/@pega/custom-dx-components",
"_internal-build-jest-assets": "custom-dx-components buildJestAssets",
"_lint:styles": "stylelint \"./**/*.@(js|jsx|ts|tsx)\"",
"_lint:format": "prettier -c .",
"_lint:spelling": "cspell --no-progress **/*",
"_lint:types": "tsc --noEmit"
},
"scriptsComments": {
"build": "tsc -b tsconfig.build.json",
"fix": "run-p -cl fix:*",
"fix:es": "eslint --fix .",
"fix:format": "prettier -w ."
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"pega"
],
"author": "",
"license": "Enter License",
"sideEffects": false,
"dependencies": {
"@pega/cosmos-react-condition-builder": "^6.0.3",
"@pega/cosmos-react-core": "^6.0.3",
"@pega/cosmos-react-work": "^6.0.3",
"dayjs": "^1.11.10",
"lodash.get": "^4.4.2",
"polished": "^4.2.2",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-autosuggest": "^10.1.0",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"react-player": "^2.10.1",
"react-redux": "^7.2.6",
"styled-components": "^5.3.5",
"ts-loader": "^9.5.1"
},
"devDependencies": {
"@pega/configs": "^0.6.0",
"@pega/custom-dx-components": "24.1.11",
"@pega/pcore-pconnect-typedefs": "~3.0.0",
"@storybook/addon-actions": "^7.6.7",
"@storybook/addon-essentials": "^7.6.7",
"@storybook/addon-links": "^7.6.7",
"@storybook/addon-storysource": "^7.6.7",
"@storybook/react": "^7.6.7",
"@storybook/react-webpack5": "^7.6.7",
"@types/emoji-mart": "^3.0.14",
"@types/lodash.get": "^4.4.9",
"@types/react": "^17.0.39",
"@types/react-color": "^3.0.11",
"@types/react-dom": "^17.0.11",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"eslint": "^8.56.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-mdx": "^2.3.2",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sonarjs": "^0.23.0",
"eslint-plugin-storybook": "^0.6.15",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-junit": "^16.0.0",
"npm-run-all": "^4.1.5",
"prettier": "3.1.1",
"storybook": "^7.6.7",
"stylelint": "^14.11.0",
"typescript": "~4.9.5"
}
}