-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.27 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
{
"name": "wager-app",
"description": "Place a bet versus other wizards on which token will outperform the other token, set your wager, find an opponent and wait for results!",
"author": "Josef Leventon <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/josefleventon/wager-app.git"
},
"bugs": {
"url": "https://github.com/josefleventon/wager-app/issues"
},
"homepage": "https://pixelwizards.art",
"license": "ISC",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.7.5",
"@chakra-ui/react": "^2.4.9",
"@cosmjs/encoding": "^0.28.13",
"@cosmos-kit/core": "1.5.1",
"@cosmos-kit/cosmostation": "0.15.28",
"@cosmos-kit/keplr": "0.33.30",
"@cosmos-kit/leap": "0.15.0",
"@cosmos-kit/omni": "0.33.28",
"@cosmos-kit/react": "1.3.24",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^2.0.7",
"@stargazezone/types": "^0.9.0",
"animate.css": "^4.1.1",
"chain-registry": "^1.6.1",
"copy-to-clipboard": "^3.3.2",
"cosmjs-types": "^0.6.1",
"cosmwasm": "^1.1.1",
"dirty-json": "^0.9.2",
"framer-motion": "^9.0.7",
"graphql": "^16.6.0",
"howler": "^2.2.3",
"lodash": "^4.17.21",
"next": "13.1.6",
"react": "18.2.0",
"react-countdown": "^2.3.2",
"react-device-detect": "^2.2.2",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.2",
"react-hot-toast": "^2.3.0",
"react-intersection-observer": "^9.4.1",
"use-sound": "^4.0.1"
},
"devDependencies": {
"@cosmjs/amino": "^0.28.13",
"@cosmjs/cosmwasm-stargate": "^0.28.13",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.4",
"@types/howler": "^2.2.7",
"@types/node": "^18.7.13",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"autoprefixer": "^10.4.7",
"bufferutil": "^4.0.7",
"dotenv-cli": "^6.0.0",
"pixel-borders": "^1.1.4",
"postcss": "^8.4.14",
"sass": "^1.58.3",
"tailwindcss": "^3.1.2",
"ts-node": "^10.9.1",
"typescript": "^4.8.2"
}
}