-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.98 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.98 KB
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
{
"name": "web-components",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"storybook": "storybook dev -p 6006",
"sb": "storybook dev -p 6006",
"build-storybook": "storybook build",
"dev": "vite"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.14.0",
"devDependencies": {
"@chromatic-com/storybook": "^4",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^7.1.1",
"@mui/material": "^7.1.1",
"@mui/x-data-grid-premium": "^8.18.0",
"@mui/x-license": "^8.18.0",
"@storybook/addon-a11y": "9.0.10",
"@storybook/addon-docs": "9.0.10",
"@storybook/addon-themes": "9.0.10",
"@storybook/addon-vitest": "9.0.10",
"@storybook/react-vite": "9.0.10",
"@types/dom-to-image": "^2.6.7",
"@types/downloadjs": "^1.4.6",
"@types/node": "^24.0.3",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@visx/axis": "^3.12.0",
"@visx/curve": "^3.12.0",
"@visx/drag": "^3.12.0",
"@visx/event": "^3.12.0",
"@visx/gradient": "^3.12.0",
"@visx/group": "^3.12.0",
"@visx/heatmap": "^3.12.0",
"@visx/hierarchy": "^3.12.0",
"@visx/mock-data": "^3.12.0",
"@visx/responsive": "^3.12.0",
"@visx/scale": "^3.12.0",
"@visx/shape": "^3.12.0",
"@visx/stats": "^3.12.0",
"@visx/text": "^3.12.0",
"@visx/tooltip": "^3.12.0",
"@visx/vendor": "^3.12.0",
"@visx/zoom": "^3.12.0",
"@vitejs/plugin-react": "^5",
"@vitest/browser": "^3.2.3",
"@vitest/coverage-v8": "^3.2.3",
"babel-plugin-react-compiler": "^1.0.0",
"msw": "^2.13.3",
"msw-storybook-addon": "^2.0.7",
"playwright": "^1.53.0",
"prop-types": "^15.8.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"storybook": "9.0.10",
"typescript": "^5.8.3",
"vite": "^7.0.0",
"vite-plugin-dts": "^4.5.4",
"vitest": "^3.2.3"
},
"msw": {
"workerDirectory": [
"public"
]
}
}