forked from across-protocol/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
189 lines (189 loc) · 6.23 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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
{
"name": "across",
"version": "0.1.0",
"private": true,
"license": "AGPL-3.0-only",
"dependencies": {
"@across-protocol/constants-v2": "^1.0.11",
"@across-protocol/contracts-v2": "2.5.0-beta.7",
"@across-protocol/sdk-v2": "^0.22.6",
"@amplitude/analytics-browser": "^2.3.5",
"@balancer-labs/sdk": "^1.1.5",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@google-cloud/logging": "^10.1.1",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@reach/dialog": "^0.16.2",
"@safe-global/safe-apps-provider": "^0.18.0",
"@safe-global/safe-apps-sdk": "^8.1.0",
"@sentry/react": "^7.37.2",
"@uma/sdk": "^0.22.2",
"@vercel/kv": "^1.0.1",
"@web3-onboard/coinbase": "^2.2.5",
"@web3-onboard/core": "^2.21.2",
"@web3-onboard/gnosis": "^2.2.0",
"@web3-onboard/injected-wallets": "^2.10.6",
"@web3-onboard/react": "^2.8.13",
"@web3-onboard/walletconnect": "^2.4.6",
"axios": "^0.27.2",
"bnc-notify": "^1.9.8",
"copy-to-clipboard": "^3.3.3",
"downshift": "^6.1.7",
"ethers": "5.7.2",
"framer-motion": "4.1.17",
"jose": "^4.9.3",
"lodash-es": "^4.17.21",
"luxon": "^3.3.0",
"numeral": "^2.0.6",
"react": "^17.0.2",
"react-device-detect": "^2.2.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-lottie": "^1.2.3",
"react-pro-sidebar": "^1.1.0-alpha.1",
"react-query": "^3.34.16",
"react-router-dom": "^5.3.0",
"react-router-sitemap": "^1.2.0",
"react-slider": "^2.0.4",
"react-tooltip": "^5.18.0",
"superstruct": "^0.15.4",
"typescript": "^4.1.2"
},
"scripts": {
"start": "export REACT_APP_GIT_COMMIT_HASH=$(git rev-parse HEAD) && vite",
"dev": "export REACT_APP_GIT_COMMIT_HASH=$(git rev-parse HEAD) && vite --port $PORT --host",
"build": "export REACT_APP_GIT_COMMIT_HASH=$(git rev-parse HEAD) && tsc && vite build",
"analyze": "yarn build --stats && webpack-bundle-analyzer build/bundle-stats.json -m server -r build/bundle-stats.html",
"test": "export REACT_APP_GIT_COMMIT_HASH=$(git rev-parse HEAD) && jest --env jsdom src",
"serve": "vite preview --port 3000",
"test-api": "jest test/api",
"eject": "react-scripts eject",
"lint": "eslint src api cypress test",
"lint:fix": "eslint --fix src api cypress test",
"predeploy": "yarn sitemap",
"sitemap": "babel-node src/sitemap-generator.js",
"prepare": "husky install",
"hardhat:node": "hardhat node",
"cypress:open": "cypress open --e2e",
"cypress:run": "cypress run --e2e",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "chromatic --exit-zero-on-changes",
"ampli:pull": "ampli pull --path=./src/ampli --omit-api-keys web && prettier -w ./src/ampli/*.ts",
"postinstall": "patch-package",
"generate:routes": "ts-node scripts/generate-routes.ts",
"generate:routes:mainnet": "yarn generate:routes 1"
},
"lint-staged": {
"*.{jsx,tsx,js,ts}": "yarn lint:fix"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@amplitude/ampli": "^1.34.0",
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@ethersproject/experimental": "^5.6.3",
"@storybook/addon-actions": "^7.5.3",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.5.3",
"@storybook/node-logger": "^7.5.3",
"@storybook/react": "^7.5.3",
"@storybook/react-vite": "^7.5.3",
"@storybook/testing-library": "^0.2.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^27.0.0",
"@types/lodash-es": "^4.17.5",
"@types/luxon": "^3.3.0",
"@types/node": "^12.0.0",
"@types/numeral": "^2.0.2",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-lottie": "^1.2.6",
"@types/react-router-dom": "^5.3.1",
"@types/react-slider": "^1.3.1",
"@vercel/node": "^2.5.13",
"@vitejs/plugin-react": "^4.0.1",
"axios-mock-adapter": "^1.21.2",
"babel-cli": "^6.26.0",
"babel-node": "^0.0.1-security",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"chromatic": "^6.17.4",
"cypress": "^13.2.0",
"eslint": "^8.44.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-storybook": "^0.6.15",
"hardhat": "^2.12.7",
"husky": "^8.0.0",
"jest": "^29.5.0",
"jest-environment-hardhat": "^1.1.8",
"jest-environment-jsdom": "^29.5.0",
"jest-transform-stub": "^2.0.0",
"lint-staged": "^13.0.3",
"patch-package": "^7.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.4.1",
"serve": "^14.0.1",
"storybook": "^7.5.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"vite": "^4.3.9",
"vite-plugin-environment": "^1.1.3",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^3.2.0",
"vite-tsconfig-paths": "^4.2.0",
"webpack-bundle-analyzer": "^4.7.0"
},
"babel": {
"env": {
"test": {
"plugins": [
"@babel/plugin-transform-modules-commonjs"
]
}
}
},
"resolutions": {
"//": "See https://github.com/facebook/create-react-app/issues/11773 ",
"react-error-overlay": "6.0.9",
"babel-loader": "8.1.0"
},
"eslintConfig": {
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"readme": "ERROR: No README data found!",
"_id": "across@0.1.0"
}