-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
93 lines (93 loc) · 3.04 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "ash-swap-interface",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --hostname 0.0.0.0",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export",
"generate": "graphql-codegen"
},
"dependencies": {
"@elrondnetwork/transaction-decoder": "1.0.0",
"@floating-ui/react": "^0.19.2",
"@headlessui/react": "^1.7.11",
"@multiversx/sdk-core": "12.4.2",
"@multiversx/sdk-dapp": "^2.19.2",
"@multiversx/sdk-network-providers": "1.4.0",
"@multiversx/sdk-transaction-decoder": "1.0.2",
"@nftstorage/ipfs-cluster": "^5.0.1",
"@popperjs/core": "^2.11.2",
"@sentry/nextjs": "^7.16.0",
"antd": "^4.16.13",
"axios": "^1.3.4",
"bignumber.js": "9.0.1",
"github-markdown-css": "^5.2.0",
"graphql": "^16.6.0",
"graphql-request": "^4.3.0",
"immer": "^9.0.15",
"lodash.chunk": "^4.2.0",
"mitt": "^3.0.0",
"moment": "^2.29.1",
"next": "^13.1.6",
"next-fonts": "^1.5.1",
"next-react-svg": "^1.2.0",
"next-seo": "^4.28.1",
"numeral": "^2.0.6",
"platform": "^1.3.6",
"qrcode": "^1.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.6",
"react-modal": "^3.14.4",
"react-popper": "^2.2.5",
"react-select": "^5.2.1",
"recharts": "^2.1.8",
"recoil": "0.7.2",
"rehype-highlight": "^6.0.0",
"remark-gfm": "^3.0.1",
"sharp": "^0.31.3",
"socket.io-client": "^4.5.1",
"swr": "^2.2.0",
"tailwind-merge": "^1.3.0",
"tailwind-scrollbar-hide": "^1.1.7",
"use-debounce": "^7.0.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@graphql-codegen/add": "^4.0.1",
"@graphql-codegen/cli": "^3.3.0",
"@graphql-codegen/client-preset": "^3.0.0",
"@graphql-codegen/fragment-matcher": "^4.0.1",
"@graphql-codegen/typescript-document-nodes": "^3.0.3",
"@graphql-codegen/typescript-graphql-request": "^4.5.9",
"@graphql-codegen/typescript-operations": "^3.0.3",
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
"@types/lodash.chunk": "^4.2.7",
"@types/node": "16.11.6",
"@types/numeral": "^2.0.2",
"@types/platform": "^1.3.4",
"@types/qrcode": "^1.4.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-modal": "^3.13.1",
"@types/uuid": "^9.0.1",
"autoprefixer": "^10.4.7",
"better-sqlite3": "^7.6.2",
"bufferutil": "^4.0.7",
"eslint": "7",
"eslint-config-next": "^13.1.6",
"intercept-stdout": "^0.1.2",
"postcss": "^8.4.14",
"prettier": "2.5.1",
"tailwindcss": "^3.1.4",
"typescript": "^4.9.5",
"utf-8-validate": "^6.0.2"
},
"browser": {
"fs": false,
"os": false
}
}