-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.21 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.21 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
{
"name": "buildo.dev",
"version": "0.16.1",
"author": "Julian Ćwirko <julian.io>",
"license": "MIT",
"homepage": "https://www.buildo.dev",
"repository": {
"type": "git",
"url": "https://github.com/xdevguild/buildo.dev"
},
"private": true,
"scripts": {
"dev": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"prettier": "prettier --write '**/*.{js,ts,tsx,json}'"
},
"dependencies": {
"@aws-crypto/sha256-browser": "5.2.0",
"@hookform/resolvers": "5.2.2",
"@multiversx/sdk-core": "13.17.2",
"@multiversx/sdk-transaction-decoder": "2.0.0",
"@radix-ui/react-accordion": "1.2.12",
"@radix-ui/react-checkbox": "1.3.3",
"@radix-ui/react-dialog": "1.1.15",
"@radix-ui/react-dropdown-menu": "2.1.16",
"@radix-ui/react-label": "2.1.8",
"@radix-ui/react-radio-group": "1.3.8",
"@radix-ui/react-select": "2.2.6",
"@radix-ui/react-separator": "1.1.8",
"@radix-ui/react-slot": "1.2.4",
"@radix-ui/react-tooltip": "1.2.8",
"@useelven/core": "0.23.1",
"axios": "1.13.4",
"bech32": "2.0.0",
"bignumber.js": "9.3.1",
"buffer": "6.0.3",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"js-sha3": "0.9.3",
"lucide-react": "0.563.0",
"next": "16.1.6",
"next-themes": "0.4.6",
"qrcode": "1.5.4",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-hook-form": "7.71.1",
"sanitize-html": "2.17.0",
"sonner": "2.0.7",
"tailwind-merge": "3.4.0",
"zod": "4.3.6"
},
"devDependencies": {
"@tailwindcss/postcss": "4.1.18",
"@types/node": "25.1.0",
"@types/qrcode": "1.5.6",
"@types/react": "19.2.10",
"@types/react-dom": "19.2.3",
"@types/sanitize-html": "2.16.0",
"@typescript-eslint/eslint-plugin": "8.54.0",
"@typescript-eslint/parser": "8.54.0",
"eslint": "9.39.2",
"eslint-config-next": "16.1.6",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"postcss": "8.5.6",
"prettier": "3.8.1",
"prettier-plugin-tailwindcss": "0.7.2",
"tailwindcss": "4.1.18",
"tailwindcss-animate": "1.0.7",
"typescript": "5.9.3"
},
"overrides": {
"rxjs": "7.8.1"
}
}