-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 2.05 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 2.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "algo-visualizer",
"version": "0.0.0",
"private": true,
"description": "**AlgoVisualizer** is an open-source platform that allows learners and developers to **visualize algorithms** in real-time — from sorting and searching to graph traversal, recursion, and dynamic programming. \r Built with **React + Tailwind CSS**, it aims to make algorithmic concepts more intuitive and interactive.",
"homepage": "https://github.com/PresenceOP-Coder/Algo-Visualizer#readme",
"bugs": {
"url": "https://github.com/PresenceOP-Coder/Algo-Visualizer/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PresenceOP-Coder/Algo-Visualizer.git"
},
"license": "ISC",
"author": "",
"type": "module",
"main": "commitlint.config.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-slot": "^1.2.3",
"@reduxjs/toolkit": "^2.9.0",
"@tailwindcss/vite": "^4.1.14",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.23.24",
"lucide-react": "^0.545.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-hot-toast": "^2.6.0",
"react-redux": "^9.2.0",
"react-router-dom": "^7.9.4",
"reactflow": "^11.11.4",
"socket.io-client": "^4.8.1",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@commitlint/config-conventional": "^20.0.0",
"@eslint/js": "^9.36.0",
"@types/node": "^24.7.1",
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.1.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.22",
"globals": "^16.4.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.14",
"tw-animate-css": "^1.4.0",
"vite": "^7.1.7"
}
}