-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.37 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
{
"name": "aura-lixi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.9.1",
"@cosmos-kit/keplr": "^2.6.9",
"@cosmos-kit/react": "^2.10.11",
"@interchain-ui/react": "^1.22.1",
"@next/third-parties": "^14.1.0",
"@nextui-org/react": "^2.2.9",
"axios": "^1.6.7",
"bech32": "^2.0.0",
"bignumber.js": "^9.1.2",
"canvas-confetti": "^1.9.2",
"chain-registry": "^1.29.1",
"cosmos-kit": "^2.9.3",
"framer-motion": "^11.0.3",
"graphql": "^16.8.1",
"graphql-ws": "^5.14.3",
"immutable": "^5.0.0-beta.5",
"moment": "^2.30.1",
"next": "14.1.0",
"osmojs": "^16.10.0",
"react": "^18",
"react-copy-to-clipboard": "^5.1.0",
"react-countdown": "^2.3.5",
"react-device-detect": "^2.2.3",
"react-dom": "^18",
"react-toastify": "^10.0.4",
"swr": "^2.2.4"
},
"devDependencies": {
"@types/canvas-confetti": "^1.6.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"pino-pretty": "^10.3.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}