-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathpackage.json
148 lines (148 loc) · 4.97 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
{
"name": "saddle-frontend",
"description": "The frontend for saddle.finance 🤠",
"version": "0.1.0",
"private": true,
"dependencies": {
"@coinbase/cbpay-js": "^1.0.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@metamask/jazzicon": "^2.0.0",
"@mui/icons-material": "^5.5.1",
"@mui/lab": "^5.0.0-alpha.76",
"@mui/material": "^5.4.0",
"@mui/x-date-pickers": "^5.0.0-alpha.2",
"@rainbow-me/rainbowkit": "^0.12.14",
"@reduxjs/toolkit": "^1.4.0",
"@sentry/react": "^7.80.0",
"@sentry/tracing": "^7.80.0",
"@tanstack/react-query": "^4.28.0",
"@tanstack/react-query-devtools": "^4.0.10",
"@types/jest": "^29.2.1",
"@types/lodash": "^4.14.178",
"@types/node": "^14.14.35",
"@types/react": "^17.0.38",
"@types/react-redux": "^7.1.11",
"@types/react-router-dom": "^5.3.3",
"async-retry": "^1.3.1",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.1",
"date-fns": "^2.29.3",
"ethcall": "^4.8.13",
"ethers": "^5.7.2",
"framer-motion": "^4.0.3",
"history": "^5.0.0",
"i18next": "^19.8.3",
"i18next-browser-languagedetector": "^6.0.1",
"i18next-fetch-backend": "^3.0.0",
"lodash": "^4.17.20",
"match-sorter": "^6.3.1",
"react": "^18.2.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.2.0",
"react-i18next": "^11.11.0",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.1",
"react-toastify": "^8.1.1",
"redux": "^4.1.0",
"redux-localstorage-simple": "^2.4.0",
"wagmi": "^0.12.12",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@cypress/code-coverage": "^3.9.12",
"@cypress/instrument-cra": "^1.4.0",
"@ethersproject/experimental": "^5.0.9",
"@storybook/addon-actions": "^6.4.14",
"@storybook/addon-essentials": "^6.4.14",
"@storybook/addon-links": "^6.4.19",
"@storybook/node-logger": "^6.4.14",
"@storybook/preset-create-react-app": "^3.2.0",
"@storybook/react": "^6.4.14",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@typechain/ethers-v5": "^6.0.5",
"@types/async-retry": "^1.4.2",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.30.4",
"@typescript-eslint/parser": "^5.50.0",
"bundlemon": "^1.3.1",
"cypress": "^9.5.2",
"cypress-react-selector": "^2.3.6",
"cypress-repeat": "^2.3.2",
"del": "^6.0.0",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^27.1.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.2.0",
"highcharts": "^10.0.0",
"highcharts-react-official": "^3.1.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.3",
"lint-staged": "^13.0.3",
"postcss": "^8.1.9",
"postcss-import": "12.0.1",
"prettier": "^2.5.1",
"redux-devtools-extension": "^2.13.8",
"sass": "^1.32.5",
"start-server-and-test": "^1.12.1",
"typechain": "^4.0.3",
"typescript": "^4.7.4",
"typescript-plugin-css-modules": "^3.2.0"
},
"resolutions": {
"**/@emotion/styled": "^11.0.0"
},
"scripts": {
"build-storybook": "build-storybook -s public",
"build": "REACT_APP_GIT_SHA=`git rev-parse --short HEAD` react-scripts build --legacy-peer-deps",
"bundlemon": "bundlemon --subProject no-compression --defaultCompression none && bundlemon --subProject gzip-compression --defaultCompression gzip",
"cy:coverage": "GENERATE_SOURCEMAP=false start-test 3000 'npx cypress-repeat run -n 2 --until-passes --rerun-failed-only'",
"cy:open": "cypress open",
"cy:run": "cypress run",
"cy:startopen": "start-test 3000 'cypress open'",
"eject": "react-scripts eject",
"lint:fix": "eslint --max-warnings=0 --ext ts,tsx --fix src/ && prettier --write 'src/**/*.{ts,tsx,scss}'",
"lint": "eslint --max-warnings=0 --ext ts,tsx src/ && prettier --list-different 'src/**/*.{ts,tsx,scss}'",
"missing-translations": "node scripts/missing-translations.js",
"postinstall": "typechain --target ethers-v5 \"src/constants/abis/*.json\"",
"prepare": "husky install",
"start": "GENERATE_SOURCEMAP=false REACT_APP_GIT_SHA=`git rev-parse --short HEAD` react-scripts -r @cypress/instrument-cra start",
"storybook": "start-storybook -p 6006 -s public",
"test": "react-scripts test"
},
"homepage": ".",
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"repository": {
"type": "git",
"url": "git+https://github.com/thesis/saddle-frontend.git"
},
"keywords": [
"cryptocurrency",
"interoperability",
"bitcoin",
"ethereum",
"tbtc",
"defi"
],
"author": "Satoshi Nakamoto 🤪",
"license": "MIT",
"lint-staged": {
"*.{ts,tsx}": "eslint --cache --fix"
},
"nyc": {
"reporter": [
"html"
]
}
}