Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sedghi committed Jan 10, 2025
1 parent 84e58c1 commit 7eb9d8d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
13 changes: 0 additions & 13 deletions platform/docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,6 @@ module.exports = {
favicon: 'img/favicon.ico',
themes: ['@docusaurus/theme-live-codeblock'],
plugins: [
() => ({
name: 'resolve-react',
configureWebpack() {
return {
resolve: {
alias: {
// assuming root node_modules is up from "./packages/<your-docusaurus>
react: path.resolve('../../node_modules/react'),
},
},
};
},
}),
// path.resolve(__dirname, './pluginOHIFWebpackConfig.js'),
// /path.resolve(__dirname, './postcss.js'),
'docusaurus-plugin-image-zoom', // 3rd party plugin for image click to pop
Expand Down
1 change: 1 addition & 0 deletions platform/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"tailwindcss-animate": "^1.0.7",
"@svgr/webpack": "^5.5.0",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.0",
Expand Down
5 changes: 5 additions & 0 deletions platform/docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11074,6 +11074,11 @@ tailwind-merge@^2.3.0:
resolved "https://registry.yarnpkg.com/tailwind-merge/-/tailwind-merge-2.6.0.tgz#ac5fb7e227910c038d458f396b7400d93a3142d5"
integrity sha512-P+Vu1qXfzediirmHOC3xKGAYeZtPcV9g76X+xg2FD4tYgR71ewMA35Y3sCz3zhiN/dwefRpJX0yBcgwi1fXNQA==

tailwindcss-animate@^1.0.7:
version "1.0.7"
resolved "https://registry.yarnpkg.com/tailwindcss-animate/-/tailwindcss-animate-1.0.7.tgz#318b692c4c42676cc9e67b19b78775742388bef4"
integrity sha512-bl6mpH3T7I3UFxuvDEXLxy/VuFxBk5bbzplh7tXI68mwMokNYd1t9qPBHlnyTwfa4JGC4zP516I1hYYtQ/vspA==

tailwindcss@^3.4.13:
version "3.4.17"
resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.4.17.tgz#ae8406c0f96696a631c790768ff319d46d5e5a63"
Expand Down

0 comments on commit 7eb9d8d

Please sign in to comment.