File tree Expand file tree Collapse file tree 4 files changed +7131
-6939
lines changed
Expand file tree Collapse file tree 4 files changed +7131
-6939
lines changed Original file line number Diff line number Diff line change 11httpTimeout : 600000
22nodeLinker : node-modules
3- defaultSemverRangePrefix : ' '
4- npmRegistryServer : " https://registry.npmmirror.com"
3+ defaultSemverRangePrefix : " "
4+ # npmRegistryServer: "https://registry.npmmirror.com"
55yarnPath : .yarn/releases/yarn-3.7.0.cjs
66supportedArchitectures :
77 os :
8- - ' darwin'
9- - ' linux'
8+ - " darwin"
9+ - " linux"
1010 cpu :
11- - ' x64'
12- - ' arm64'
11+ - " x64"
12+ - " arm64"
1313 libc :
14- - ' glibc'
15- - ' musl'
14+ - " glibc"
15+ - " musl"
Original file line number Diff line number Diff line change 3434 "@types/node" : " ^17.0.12" ,
3535 "@types/react" : " ^18.0.22" ,
3636 "@types/react-dom" : " ^18.0.7" ,
37- "storybook" : " *" ,
3837 "@xsky/eris-eslint-config-ui" : " *" ,
3938 "@xsky/eris-tsconfig-ui" : " *" ,
4039 "autoprefixer" : " ^10.4.16" ,
Original file line number Diff line number Diff line change 2323 "i18n:scanner" : " turbo run i18n:scanner --filter @xsky/eris-ui" ,
2424 "release" : " dotenv -- turbo release --concurrency=1" ,
2525 "postinstall" : " yarn prepare" ,
26- "publish:changed" : " node ./scripts/publish-changed.js"
26+ "publish:changed" : " node ./scripts/publish-changed.js" ,
27+ "extract-storybook-docs" : " storybook-llms-extractor --distPath apps/storybook/storybook-static"
2728 },
2829 "dependencies" : {
30+ "@acring/storybook-llms-extractor" : " 0.0.0" ,
2931 "turbo" : " 1.11.1" ,
3032 "typescript" : " ^5.2.2"
3133 },
You can’t perform that action at this time.
0 commit comments