-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
86 lines (86 loc) · 2.65 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
{
"name": "token-migration",
"private": true,
"version": "0.0.0",
"type": "module",
"engines": {
"node": ">=18"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"packageManager": "[email protected]",
"dependencies": {
"@cosmjs/encoding": "^0.31.1",
"@cosmjs/stargate": "^0.31.1",
"@dydxprotocol/v4-client-js": "^0.40.2",
"@dydxprotocol/v4-localization": "^1.1.258",
"@ethersproject/providers": "^5.7.2",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-navigation-menu": "^1.1.3",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@react-stately/table": "^3.9.1",
"@reduxjs/toolkit": "^1.9.5",
"autoprefixer": "10.4.15",
"bignumber.js": "^9.1.1",
"buffer": "^6.0.3",
"crypto-js": "^4.1.1",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"lodash": "^4.17.21",
"luxon": "^3.4.3",
"postcss": "8.4.28",
"react": "18.2.0",
"react-aria": "^3.25.0",
"react-dom": "18.2.0",
"react-number-format": "^5.3.1",
"react-query": "^3.39.3",
"react-redux": "^8.1.2",
"react-router-dom": "^6.16.0",
"react-stately": "^3.23.0",
"reselect": "^4.1.8",
"styled-components": "^5.3.11",
"typescript": "5.1.6",
"vite-plugin-svgr": "^3.2.0",
"wagmi": "^1.4.1"
},
"devDependencies": {
"@react-types/shared": "^3.20.0",
"@react-types/table": "^3.8.1",
"@types/crypto-js": "^4.1.2",
"@types/lodash": "^4.14.197",
"@types/luxon": "^3.3.2",
"@types/node": "20.5.1",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"assert": "^2.0.0",
"babel-plugin-styled-components": "^2.1.4",
"browserify-zlib": "^0.2.0",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"typescript": "^5.0.2",
"url-polyfill": "^1.1.12",
"util": "^0.12.5",
"vite": "^4.4.5"
}
}