Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/kscalelabs/store into fea…
Browse files Browse the repository at this point in the history
…t/add-modal
  • Loading branch information
senthil-athiban committed Aug 1, 2024
2 parents d8e86c0 + e8d25d0 commit 1e6b0f5
Show file tree
Hide file tree
Showing 48 changed files with 998 additions and 1,465 deletions.
211 changes: 1 addition & 210 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"postcss": ">=8.4.31",
"radix-ui": "^1.0.1",
"react": "^18.3.1",
"react-bootstrap-icons": "^1.11.4",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.52.1",
Expand Down Expand Up @@ -79,7 +78,6 @@
"axios": "^1.7.2",
"babel-eslint": "*",
"babel-jest": "^29.7.0",
"bootstrap": "^5.3.3",
"eslint": "^8.0.0",
"eslint-config-prettier": "*",
"eslint-import-resolver-typescript": "*",
Expand All @@ -92,7 +90,6 @@
"openapi-typescript": "^5.4.2",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"react-bootstrap": "^2.10.2",
"react-router-dom": "^6.23.1",
"tailwindcss": "^3.4.7",
"ts-jest": "^29.1.4",
Expand Down
10 changes: 2 additions & 8 deletions frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,12 @@
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>

<!-- Bootstrap -->
<script src="https://cdn.jsdelivr.net/npm/react/umd/react.production.min.js" crossorigin></script>
<script src="https://cdn.jsdelivr.net/npm/react-dom/umd/react-dom.production.min.js" crossorigin></script>
<script src="https://cdn.jsdelivr.net/npm/react-bootstrap@next/dist/react-bootstrap.min.js" crossorigin></script>
<script>var Alert = ReactBootstrap.Alert;</script>

<title>robolist</title>
<title>Robolist</title>
</head>

<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>

</html>
</html>
Loading

0 comments on commit 1e6b0f5

Please sign in to comment.