forked from Illiquidly/illiquid-labs-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.64 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
{
"name": "atlas-dao-nft-webapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.8.8",
"@cosmjs/amino": "^0.32.2",
"@cosmjs/cosmwasm-stargate": "^0.32.2",
"@cosmjs/encoding": "^0.32.2",
"@cosmjs/proto-signing": "^0.32.2",
"@cosmjs/stargate": "^0.32.2",
"@cosmos-kit/core": "^2.7.14",
"@cosmos-kit/cosmostation": "^2.5.4",
"@cosmos-kit/keplr": "^2.5.4",
"@cosmos-kit/leap": "^2.5.4",
"@cosmos-kit/leap-metamask-cosmos-snap": "^0.4.4",
"@cosmos-kit/ledger": "^2.5.14",
"@cosmos-kit/react": "^2.9.20",
"@cosmos-kit/web3auth": "^2.4.14",
"@ebay/nice-modal-react": "^1.2.13",
"@emotion/react": "^11.10.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.17",
"@hookform/devtools": "^4.3.1",
"@hookform/resolvers": "^3.3.3",
"@interchain-ui/react": "^1.16.6",
"@nestjsx/crud-request": "^5.0.0-alpha.3",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
"@tanstack/react-query": "^4.2.3",
"@types/lodash": "^4.14.202",
"@web3modal/core": "^2.0.0-rc.1",
"@web3modal/ui": "^2.0.0-rc.1",
"axios": "^1.6.5",
"bootstrap": "^5.3.2",
"chain-registry": "^1.23.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cosmjs-utils": "0.1.0",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"interchain-query": "^1.10.1",
"juno-network": "0.9.0",
"lodash": "^4.17.21",
"lucide-react": "^0.302.0",
"moment": "^2.30.1",
"next": "14.0.4",
"next-themes": "^0.2.1",
"next-usequerystate": "^1.13.2",
"p-map": "^7.0.1",
"p-memoize": "^7.1.0",
"rc-tooltip": "^6.1.3",
"react": "^18",
"react-bootstrap": "^2.9.1",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-flatpickr": "^3.10.13",
"react-hook-form": "^7.49.2",
"react-hot-toast": "^2.4.1",
"react-icons": "4.7.1",
"react-image": "^4.1.0",
"react-popper": "^2.3.0",
"react-use": "^17.4.2",
"sharp": "^0.33.2",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"theme-ui": "^0.16.1",
"thenby": "^1.3.4",
"type-fest": "^4.9.0",
"yup": "^1.3.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}