@dxc-technology/halstack-react 0.0.0-007927e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +46 -0
- package/dist/index.d.mts +6439 -0
- package/dist/index.d.ts +6439 -0
- package/dist/index.js +12601 -0
- package/dist/index.mjs +12513 -0
- package/package.json +91 -0
package/package.json
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@dxc-technology/halstack-react",
|
|
3
|
+
"version": "0.0.0-007927e",
|
|
4
|
+
"repository": {
|
|
5
|
+
"type": "git",
|
|
6
|
+
"url": "https://github.com/dxc-technology/halstack-react"
|
|
7
|
+
},
|
|
8
|
+
"main": "./dist/index.js",
|
|
9
|
+
"module": "./dist/index.mjs",
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
11
|
+
"exports": {
|
|
12
|
+
"types": "./src/index.ts",
|
|
13
|
+
"default": "./dist/index.js"
|
|
14
|
+
},
|
|
15
|
+
"files": [
|
|
16
|
+
"dist"
|
|
17
|
+
],
|
|
18
|
+
"scripts": {
|
|
19
|
+
"build": "tsup src/index.ts --format cjs,esm --dts",
|
|
20
|
+
"build-storybook": "storybook build",
|
|
21
|
+
"dev": "tsup src/index.ts --format cjs,esm --dts --watch",
|
|
22
|
+
"lint": "eslint . --max-warnings 0",
|
|
23
|
+
"prepublishOnly": "node ../../scripts/copy-readme.js",
|
|
24
|
+
"storybook": "storybook dev -p 6006",
|
|
25
|
+
"storybook:accessibility": "test-storybook",
|
|
26
|
+
"storybook:accessibility:ci": "test-storybook --maxWorkers=2",
|
|
27
|
+
"test": "jest --env=jsdom --config=./jest.config.js",
|
|
28
|
+
"test:accessibility": "jest --env=jsdom --config=./jest.config.accessibility.js",
|
|
29
|
+
"test:watch": "jest --env=jsdom --config=./jest.config.js --watch"
|
|
30
|
+
},
|
|
31
|
+
"peerDependencies": {
|
|
32
|
+
"react": "^18.x",
|
|
33
|
+
"react-dom": "^18.x",
|
|
34
|
+
"styled-components": "^5.0.1",
|
|
35
|
+
"@cloudscape-design/components": "3.0.677"
|
|
36
|
+
},
|
|
37
|
+
"dependencies": {
|
|
38
|
+
"@radix-ui/react-popover": "^1.1.0",
|
|
39
|
+
"@radix-ui/react-tooltip": "^1.1.0",
|
|
40
|
+
"color": "^4.2.3",
|
|
41
|
+
"dayjs": "^1.11.11",
|
|
42
|
+
"slugify": "^1.6.6"
|
|
43
|
+
},
|
|
44
|
+
"devDependencies": {
|
|
45
|
+
"@cloudscape-design/components": "file:packages/cloudscape-themed/dist/themed/components",
|
|
46
|
+
"@cloudscape-design/design-tokens": "file:packages/cloudscape-themed/dist/themed/design-tokens",
|
|
47
|
+
"@babel/cli": "^7.16.8",
|
|
48
|
+
"@babel/core": "^7.16.7",
|
|
49
|
+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
|
|
50
|
+
"@babel/plugin-proposal-optional-chaining": "^7.13.8",
|
|
51
|
+
"@babel/plugin-transform-runtime": "^7.16.8",
|
|
52
|
+
"@babel/preset-env": "^7.16.8",
|
|
53
|
+
"@babel/preset-react": "^7.16.7",
|
|
54
|
+
"@babel/preset-typescript": "^7.16.7",
|
|
55
|
+
"@chromatic-com/storybook": "^1.5.0",
|
|
56
|
+
"@dxc-technology/eslint-config": "*",
|
|
57
|
+
"@dxc-technology/typescript-config": "*",
|
|
58
|
+
"@storybook/addon-a11y": "^8.1.10",
|
|
59
|
+
"@storybook/addon-essentials": "^8.1.10",
|
|
60
|
+
"@storybook/addon-interactions": "^8.1.10",
|
|
61
|
+
"@storybook/addon-links": "^8.1.10",
|
|
62
|
+
"@storybook/blocks": "^8.1.10",
|
|
63
|
+
"@storybook/react": "^8.1.10",
|
|
64
|
+
"@storybook/react-vite": "^8.1.10",
|
|
65
|
+
"@storybook/test": "^8.1.10",
|
|
66
|
+
"@storybook/test-runner": "^0.18.2",
|
|
67
|
+
"@testing-library/react": "^13.0.0",
|
|
68
|
+
"@testing-library/user-event": "^13.0.0",
|
|
69
|
+
"@turbo/gen": "^1.12.4",
|
|
70
|
+
"@types/eslint": "^8.56.5",
|
|
71
|
+
"@types/jest": "^29.5.12",
|
|
72
|
+
"@types/jest-axe": "^3.5.9",
|
|
73
|
+
"@types/node": "^20.11.24",
|
|
74
|
+
"@types/react": "^18.2.61",
|
|
75
|
+
"@types/react-dom": "^18.2.19",
|
|
76
|
+
"@types/styled-components": "^5.1.34",
|
|
77
|
+
"axe-playwright": "^2.0.1",
|
|
78
|
+
"chromatic": "^11.5.4",
|
|
79
|
+
"eslint": "^8.57.0",
|
|
80
|
+
"eslint-plugin-storybook": "^0.8.0",
|
|
81
|
+
"identity-obj-proxy": "^3.0.0",
|
|
82
|
+
"jest": "^29.7.0",
|
|
83
|
+
"jest-axe": "^9.0.0",
|
|
84
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
85
|
+
"playwright": "^1.44.1",
|
|
86
|
+
"storybook": "^8.1.10",
|
|
87
|
+
"storybook-addon-pseudo-states": "^3.1.1",
|
|
88
|
+
"tsup": "^8.1.0",
|
|
89
|
+
"typescript": "^5.3.3"
|
|
90
|
+
}
|
|
91
|
+
}
|