forked from CosmosContracts/junoswap-interface
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.7 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
{
"name": "wasmswap-interface",
"version": "1.2.5",
"scripts": {
"dev": "next dev",
"dev:w-blocks": "BUNDLE_JUNOBLOCKS=true next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint",
"prettier:write": "prettier --write .",
"typecheck": "tsc"
},
"dependencies": {
"@cosmjs/amino": "0.27.0-rc2",
"@cosmjs/cosmwasm": "^0.25.6",
"@cosmjs/cosmwasm-stargate": "0.27.0-rc2",
"@cosmjs/crypto": "0.27.0-rc2",
"@cosmjs/encoding": "0.27.0-rc2",
"@cosmjs/launchpad": "0.27.0-rc2",
"@cosmjs/math": "0.27.0-rc2",
"@cosmjs/proto-signing": "0.27.0-rc2",
"@cosmjs/stargate": "0.27.0-rc2",
"@headlessui/react": "^1.4.0",
"@heroicons/react": "^1.0.3",
"@keplr-wallet/cosmos": "^0.10.11",
"@next/bundle-analyzer": "^12.1.0",
"@reach/portal": "^0.16.0",
"@reach/tooltip": "^0.16.2",
"@react-spring/web": "^9.4.2",
"@stitches/react": "^1.2.6",
"body-scroll-lock": "^4.0.0-beta.0",
"color": "^4.1.0",
"dayjs": "^1.10.7",
"eslint-plugin-simple-import-sort": "^7.0.0",
"focus-visible": "^5.2.0",
"gsap": "^3.7.1",
"junoblocks": "^0.2.1",
"next": "12.1.0",
"normalize.css": "^8.0.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-hot-toast": "^2.2.0",
"react-merge-refs": "^1.1.0",
"react-query": "3.34.5",
"recoil": "^0.7.2",
"sass": "^1.45.0"
},
"devDependencies": {
"@keplr-wallet/types": "^0.9.9",
"@types/react": "17.0.14",
"autoprefixer": "^10.3.1",
"eslint": "7.30.0",
"eslint-config-next": "11.0.1",
"next-bundle-junoblocks": "^1.0.0",
"postcss": "^8.3.5",
"prettier": "^2.3.2",
"typescript": "4.3.5"
}
}