-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.1 KB
/
package.json
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
{
"name": "orbit-mdl-webverifier",
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"host": "vite preview --host"
},
"dependencies": {
"@noble/hashes": "^1.4.0",
"@peculiar/x509": "1.11.0",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@tailwindcss/forms": "^0.5.6",
"@types/react-qr-reader": "^2.1.7",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"cbor": "^9.0.2",
"cbor-web": "^9.0.2",
"chart.js": "^4.4.0",
"chartjs-adapter-moment": "^1.0.1",
"cose-js": "^0.9.0",
"crypto-browserify": "^3.12.0",
"elliptic": "^6.5.5",
"esbuild-plugin-polyfill-node": "^0.3.0",
"events": "^3.3.0",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2",
"jsrsasign": "^11.1.0",
"moment": "^2.29.4",
"node-forge": "^1.3.1",
"node-libs-browser": "^2.2.1",
"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-flatpickr": "^3.10.13",
"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",
"rollup": "^3.29.5",
"stream-browserify": "^3.0.0",
"util": "^0.12.5",
"vite": "^4.4.10",
"vite-plugin-commonjs": "^0.10.1",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-require": "^1.2.14",
"@vitejs/plugin-react": "^4.1.0",
"autoprefixer": "^10.4.16"
},
"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-transition-group": "^4.4.10",
"eslint": "^9.9.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",
"tailwindcss": "^3.3.3",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1"
}
}