-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
56 lines (56 loc) · 1.54 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
{
"name": "nextjs-dapp-template",
"version": "9.10.2",
"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.14.1",
"@radix-ui/react-dialog": "1.1.2",
"@radix-ui/react-dropdown-menu": "2.1.2",
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-tooltip": "1.1.3",
"@useelven/core": "0.22.0",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"lucide-react": "0.456.0",
"next": "15.0.3",
"next-themes": "0.4.3",
"qrcode": "1.5.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwind-merge": "2.5.4"
},
"devDependencies": {
"@types/node": "22.9.0",
"@types/qrcode": "1.5.5",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.13.0",
"@typescript-eslint/parser": "8.13.0",
"autoprefixer": "10.4.20",
"eslint": "9.14.0",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "9.1.0",
"postcss": "8.4.47",
"prettier": "3.3.3",
"tailwindcss": "3.4.14",
"tailwindcss-animate": "1.0.7",
"typescript": "5.6.3"
},
"overrides": {
"rxjs": "7.8.1"
}
}