-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.43 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.43 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
84
85
86
87
88
89
90
{
"name": "carge-react",
"private": true,
"version": "0.0.0",
"type": "module",
"description": "Web3 platform for executable compliance workflows with cryptographic audit trails",
"author": "Jean-François Meneust <admin@carge.fr>",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/polykrate/carge.git"
},
"homepage": "http://carge.fr",
"bugs": {
"url": "https://github.com/polykrate/carge/issues"
},
"keywords": [
"blockchain",
"polkadot",
"substrate",
"ipfs",
"web3",
"compliance",
"workflows",
"verifiable-credentials",
"ai",
"llm"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@chainsafe/libp2p-noise": "^17.0.0",
"@chainsafe/libp2p-yamux": "^8.0.1",
"@helia/unixfs": "^6.0.1",
"@libp2p/bootstrap": "^12.0.6",
"@libp2p/circuit-relay-v2": "^4.0.5",
"@libp2p/webrtc": "^6.0.6",
"@libp2p/websockets": "^10.0.6",
"@noble/ciphers": "^2.0.1",
"@noble/curves": "^2.0.1",
"@polkadot/api": "^16.4.8",
"@polkadot/extension-dapp": "^0.62.2",
"@polkadot/util": "^13.5.6",
"@polkadot/util-crypto": "^13.5.6",
"@stablelib/chacha20poly1305": "^2.0.1",
"@stablelib/random": "^2.0.1",
"@stablelib/x25519": "^2.0.1",
"blockstore-idb": "^3.0.1",
"datastore-idb": "^4.0.1",
"helia": "^6.0.1",
"html5-qrcode": "^2.3.8",
"i18next": "^25.6.0",
"jsqr": "^1.4.0",
"multiformats": "^13.4.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-hot-toast": "^2.6.0",
"react-i18next": "^16.0.0",
"react-router-dom": "^7.9.4",
"zod": "^4.1.12"
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"@tailwindcss/postcss": "^4.1.14",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.4",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "^3.2.4",
"autoprefixer": "^10.4.21",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.22",
"globals": "^16.4.0",
"jsdom": "^27.0.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.14",
"vite": "^7.1.7",
"vitest": "^3.2.4"
}
}