-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.55 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.55 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
{
"name": "nextjs-dapp-template",
"version": "10.0.0",
"author": "Julian Ćwirko <julian.io>",
"license": "MIT",
"homepage": "https://github.com/xdevguild/nextjs-dapp-template",
"repository": {
"type": "git",
"url": "https://github.com/xdevguild/nextjs-dapp-template"
},
"private": true,
"scripts": {
"dev": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write '**/*.{js,ts,tsx,json}'"
},
"dependencies": {
"@multiversx/sdk-core": "13.17.2",
"@radix-ui/react-dialog": "1.1.6",
"@radix-ui/react-dropdown-menu": "2.1.6",
"@radix-ui/react-slot": "1.1.2",
"@radix-ui/react-tooltip": "1.1.8",
"@useelven/core": "0.23.0",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"lucide-react": "0.475.0",
"next": "15.1.12",
"next-themes": "0.4.4",
"qrcode": "1.5.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"tailwind-merge": "3.0.1"
},
"devDependencies": {
"@tailwindcss/postcss": "4.0.8",
"@types/node": "22.13.5",
"@types/qrcode": "1.5.5",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@typescript-eslint/eslint-plugin": "8.24.1",
"@typescript-eslint/parser": "8.24.1",
"eslint": "9.21.0",
"eslint-config-next": "15.1.7",
"eslint-config-prettier": "10.0.1",
"postcss": "8.5.3",
"prettier": "3.5.2",
"tailwindcss": "4.0.8",
"tailwindcss-animate": "1.0.7",
"typescript": "5.7.3"
},
"overrides": {
"rxjs": "7.8.1"
}
}