-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.86 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
57
58
59
60
61
62
63
64
{
"name": "nextjs-dapp-template-tw",
"version": "4.0.0",
"author": "Julian Ćwirko <julian.io>",
"license": "MIT",
"homepage": "https://github.com/xdevguild/nextjs-dapp-template-tw",
"repository": {
"type": "git",
"url": "https://github.com/xdevguild/nextjs-dapp-template-tw"
},
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write '**/*.{js,ts,tsx,json}'"
},
"dependencies": {
"@fontsource/poppins": "4.5.10",
"@headlessui/react": "^1.7.5",
"@multiversx/sdk-core": "^11.2.0",
"@multiversx/sdk-extension-provider": "^2.0.7",
"@multiversx/sdk-hw-provider": "^3.0.1",
"@multiversx/sdk-network-providers": "^1.2.1",
"@multiversx/sdk-wallet-connect-provider": "^3.0.1",
"@multiversx/sdk-web-wallet-provider": "^2.1.4",
"bignumber.js": "9.1.0",
"buffer": "6.0.3",
"clsx": "^1.2.1",
"crypto-browserify": "3.12.0",
"date-fns": "2.29.3",
"deep-equal": "2.1.0",
"events": "3.3.0",
"lodash.clonedeep": "4.5.0",
"next": "13.0.6",
"path-browserify": "1.0.1",
"process": "0.11.10",
"qrcode": "1.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-social-icons": "5.15.0",
"stream-browserify": "3.0.0",
"swr": "2.0.0-rc.0",
"valtio": "1.7.6"
},
"devDependencies": {
"@types/deep-equal": "1.0.1",
"@types/lodash.clonedeep": "4.5.7",
"@types/node": "18.11.10",
"@types/qrcode": "1.5.0",
"@types/react": "18.0.26",
"@typescript-eslint/eslint-plugin": "5.45.0",
"autoprefixer": "^10.4.13",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-valtio": "0.6.1",
"postcss": "^8.4.19",
"prettier": "2.8.0",
"tailwindcss": "^3.2.4",
"typescript": "4.9.3"
}
}