File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 14
14
"crowdin-contributors" : " ts-node -O '{ \" module\" : \" commonjs\" }' src/scripts/crowdin/getCrowdinContributors.ts" ,
15
15
"storybook" : " storybook dev -p 6006" ,
16
16
"build-storybook" : " storybook build" ,
17
+ "chromatic" : " chromatic --project-token fee8e66c9916" ,
17
18
"crowdin-clean" : " rm -rf .crowdin && mkdir .crowdin" ,
18
19
"crowdin-import" : " ts-node src/scripts/crowdin-import.ts" ,
19
20
"markdown-checker" : " ts-node -O '{ \" module\" : \" commonjs\" }' src/scripts/markdownChecker.ts"
70
71
"@types/node" : " ^20.4.2" ,
71
72
"@types/react" : " ^18.2.15" ,
72
73
"@types/react-dom" : " ^18.2.7" ,
74
+ "chromatic" : " ^10.5.0" ,
73
75
"eslint" : " ^8.45.0" ,
74
76
"eslint-config-next" : " ^13.0.0" ,
75
77
"eslint-config-prettier" : " ^9.0.0" ,
Original file line number Diff line number Diff line change @@ -6070,6 +6070,11 @@ chownr@^2.0.0:
6070
6070
resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece"
6071
6071
integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==
6072
6072
6073
+ chromatic@^10.5.0:
6074
+ version "10.5.0"
6075
+ resolved "https://registry.yarnpkg.com/chromatic/-/chromatic-10.5.0.tgz#85349cccb30d2d004668fdd33314f701300fc72e"
6076
+ integrity sha512-fOdncJpF/JxRKhNyKwkxw08tVyqF+SJq/TI9cEEUgqip/+KHDfW4U0fy2U1C+RXuJefN6FgqOflsEUoURNBmGg==
6077
+
6073
6078
chrome-trace-event@^1.0.2:
6074
6079
version "1.0.3"
6075
6080
resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz#1015eced4741e15d06664a957dbbf50d041e26ac"
You can’t perform that action at this time.
0 commit comments