This repository was archived by the owner on Apr 14, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.77 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.77 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
{
"name": "verax-tutorial",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
"lint": "eslint src --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint src --report-unused-disable-directives --max-warnings 0 --fix",
"format": "prettier --check \"**/*.{json,md,js,ts,jsx,tsx}\"",
"format:fix": "prettier --write \"**/*.{json,md,js,ts,jsx,tsx}\"",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-brands-svg-icons": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@fortawesome/react-fontawesome": "^3.3.0",
"@reown/appkit": "^1.8.19",
"@reown/appkit-adapter-wagmi": "^1.8.19",
"@tanstack/react-query": "^5.95.2",
"@verax-attestation-registry/verax-sdk": "^5.4.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-json-view-lite": "^2.5.0",
"viem": "^2.47.6",
"vite": "^7.3.2",
"vite-plugin-radar": "^0.10.1",
"wagmi": "^3.6.0"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.57.2",
"@typescript-eslint/parser": "^8.55.0",
"@vitejs/plugin-react": "^5.1.4",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",
"prettier": "^3.8.1",
"typescript": "^5.9.3"
},
"overrides": {
"react": "^19.2.4",
"react-dom": "^19.2.4",
"use-sync-external-store": "^1.4.0"
}
}