-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 3.12 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "cosmos-txs-tracer",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@babel/core": "^7.21.0",
"@chakra-ui/form-control": "^2.0.17",
"@chakra-ui/icon": "^3.0.15",
"@chakra-ui/layout": "^2.1.16",
"@chakra-ui/media-query": "^3.2.12",
"@chakra-ui/menu": "^2.1.9",
"@chakra-ui/react": "^2.5.1",
"@chakra-ui/spinner": "^2.0.12",
"@chakra-ui/system": "^2.5.1",
"@cosmjs/amino": "^0.30.1",
"@cosmjs/cosmwasm-stargate": "^0.30.1",
"@cosmjs/encoding": "^0.30.1",
"@cosmjs/math": "^0.30.1",
"@cosmjs/proto-signing": "^0.30.1",
"@cosmjs/stargate": "^0.30.1",
"@cosmjs/tendermint-rpc": "^0.30.1",
"@cosmos-kit/core": "^1.3.4",
"@cosmos-kit/keplr": "^0.33.18",
"@cosmos-kit/react": "^1.3.15",
"@emotion/react": "11.10.6",
"@emotion/server": "11.10.0",
"@emotion/styled": "11.10.6",
"@nrwl/next": "15.9.2",
"@nrwl/rollup": "15.9.2",
"@xstate/react": "^3.2.1",
"buffer": "^6.0.3",
"chain-registry": "^1.10.0",
"cosmjs-types": "^0.7.2",
"framer-motion": "^10.0.1",
"long": "^5.2.1",
"next": "^13.2.3",
"osmojs": "^15.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.8.1",
"tslib": "^2.3.0",
"webpack": "^5.75.0",
"xstate": "^4.37.0",
"xstream": "^11.14.0"
},
"devDependencies": {
"@babel/preset-react": "^7.14.5",
"@chain-registry/types": "^0.14.0",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@emotion/babel-plugin": "11.10.6",
"@nrwl/cypress": "15.9.2",
"@nrwl/eslint-plugin-nx": "15.9.2",
"@nrwl/jest": "15.9.2",
"@nrwl/js": "15.9.2",
"@nrwl/linter": "15.9.2",
"@nrwl/nx-cloud": "15.3.5",
"@nrwl/react": "15.9.2",
"@nrwl/vite": "15.9.2",
"@nrwl/web": "15.9.2",
"@nrwl/workspace": "15.9.2",
"@testing-library/react": "14.0.0",
"@theunderscorer/nx-semantic-release": "^2.3.0",
"@types/jest": "^29.4.0",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@vitejs/plugin-react": "^3.0.0",
"@vitest/coverage-c8": "~0.25.8",
"@vitest/ui": "^0.25.8",
"babel-jest": "^29.4.1",
"babel-preset-minify": "^0.5.2",
"cypress": "^12.2.0",
"eslint": "~8.15.0",
"eslint-config-next": "13.1.1",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "^8.0.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jsdom": "~20.0.3",
"nx": "15.9.2",
"prettier": "^2.6.2",
"react-test-renderer": "18.2.0",
"ts-jest": "^29.0.5",
"ts-node": "10.9.1",
"typescript": "~4.9.5",
"vite": "^4.0.1",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.0.2",
"vitest": "^0.25.8"
}
}