Skip to content

Commit

Permalink
chore: fix demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
Plopix committed Nov 20, 2024
1 parent 4c585cb commit 732f277
Show file tree
Hide file tree
Showing 2 changed files with 398 additions and 31 deletions.
9 changes: 5 additions & 4 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,29 @@
"preview": "vite preview"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@crystallize/js-api-client": "workspace:*",
"@crystallize/reactjs-components": "workspace:*",
"@crystallize/reactjs-hooks": "workspace:*",
"@rehooks/local-storage": "^2.4.5",
"bootstrap": "^5.3.3",
"react-icons": "^4.3.1",
"react": "^18.3.1",
"react-bootstrap": "^2.10.4",
"react-dom": "^18.3.1",
"react-icons": "^4.3.1",
"react-router-dom": "^6.24.0",
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"@types/react-syntax-highlighter": "^15.5.13",
"sass-embedded": "^1.81.0",
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
Expand Down
Loading

0 comments on commit 732f277

Please sign in to comment.