-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
160 lines (160 loc) · 4.93 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
{
"name": "staking",
"version": "2.45.2",
"scripts": {
"dev": "next",
"build": "next build && next export",
"start": "next start",
"tsc": "tsc --noEmit",
"format": "prettier --write \"**/*.{ts,tsx}\"",
"lint": "eslint . --ext ts,.tsx && tsc",
"lint:sarif": "node tests/lint.js . --ext ts,.tsx && tsc",
"lint:fix": "eslint . --ext ts,.tsx --fix",
"test:unit": "jest",
"test:synpress:open": "env-cmd -f .env.local synpress open",
"test:synpress:run": "env-cmd -f .env.local synpress run",
"test:e2e": "start-server-and-test 'yarn build && yarn start' http-get://localhost:3000 'synpress run'",
"test:e2e:ci": "synpress run --group smoke-tests --record --parallel",
"upgrade-synthetix": "yarn add @synthetixio/assets@latest @synthetixio/contracts-interface@latest @synthetixio/optimism-networks@latest @synthetixio/providers@latest @synthetixio/queries@latest @synthetixio/transaction-notifier@latest @synthetixio/wei@latest",
"postinstall": "patch-package"
},
"dependencies": {
"@artsy/fresnel": "1.8.0",
"@reach/dialog": "0.15.3",
"@snapshot-labs/snapshot.js": "0.3.22",
"@synthetixio/assets": "2.0.12",
"@synthetixio/contracts-interface": "2.58.1",
"@synthetixio/optimism-networks": "2.58.1",
"@synthetixio/providers": "2.58.1",
"@synthetixio/queries": "2.58.1",
"@synthetixio/transaction-notifier": "2.58.1",
"@synthetixio/wei": "2.58.1",
"@tippyjs/react": "4.1.0",
"@uniswap/router-sdk": "1.0.5",
"@uniswap/sdk-core": "^3.0.1",
"@uniswap/smart-order-router": "2.5.13",
"@uniswap/v3-sdk": "^3.6.3",
"axios": "0.21.1",
"bignumber.js": "9.0.0",
"bnc-onboard": "1.36.0",
"caniuse-lite": "1.0.30001196",
"color": "3.1.3",
"date-fns": "2.15.0",
"ethers": "^5.5.3",
"graphql": "15.5.0",
"graphql-request": "3.4.0",
"i18next": "19.7.0",
"lodash": "4.17.20",
"next": "10.2.3",
"next-compose-plugins": "2.2.1",
"next-optimized-images": "3.0.0-canary.10",
"patch-package": "6.4.7",
"react": "17.0.2",
"react-copy-to-clipboard": "5.0.3",
"react-countdown": "2.3.0",
"react-datepicker": "4.1.1",
"react-dom": "17.0.2",
"react-i18next": "11.7.0",
"react-outside-click-handler": "1.3.0",
"react-query": "3.16.0",
"react-responsive": "8.2.0",
"react-select": "4.3.1",
"react-slick": "0.27.13",
"react-table": "7.7.0",
"react-toastify": "7.0.3",
"react-window": "1.8.6",
"recharts": "2.0.10",
"recoil": "0.3.1",
"remarkable": "2.0.1",
"slick-carousel": "1.8.1",
"styled-components": "5.1.1",
"styled-media-query": "2.1.2",
"svg-react-loader": "0.4.6",
"unstated-next": "1.1.0",
"webpack": "5.47.1"
},
"devDependencies": {
"@babel/preset-env": "7.14.9",
"@babel/preset-react": "7.14.5",
"@metamask/providers": "8.1.1",
"@microsoft/eslint-formatter-sarif": "2.1.5",
"@synthetixio/synpress": "0.9.25-beta.12",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "12.1.2",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "13.5.0",
"@types/color": "3.0.1",
"@types/date-fns": "2.6.0",
"@types/jest": "^27.0.2",
"@types/lodash": "4.14.159",
"@types/node": "14.0.13",
"@types/react": "16.9.46",
"@types/react-copy-to-clipboard": "5.0.0",
"@types/react-datepicker": "3.1.1",
"@types/react-outside-click-handler": "1.3.0",
"@types/react-responsive": "8.0.2",
"@types/react-select": "3.0.19",
"@types/react-slick": "0.23.4",
"@types/react-table": "7.0.26",
"@types/react-window": "1.8.5",
"@types/remarkable": "2.0.0",
"@types/styled-components": "5.1.2",
"@typescript-eslint/eslint-plugin": "4.29.3",
"@typescript-eslint/parser": "4.29.3",
"babel-eslint": "10.1.0",
"babel-plugin-styled-components": "1.11.1",
"env-cmd": "10.1.0",
"eslint": "^7.12.0",
"eslint-config-prettier": "6.10.1",
"eslint-config-react-app": "6.0.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-flowtype": "5.2.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-testing-library": "^5.0.4",
"eslint-plugin-ui-testing": "^2.0.0",
"ethereum-blockies-base64": "1.0.2",
"file-loader": "6.2.0",
"graph-results-pager": "1.0.3",
"husky": "4.3.0",
"imagemin-gifsicle": "7.0.0",
"imagemin-mozjpeg": "9.0.0",
"imagemin-optipng": "8.0.0",
"imagemin-svgo": "8.0.0",
"jest": "^27.2.5",
"lint-staged": "10.5.1",
"prettier": "2.5.1",
"react-test-renderer": "^17.0.2",
"remarkable-external-link": "1.1.0",
"typescript": "4.3.2",
"url-loader": "4.1.1",
"webp-loader": "0.6.0"
},
"resolutions": {
"sharp": "0.29.3"
},
"husky": {
"hooks": {
"pre-commit": "yarn lint"
}
},
"jest": {
"roots": [
"<rootDir>"
],
"modulePaths": [
"<rootDir>"
],
"moduleDirectories": [
"node_modules"
],
"globalSetup": "./test-setup/global.js",
"setupFilesAfterEnv": [
"./test-setup/setup.js"
],
"testEnvironment": "jest-environment-jsdom"
}
}