forked from Wasmswap/wasmswap-interface
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.61 KB
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": "cosmwasm-nextjs-example",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint",
"prettier:write": "prettier --write ."
},
"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",
"@reach/portal": "^0.16.0",
"@reach/tooltip": "^0.16.2",
"@react-spring/web": "^9.4.2",
"@stargazefi/util": "^0.0.3",
"@stitches/react": "^1.2.6",
"bufferutil": "^4.0.3",
"color": "^4.1.0",
"dayjs": "^1.10.7",
"focus-visible": "^5.2.0",
"gsap": "^3.7.1",
"mobx": "^6.3.2",
"mobx-react": "^7.2.0",
"next": "11.0.1",
"normalize.css": "^8.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hot-toast": "^2.2.0",
"react-merge-refs": "^1.1.0",
"react-query": "3.34.5",
"recoil": "^0.4.0",
"sass": "^1.45.0",
"styled-components": "^5.3.1",
"three": "^0.132.2",
"utf-8-validate": "^5.0.5"
},
"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",
"postcss": "^8.3.5",
"prettier": "^2.3.2",
"typescript": "4.3.5"
}
}