-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.62 KB
/
Copy pathpackage.json
File metadata and controls
94 lines (94 loc) · 2.62 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
91
92
93
94
{
"name": "web-app",
"version": "0.0.4",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/zeroledger/web-app.git"
},
"bugs": {
"url": "https://github.com/zeroledger/web-app/issues"
},
"homepage": "https://github.com/zeroledger/web-app#readme",
"keywords": [
"zeroledger",
"ts",
"web3",
"viem",
"payments",
"privacy"
],
"author": "Dzmitry Lahunouski",
"license": "SEE LICENSE IN LICENSE",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prepare": "husky",
"prettier": "prettier --write src/**/*.ts",
"test": "vitest run"
},
"dependencies": {
"@headlessui/react": "^2.2.9",
"@heroicons/react": "^2.2.0",
"@privy-io/react-auth": "^3.13.1",
"@sentry/react": "^10.38.0",
"@zeroledger/vycrypt": "^1.0.0-beta-2",
"axios": "^1.13.5",
"browser-level": "^2.0.0",
"circomlibjs": "^0.1.7",
"clsx": "^2.1.1",
"debounce": "^2.2.0",
"exponential-backoff": "^3.1.3",
"framer-motion": "^12.34.0",
"jsqr": "^1.4.0",
"poseidon-lite": "^0.3.0",
"qrcode": "^1.5.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.71.1",
"react-icons": "^5.5.0",
"react-router-dom": "^7.12.0",
"react-toastify": "^11.0.5",
"snarkjs": "^0.7.6",
"swr": "^2.3.8",
"tailwindcss": "^4.1.18",
"typewriter-effect": "^2.22.0",
"viem": "^2.38.6"
},
"devDependencies": {
"@types/circomlibjs": "^0.1.6",
"@types/node": "^24.0.15",
"@types/qrcode": "^1.5.6",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/snarkjs": "^0.7.9",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.23",
"eslint": "^8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.9",
"husky": "9.1.7",
"jsdom": "^27.4.0",
"lint-staged": "15.2.9",
"postcss": "^8.4.41",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.6",
"rollup-plugin-visualizer": "^6.0.3",
"terser": "^5.46.0",
"typescript": "^5.7.2",
"vite": "^7.3.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-node-polyfills": "^0.25.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.4",
"@sentry/vite-plugin": "^4.9.1",
"@tailwindcss/vite": "^4.1.18",
"vite-plugin-mkcert": "^1.17.10"
}
}