-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.2 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.2 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
{
"name": "vcryptolab",
"private": true,
"version": "1.0.0",
"type": "module",
"homepage": "https://visualcryptolab.github.io/vcryptolab",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"test": "vitest run",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"html2canvas": "^1.4.1",
"lucide-react": "^0.545.0",
"react": "^19.2.0",
"react-cookie-consent": "^10.0.0",
"react-dom": "^19.1.1",
"react-draggable": "^4.5.0",
"react-ga4": "^2.1.0",
"react-xarrows": "^2.0.2",
"reactflow": "^11.11.4"
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.4",
"autoprefixer": "^10.4.21",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.22",
"gh-pages": "^6.3.0",
"globals": "^16.4.0",
"jsdom": "^27.4.0",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.18",
"vite": "^7.1.7",
"vitest": "^4.0.17"
}
}