-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
80 lines (80 loc) · 2.49 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
74
75
76
77
78
79
80
{
"name": "zk-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && export NODE_OPTIONS=--max-old-space-size=16384 && vite build --outDir build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview --outDir build"
},
"dependencies": {
"@datadog/browser-logs": "^4.45.0",
"@datadog/browser-rum": "^4.45.0",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@holonym-foundation/utils": "^1.0.1",
"@holonym-foundation/zokrates-js-fork": "1.1.42",
"@paypal/react-paypal-js": "^8.1.3",
"@tanstack/react-query": "^4.22.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^14.4.3",
"@veriff/incontext-sdk": "^1.3.1",
"@zk-kit/incremental-merkle-tree": "1.0.0",
"aes-js": "^3.1.2",
"axios": "^1.2.0",
"big-integer": "^1.6.51",
"bignumber.js": "^9.1.2",
"buffer": "^6.0.3",
"buffer-xor": "^2.0.2",
"classnames": "^2.3.2",
"dotenv": "^16.3.1",
"ethers": "^5.5.4",
"formik": "^2.2.9",
"install": "^0.13.0",
"lodash": "^4.17.21",
"onfido-sdk-ui": "^13.1.0",
"process": "^0.11.10",
"react": "^18.2.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-loader-spinner": "^5.3.4",
"react-phone-number-input": "^3.2.12",
"react-qr-code": "^2.0.11",
"react-router-dom": "^6.3.0",
"react-scripts": "4.0.3",
"react-step-progress-bar": "^1.0.3",
"readline": "^1.3.0",
"siwe": "^1.1.6",
"snarkjs": "0.5.0",
"stream": "^0.0.2",
"upgrade": "^1.1.0",
"usehooks-ts": "^2.9.1",
"viem": "^1.6.7",
"vite-plugin-wasm": "^3.2.2",
"wagmi": "^1.3.10",
"web-vitals": "^2.1.4",
"webfontloader": "^1.6.28",
"yup": "^1.0.0",
"zokrates-js": "1.1.4"
},
"devDependencies": {
"@types/aes-js": "^3.1.1",
"@types/lodash": "^4.14.197",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/webfontloader": "^1.6.35",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-node-polyfills": "^0.11.2",
"vite-plugin-top-level-await": "^1.3.1"
}
}