-
Notifications
You must be signed in to change notification settings - Fork 173
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.94 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.94 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
63
64
65
66
67
68
69
70
{
"name": "algo-visualizers",
"private": true,
"version": "2.0.0",
"type": "module",
"license": "MIT",
"author": {
"name": "Sadanand pai",
"email": "sadypai@gmail.com"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "oxlint && stylelint 'src/**/*.scss'",
"preview": "vite preview",
"test": "vitest",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"e2e:open": "start-server-and-test dev http://localhost:5173 cypress:open",
"e2e:test": "start-server-and-test dev http://localhost:5173 cypress:run",
"knip": "knip"
},
"dependencies": {
"@reduxjs/toolkit": "^2.11.2",
"lucide-react": "^0.577.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-joyride": "^3.1.0",
"react-redux": "^9.2.0",
"react-router-dom": "^7.15.0",
"react-switch": "^7.1.0",
"react-use": "^17.6.0",
"redux-persist": "^6.0.0",
"sonner": "^2.0.7"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@rolldown/plugin-babel": "^0.2.3",
"@tailwindcss/vite": "^4.3.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/babel__core": "^7.20.5",
"@types/node": "^24.12.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"babel-plugin-react-compiler": "^1.0.0",
"cypress": "^15.14.2",
"jsdom": "^29.1.1",
"knip": "^6.0.6",
"oxlint": "^1.63.0",
"sass": "^1.99.0",
"start-server-and-test": "^3.0.4",
"stylelint": "^17.11.0",
"stylelint-config-recess-order": "^7.7.0",
"stylelint-config-standard": "^40.0.0",
"stylelint-config-standard-scss": "^17.0.0",
"tailwindcss": "^4.3.0",
"typescript": "^5.9.3",
"vite": "^8.0.11",
"vitest": "^4.1.5"
},
"engines": {
"node": ">=24.14.0"
},
"volta": {
"node": "24.14.0"
},
"homepage": "https://github.com/sadanandpai/algo-visualizers"
}