-
Notifications
You must be signed in to change notification settings - Fork 66
/
package.json
62 lines (62 loc) · 1.79 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
{
"name": "wasmswap-interface",
"version": "1.7.0",
"scripts": {
"dev": "next dev",
"dev:w-blocks": "BUNDLE_JUNOBLOCKS=true next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint",
"test": "jest --watch",
"prettier:write": "prettier --write .",
"typecheck": "tsc"
},
"dependencies": {
"@cosmjs/amino": "0.28.10",
"@cosmjs/cosmwasm": "0.25.6",
"@cosmjs/cosmwasm-stargate": "0.28.10",
"@cosmjs/crypto": "0.28.10",
"@cosmjs/encoding": "0.28.10",
"@cosmjs/launchpad": "0.27.1",
"@cosmjs/math": "0.28.10",
"@cosmjs/proto-signing": "0.28.10",
"@cosmjs/stargate": "0.28.10",
"@next/bundle-analyzer": "^12.1.0",
"@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",
"eslint-plugin-testing-library": "^5.5.1",
"focus-visible": "^5.2.0",
"gsap": "^3.7.1",
"junoblocks": "^0.2.7",
"next": "^12.2.2",
"normalize.css": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.2.0",
"react-query": "^3.39.1",
"react-use": "^17.4.0",
"recoil": "^0.7.4",
"sass": "^1.45.0"
},
"devDependencies": {
"@keplr-wallet/types": "^0.9.9",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.1",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"autoprefixer": "^10.3.1",
"eslint": "7.30.0",
"eslint-config-next": "11.0.1",
"jest": "^28.1.2",
"jest-environment-jsdom": "^28.1.2",
"next-bundle-junoblocks": "^1.0.2",
"postcss": "^8.3.5",
"prettier": "^2.3.2",
"typescript": "4.5"
}
}