-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.84 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
{
"name": "webapp-a0",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"test": "vitest",
"serve": "vite serve",
"build": "tsc && vite build",
"watch": "vite build --watch",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@cosmjs/cosmwasm-stargate": "0.31.3",
"@cosmjs/proto-signing": "0.31.3",
"@cosmjs/stargate": "0.31.3",
"@cosmjs/tendermint-rpc": "0.31.3",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@nivo/line": "^0.86.0",
"@oraichain/oraidex-contracts-sdk": "1.0.26",
"@reduxjs/toolkit": "^2.2.3",
"@storybook/addon-actions": "^8.0.10",
"animated-number-react": "^0.1.2",
"axios": "^1.7.2",
"classnames": "^2.5.1",
"notistack": "^3.0.1",
"rc-scrollbars": "^1.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.1",
"react-router-dom": "^6.22.3",
"react-window": "^1.8.10",
"redux": "^5.0.1",
"redux-saga": "^1.3.0",
"remeda": "^1.61.0",
"tss-react": "^4.9.6",
"typed-redux-saga": "^1.5.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.3.3",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@keplr-wallet/types": "^0.12.101",
"@oraichain/cw-simulate": "^2.8.87",
"@oraichain/oraidex-contracts-build": "1.0.22",
"@storybook/addon-essentials": "^8.0.8",
"@storybook/addon-interactions": "^8.0.8",
"@storybook/addon-links": "^8.0.8",
"@storybook/addon-onboarding": "^8.0.8",
"@storybook/addon-themes": "^8.0.9",
"@storybook/addon-viewport": "^8.0.8",
"@storybook/blocks": "^8.0.8",
"@storybook/react": "^8.0.8",
"@storybook/react-vite": "^8.0.8",
"@storybook/test": "^8.0.8",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-window": "^1.8.8",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-storybook": "^0.8.0",
"jsdom": "^24.1.0",
"prettier": "3.2.5",
"storybook": "^8.0.8",
"storybook-addon-remix-react-router": "^3.0.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.7.0",
"vite": "^5.2.0",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-wasm": "^3.3.0",
"vitest": "^1.5.0"
},
"resolutions": {
"string-width": "4.2.0",
"strip-ansi": "6.0.0"
}
}