-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
62 lines (62 loc) · 1.83 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
{
"name": "esdt-operations",
"version": "1.0.0",
"author": "Jason Wartell",
"license": "GNU",
"homepage": "",
"repository": {
"type": "git",
"url": "https://github.com/jasonwartell/esdt-operations.git"
},
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write '**/*.{js,ts,tsx,json}'"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.0",
"@chakra-ui/react": "^1.8.7",
"@chakra-ui/system": "^1.12.1",
"@chakra-ui/theme-tools": "^1.3.6",
"@elrondnetwork/erdjs": "^10.2.5",
"@elrondnetwork/erdjs-extension-provider": "^2.0.2",
"@elrondnetwork/erdjs-hw-provider": "^2.0.2",
"@elrondnetwork/erdjs-network-providers": "^0.1.5",
"@elrondnetwork/erdjs-wallet-connect-provider": "^2.0.3",
"@elrondnetwork/erdjs-walletcore": "^1.0.0",
"@elrondnetwork/erdjs-web-wallet-provider": "^2.1.1",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@fontsource/poppins": "^4.5.8",
"crypto-browserify": "^3.12.0",
"framer-motion": "^6.3.11",
"lodash.clonedeep": "^4.5.0",
"next": "^12.1.6",
"next-google-fonts": "^2.2.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"qrcode": "^1.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.32.2",
"react-icons": "^4.4.0",
"stream-browserify": "^3.0.0",
"swr": "^2.0.0-beta.1",
"valtio": "^1.6.1"
},
"devDependencies": {
"@types/deep-equal": "^1.0.1",
"@types/lodash.clonedeep": "^4.5.7",
"@types/node": "^18.0.0",
"@types/qrcode": "^1.4.2",
"@types/react": "^17.0.2",
"eslint": "^8.21.0",
"eslint-config-next": "^12.2.3",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-valtio": "^0.5.1",
"typescript": "^4.7.3"
}
}