-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.73 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.73 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
{
"name": "orbit-mdl-webverifier",
"version": "0.1.1",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"host": "vite preview --host"
},
"dependencies": {
"@noble/hashes": "^1.4.0",
"@peculiar/x509": "1.11.0",
"@tailwindcss/forms": "^0.5.6",
"@vitejs/plugin-react": "^4.1.0",
"autoprefixer": "^10.4.16",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"cbor": "^9.0.2",
"cbor-web": "^9.0.2",
"cose-js": "^0.9.0",
"crypto-browserify": "^3.12.0",
"elliptic": "^6.6.1",
"events": "^3.3.0",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2",
"jsrsasign": "^11.1.0",
"node-rsa": "^1.1.1",
"nofilter": "^4.0.2",
"pkijs": "^3.2.4",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.2.1",
"react-qr-reader": "^3.0.0-beta-1",
"react-router-dom": "^6.16.0",
"react-transition-group": "^4.4.5",
"stream-browserify": "^3.0.0",
"util": "^0.12.5",
"tailwindcss": "^3.3.3",
"vite": "^4.4.10",
"vite-plugin-commonjs": "^0.10.1",
"vite-plugin-node-polyfills": "^0.22.0"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/cose-js": "^0.8.3",
"@types/jsrsasign": "^10.5.14",
"@types/node": "^22.2.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-qr-reader": "^2.1.7",
"@types/react-transition-group": "^4.4.10",
"eslint": "^9.22.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"postcss": "^8.4.31",
"rollup": "^3.29.5",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1"
}
}