This repository has been archived by the owner on Feb 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
200 lines (200 loc) · 7.49 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
190
191
192
193
194
195
196
197
198
199
200
{
"name": "@cowprotocol/explorer",
"version": "2.26.0",
"description": "",
"main": "src/index.js",
"sideEffects": false,
"engines": {
"node": "16"
},
"scripts": {
"start": "npm run start:explorer",
"start:explorer": "APP=explorer npm run start:apps",
"start:apps": "NODE_ENV=development webpack-dev-server --mode development --hot --host 0.0.0.0 --disable-host-check",
"start:dist": "serve dist -s -l 8081",
"mock": "MOCK=true yarn start",
"build": "rimraf ./dist && NODE_ENV=production webpack --mode production",
"build:explorer": "APP=explorer npm run build",
"lint:js": "eslint src --cache --cache-location .eslint-cache --ext .ts,.tsx,.js",
"lint:js:fix": "eslint src --fix --ext .ts,.tsx,.js",
"lint:css": "stylelint --cache --cache-location .stylelint-cache 'src/**/*.[jt]s?(x)' --syntax 'css-in-js'",
"lint:css:fix": "stylelint 'src/**/*.[jt]s?(x)' --syntax 'css-in-js' --fix",
"lint": "npm-run-all --parallel lint:*",
"stats": "rimraf ./dist && NODE_ENV=production webpack --mode production --env.stats --profile --json > stats.json && webpack-bundle-analyzer ./stats.json ./dist",
"test": "MOCK=true jest --cacheDirectory .jest-cache -o",
"test:coverage": "MOCK=true jest --coverage --cache --cacheDirectory .jest-cache",
"test:coverage:coveralls": "cat ./coverage/lcov.info | coveralls",
"verify": "npm-run-all --parallel lint:* test",
"format": "prettier --write \"src/**/*.ts?(x)\" \"src/**/*.js?(x)\"",
"storybook": "BROWSER=NONE start-storybook -p 6006",
"build-storybook": "build-storybook",
"docs": "start-storybook --docs",
"build-docs": "build-storybook --docs",
"check-types": "tsc --noEmit --incremental",
"playwright": "jest --roots playwright",
"playwright:rebuild": "ts-node ./playwright/utils/build_injects.ts",
"playwright:debug": "PWDEBUG=1 jest --roots playwright --runInBand",
"playwright:record": "start-server-and-test start:dist http://localhost:8081 'playwright-cli codegen http://localhost:8081 -o output.js'",
"test:integration": "BASE_URL=http://localhost:8081 start-server-and-test start:dist http://localhost:8081 playwright"
},
"husky": {
"hooks": {
"pre-commit": "npm run verify",
"pre-push": "npm run check-types"
}
},
"author": "",
"dependencies": {
"@apollo/client": "^3.1.5",
"@cowprotocol/app-data": "^1.1.0",
"@cowprotocol/contracts": "1.3.1",
"@cowprotocol/cow-sdk": "^2.2.1",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-regular-svg-icons": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@gnosis.pm/dex-js": "^0.10.0",
"@material-ui/core": "^4.11.0",
"@popperjs/core": "^2.0.6",
"@rjsf/core": "^4.2.2",
"@sentry/react": "^6.18.1",
"@sentry/tracing": "^6.18.1",
"@types/react": "^16.9.19",
"@types/react-helmet": "^6.1.5",
"@types/react-is": "^16.7.1",
"@types/styled-theming": "^2.2.5",
"bignumber.js": "^9.0.0",
"bn.js": "^4.11.9",
"combine-reducers": "^1.0.0",
"cytoscape": "^3.21.0",
"cytoscape-fcose": "^2.1.0",
"cytoscape-klay": "^3.1.4",
"cytoscape-no-overlap": "^1.0.1",
"cytoscape-popper": "^2.0.0",
"date-fns": "^2.9.0",
"detect-browser": "^5.1.0",
"ethers": "^5.0.26",
"flexsearch": "^0.7.21",
"graphql": "^16.5.0",
"inter-ui": "^3.15.0",
"joi": "^17.2.0",
"lightweight-charts": "^3.8.0",
"node-cache": "^5.1.0",
"npm-run-all": "^4.1.5",
"react": "^16.12.0",
"react-copy-to-clipboard": "^5.0.2",
"react-cytoscapejs": "^1.2.1",
"react-device-detect": "^1.15.0",
"react-dom": "^16.12.0",
"react-ga4": "^1.4.1",
"react-helmet": "^6.1.0",
"react-hook-form": "6.9.2",
"react-hot-loader": "^4.12.19",
"react-inlinesvg": "^3.0.0",
"react-router-dom": "^5.1.2",
"styled-components": "^5.0.0",
"styled-theming": "^2.2.0",
"web-vitals": "^2.1.0",
"web3": "1.2.9",
"web3modal": "1.9.0"
},
"devDependencies": {
"@babel/core": "^7.9.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.9.4",
"@babel/preset-react": "^7.9.4",
"@babel/register": "^7.8.3",
"@fortawesome/fontawesome-common-types": "^6.1.2",
"@hookform/devtools": "^2.2.1",
"@hot-loader/react-dom": "^16.11.0",
"@sentry/webpack-plugin": "^1.17.1",
"@storybook/addon-actions": "^6.5.15",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-knobs": "^6.2.9",
"@storybook/addon-links": "^6.5.15",
"@storybook/react": "^6.5.15",
"@testing-library/react-hooks": "^7.0.2",
"@truffle/hdwallet-provider": "^1.2.0",
"@types/bn.js": "^4.11.6",
"@types/combine-reducers": "^1.0.0",
"@types/cytoscape": "^3.19.4",
"@types/cytoscape-popper": "^2.0.0",
"@types/enzyme": "^3.10.4",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/flexsearch": "^0.7.3",
"@types/jest": "^26.0.8",
"@types/node": "17.0.29",
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-cytoscapejs": "^1.2.2",
"@types/react-dom": "^16.9.5",
"@types/react-router": "^5.1.4",
"@types/react-router-dom": "^5.1.3",
"@types/resize-observer-browser": "^0.1.7",
"@types/styled-components": "^5.0.1",
"@types/webpack-env": "^1.15.2",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"babel-jest": "^26.1.0",
"babel-loader": "^8.0.6",
"babel-plugin-styled-components": "^1.10.7",
"babel-plugin-transform-imports": "^2.0.0",
"console-feed": "^3.0.1",
"copy-webpack-plugin": "^6.4.1",
"coveralls": "^3.0.9",
"css-loader": "^3.4.2",
"dotenv": "^8.2.0",
"enhanced-resolve": "^5.7.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.4.3",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.0.2",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.2",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-storybook": "^0.6.8",
"eslint-utils": ">=2.1.0",
"favicons-webpack-plugin": "^4.0.0",
"file-loader": "^6.0.0",
"fork-ts-checker-webpack-plugin": "^4.0.3",
"frontmatter-markdown-loader": "^3.2.1",
"html-webpack-plugin": "^4.0.0-beta.11",
"husky": "^4.2.1",
"image-webpack-loader": "^7.0.1",
"jest": "^26.4.2",
"jest-enzyme": "^7.1.2",
"markdown-it-link-attributes": "^3.0.0",
"playwright": "^1.24.2",
"playwright-cli": "^0.180.0",
"polished": "^4.0.5",
"preload-webpack-plugin": "^3.0.0-beta.4",
"prettier": "^2.1.2",
"react-dev-utils": "^12.0.1",
"react-inspector": "^5.1.0",
"react-is": "^16.13.1",
"react-test-renderer": "^16.12.0",
"rimraf": "^3.0.1",
"serve": "^11.3.2",
"start-server-and-test": "^1.11.5",
"style-loader": "^1.1.3",
"stylelint": "^13.7.2",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-recommended": "^3.0.0",
"stylelint-prettier": "^1.1.2",
"ts-jest": "^26.4.1",
"ts-loader": "^8.0.3",
"ts-node": "^9.0.0",
"tslib": "^2.1.0",
"typescript": "^4.0.3",
"webpack": "^4.41.6",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.11.2",
"yaml": "^1.9.2"
}
}