-
- Downloads
testing
Showing
- .gitlab-ci.yml 0 additions, 4 deletions.gitlab-ci.yml
- Dockerfile 4 additions, 3 deletionsDockerfile
- docker-compose.yml 1 addition, 1 deletiondocker-compose.yml
- index.html 1 addition, 1 deletionindex.html
- package-lock.json 283 additions, 5 deletionspackage-lock.json
- package.json 3 additions, 2 deletionspackage.json
- src/BubbleSort.jsx 0 additions, 23 deletionssrc/BubbleSort.jsx
- src/SortingVisualizer.css 0 additions, 165 deletionssrc/SortingVisualizer.css
- src/SortingVisualizer.jsx 0 additions, 154 deletionssrc/SortingVisualizer.jsx
- src/app/page.jsx 13 additions, 0 deletionssrc/app/page.jsx
- src/main.jsx 0 additions, 10 deletionssrc/main.jsx
... | @@ -5,13 +5,14 @@ | ... | @@ -5,13 +5,14 @@ |
"version": "0.0.0", | "version": "0.0.0", | ||
"type": "module", | "type": "module", | ||
"scripts": { | "scripts": { | ||
"dev": "vite", | "dev": "next dev", | ||
"build": "vite build", | "build": "next build", | ||
"lint": "eslint .", | "lint": "eslint .", | ||
"preview": "vite preview" | "preview": "vite preview" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"bootstrap": "^5.3.3", | "bootstrap": "^5.3.3", | ||
"next": "^14.2.11", | |||
"react": "^18.3.1", | "react": "^18.3.1", | ||
"react-bootstrap": "^2.10.4", | "react-bootstrap": "^2.10.4", | ||
"react-bootstrap-range-slider": "^3.0.8", | "react-bootstrap-range-slider": "^3.0.8", | ||
... | ... |
src/BubbleSort.jsx
deleted
100644 → 0
src/SortingVisualizer.css
deleted
100644 → 0
src/SortingVisualizer.jsx
deleted
100644 → 0
src/app/page.jsx
0 → 100644
src/main.jsx
deleted
100644 → 0
Please register or sign in to comment