forked from R0drigo-0/cryptolab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.29 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.29 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
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "vcryptolab0.1",
"version": "0.1.0",
"private": false,
"dependencies": {
"@capacitor/android": "^6.2.0",
"@capacitor/cli": "^6.2.0",
"@capacitor/core": "^6.2.0",
"@capacitor/ios": "^6.2.0",
"@dnd-kit/core": "^6.2.0",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/icons-material": "^6.1.8",
"@mui/material": "^6.1.8",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@xyflow/react": "^12.3.5",
"bootstrap": "^5.3.3",
"crypto-js": "^4.2.0",
"html-to-image": "^1.11.13",
"html2canvas": "^1.4.1",
"ipaddr.js": "^2.2.0",
"jspdf": "^2.5.2",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"node-forge": "^1.3.1",
"react": "^18.3.1",
"react-bootstrap": "^2.10.5",
"react-copy-to-clipboard": "^5.1.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",
"react-icons": "^5.4.0",
"react-pro-sidebar": "^1.1.0",
"react-resizable": "^3.0.5",
"react-rnd": "^10.4.13",
"react-router-dom": "^7.0.1",
"react-scripts": "5.0.1",
"react-toastify": "^10.0.6",
"reactflow": "^11.11.4",
"styled-components": "^6.1.14",
"web-vitals": "^2.1.4"
},
"homepage": "https://visualcryptolab.github.io/vcryptolab0.1/",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"electron": "electron .",
"push": "git push origin master"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"gh-pages": "^6.3.0",
"vite": "^6.0.7"
}
}