22
22
"artifact" : " create-artifact @galaxyops/design-system" ,
23
23
"test" : " jest --runInBand" ,
24
24
"test:cov" : " jest --coverage --runInBand" ,
25
+ "test:ui" : " test-storybook --url http://127.0.0.1:3000" ,
25
26
"watch" : " tsc -w" ,
26
27
"lint" : " eslint --format visualstudio \" ./src/**/*.tsx\" --fix && stylelint \" ./src/**/*.scss\" --fix" ,
27
28
"lint:ci" : " eslint --format visualstudio \" ./src/**/*.tsx\" --fix-dry-run && stylelint \" ./src/**/*.scss\" " ,
38
39
},
39
40
"peerDependencies" : {
40
41
"@emotion/react" : " ~11.11.1" ,
42
+ "luxon" : " 3.3.0" ,
41
43
"react" : " ^18.2.0" ,
42
- "react-dom" : " ^18.2.0" ,
43
- "luxon" : " 3.3.0"
44
+ "react-dom" : " ^18.2.0"
44
45
},
45
46
"dependencies" : {
46
47
"@fortawesome/fontawesome-svg-core" : " ^6.5.1" ,
56
57
"xss" : " ~1.0.14"
57
58
},
58
59
"devDependencies" : {
59
- "@types/luxon" : " ~3.2.0" ,
60
60
"@babel/core" : " 7.23.5" ,
61
61
"@babel/preset-env" : " 7.23.5" ,
62
62
"@babel/preset-react" : " 7.23.3" ,
70
70
"@mui/lab" : " ~5.0.0-alpha.134" ,
71
71
"@mui/material" : " ~5.12.2" ,
72
72
"@mui/system" : " ~5.12.1" ,
73
+ "@playwright/test" : " ^1.50.1" ,
73
74
"@rollup/plugin-multi-entry" : " ~6.0.1" ,
74
75
"@storybook/addon-a11y" : " 7.6.3" ,
75
76
"@storybook/addon-actions" : " 7.6.3" ,
84
85
"@storybook/node-logger" : " 7.6.3" ,
85
86
"@storybook/react" : " 7.6.3" ,
86
87
"@storybook/react-vite" : " 7.6.3" ,
88
+ "@storybook/test-runner" : " 0.16.0" ,
87
89
"@storybook/testing-library" : " 0.2.2" ,
88
90
"@storybook/theming" : " 7.6.3" ,
89
91
"@testing-library/dom" : " 9.3.3" ,
93
95
"@testing-library/user-event" : " 14.5.1" ,
94
96
"@types/jest" : " 29.5.12" ,
95
97
"@types/lodash" : " 4.17.6" ,
98
+ "@types/luxon" : " ~3.2.0" ,
96
99
"@types/node" : " 20.11.25" ,
97
100
"@types/react" : " 18.2.59" ,
98
101
"@types/react-dom" : " 18.2.19" ,
114
117
"glob" : " ^10.3.10" ,
115
118
"identity-obj-proxy" : " ~3.0.0" ,
116
119
"jest" : " 29.7.0" ,
120
+ "jest-image-snapshot" : " ^6.4.0" ,
117
121
"react" : " 18.2.0" ,
118
122
"react-day-picker" : " 8.9.1" ,
119
123
"react-dom" : " 18.2.0" ,
146
150
},
147
151
"author" : " hxtree" ,
148
152
"license" : " MIT"
149
- }
153
+ }
0 commit comments