-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
175 lines (175 loc) · 5.52 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
"name": "basilisk-ui",
"version": "0.1.0",
"private": true,
"resolutions": {
"@polkadot/api": "11.2.1",
"@polkadot/api-augment": "11.2.1",
"@polkadot/api-derive": "11.2.1",
"@polkadot/api-base": "11.2.1",
"@polkadot/rpc-augment": "11.2.1",
"@polkadot/rpc-core": "11.2.1",
"@polkadot/rpc-provider": "11.2.1",
"@polkadot/types": "11.2.1",
"@polkadot/types-augment": "11.2.1",
"@polkadot/types-codec": "11.2.1",
"@polkadot/types-create": "11.2.1",
"@polkadot/types-known": "11.2.1",
"@polkadot/keyring": "^12.6.2",
"@polkadot/util": "^12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@polkadot/ui-shared": "^3.1.4"
},
"dependencies": {
"@basilisk/jsx": "link:./src/jsx",
"@emotion/is-prop-valid": "^1.2.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@galacticcouncil/apps": "^4.3.1",
"@galacticcouncil/math-lbp": "^1.0.0",
"@galacticcouncil/math-liquidity-mining": "^1.0.0",
"@galacticcouncil/math-xyk": "^1.0.0",
"@galacticcouncil/sdk": "^3.1.0",
"@galacticcouncil/ui": "^4.1.0",
"@galacticcouncil/xcm-cfg": "^2.8.2",
"@galacticcouncil/xcm-core": "^1.7.0",
"@galacticcouncil/xcm-sdk": "^3.5.0",
"@lit-labs/react": "^1.1.0",
"@moonbeam-network/xcm-utils": "2.1.1",
"@polkadot/api": "11.2.1",
"@polkadot/apps-config": "^0.132.1",
"@polkadot/extension-inject": "^0.44.5",
"@polkadot/ui-shared": "^3.1.4",
"@radix-ui/react-dialog": "^1.0.0",
"@radix-ui/react-dropdown-menu": "^2.0.1",
"@radix-ui/react-label": "^1.0.0",
"@radix-ui/react-portal": "^1.0.0",
"@radix-ui/react-separator": "^1.0.0",
"@radix-ui/react-slider": "^1.0.0",
"@radix-ui/react-switch": "^1.0.0",
"@radix-ui/react-toast": "^1.0.0",
"@radix-ui/react-tooltip": "^1.0.7",
"@sentry/react": "^7.16.0",
"@sentry/tracing": "^7.16.0",
"@talismn/connect-wallets": "^1.2.1",
"@tanstack/react-location": "^3.7.4",
"@tanstack/react-query": "^4.14.5",
"@tanstack/react-table": "^8.5.17",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@types/uuid": "^8.3.4",
"@walletconnect/qrcode-modal": "^1.8.0",
"@walletconnect/sign-client": "^2.8.1",
"@walletconnect/types": "^2.8.1",
"bignumber.js": "^9.1.0",
"color": "^4.2.3",
"comlink": "^4.3.1",
"date-fns": "^2.29.1",
"framer-motion": "^7.3.6",
"graphql": "^16.6.0",
"graphql-request": "^5.0.0",
"i18next": "^21.8.16",
"jdenticon": "^3.2.0",
"md5": "^2.3.0",
"patch-package": "^6.5.0",
"postinstall-postinstall": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.36.0",
"react-i18next": "^11.18.3",
"react-is": "^18.2.0",
"react-json-view": "^1.21.3",
"react-loading-skeleton": "^3.1.0",
"react-remove-scroll": "^2.5.5",
"react-use": "^17.4.0",
"recharts": "^2.1.13",
"typescript": "~5.2.2",
"uuid": "^9.0.0",
"vite-plugin-wasm": "^2.1.0",
"web-vitals": "^2.1.4",
"zod": "^3.19.1",
"zustand": "^4.1.1"
},
"scripts": {
"dev": "vite",
"dev:rococo": "vite -m rococo",
"dev:production": "vite -m production",
"build": "vite build && cp ./build/index.html ./build/404.html",
"preview": "vite preview",
"postinstall": "patch-package",
"storybook": "storybook dev -p 6006 ./src",
"build-storybook": "SENTRY_DISABLED=true storybook build ./src",
"test": "vitest",
"lint": "run-p -lsc 'lint:*'",
"lint:ts": "tsc --noEmit -p tsconfig.json",
"lint:eslint": "eslint src",
"lint:prettier": "prettier -l \"src/**/*.{ts,tsx,json}\"",
"fix": "run-p -lsc 'fix:*'",
"fix:eslint": "eslint --fix src",
"fix:prettier": "prettier --write \"src/**/*.{ts,tsx,json}\""
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/plugin-transform-typescript": "^7.18.12",
"@babel/preset-typescript": "^7.18.6",
"@emotion/babel-plugin": "^11.10.2",
"@galacticcouncil/api-augment": "^0.1.0",
"@open-web3/orml-types": "^2.0.1",
"@storybook/addon-actions": "^7.0.0-beta.15",
"@storybook/addon-essentials": "^7.0.0-beta.15",
"@storybook/addon-interactions": "^7.0.0-beta.15",
"@storybook/addon-links": "^7.0.0-beta.15",
"@storybook/react": "^7.0.0-beta.15",
"@storybook/react-vite": "^7.0.0-beta.15",
"@storybook/testing-library": "^0.0.14-next.1",
"@types/color": "^3.0.3",
"@types/jest": "^27.5.2",
"@types/md5": "^2.3.2",
"@types/node": "^16.11.47",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.2.0",
"babel-plugin-named-exports-order": "^0.0.2",
"eslint": "^8.22.0",
"eslint-config-react-app": "^7.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"prop-types": "^15.8.1",
"storybook": "^7.0.0-beta.15",
"ts-node": "^10.9.1",
"vite": "^3.2.3",
"vite-plugin-sentry": "^1.1.6",
"vite-plugin-svgr": "^2.2.1",
"vite-tsconfig-paths": "^3.5.0",
"vitest": "^0.26.2"
}
}