-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
161 lines (161 loc) · 5.17 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
{
"name": "pillarx",
"version": "0.15.3",
"private": true,
"scripts": {
"start": "react-app-rewired start",
"build": "REACT_APP_COMMIT_SHA=$CF_PAGES_COMMIT_SHA REACT_APP_VERSION=$npm_package_version react-app-rewired build",
"test": "eslint . && jest --detectOpenHandles",
"test:watch": "eslint . && jest --detectOpenHandles --watch",
"test:update": "eslint . && jest --updateSnapshot --detectOpenHandles",
"test:ci": "jest --detectOpenHandles --silent -u",
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org pillar-project --project x ./build && sentry-cli sourcemaps upload --org pillar-project --project x ./build",
"postinstall": "patch-package",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
"lint:fix": "eslint 'src/**/*.{js,jsx,ts,tsx}' --fix",
"format": "prettier --write 'src/**/*.{js,jsx,ts,tsx,json,css,scss,md}'"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@etherspot/prime-sdk": "1.8.1",
"@etherspot/transaction-kit": "0.15.1",
"@hypelab/sdk-react": "^1.0.4",
"@lifi/sdk": "^3.1.5",
"@mui/icons-material": "^5.16.6",
"@mui/joy": "^5.0.0-beta.22",
"@mui/material": "^5.16.6",
"@openzeppelin/contracts": "^5.0.1",
"@privy-io/react-auth": "^1.59.7",
"@radix-ui/react-radio-group": "^1.2.0",
"@react-icons/all-files": "^4.1.0",
"@react-spring/web": "^9.7.4",
"@reduxjs/toolkit": "^2.2.5",
"@sentry/cli": "^2.21.5",
"@sentry/react": "^7.81.1",
"@tailwindcss/forms": "^0.5.7",
"@tippyjs/react": "^4.2.6",
"@uniswap/sdk": "^3.0.3",
"@uniswap/sdk-core": "^4.2.0",
"@uniswap/smart-order-router": "3.26.1",
"@uniswap/v3-sdk": "^3.11.0",
"axios": "^1.6.5",
"boring-avatars": "^1.11.2",
"chart.js": "^4.4.3",
"chartjs-adapter-date-fns": "^3.0.0",
"date-fns": "^3.6.0",
"dayjs": "^1.11.11",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.2.1",
"ethers": "^5.7.2",
"firebase": "^10.13.1",
"fuse.js": "^7.0.0",
"husky": "^9.1.5",
"i18next": "^23.7.6",
"iconsax-react": "^0.0.8",
"identicon.js": "^2.3.3",
"lodash": "^4.17.21",
"mime": "^4.0.4",
"moment": "^2.30.1",
"party-js": "^2.2.0",
"patch-package": "^8.0.0",
"plausible-tracker": "^0.3.9",
"prettier": "^3.3.3",
"prop-types": "^15.8.1",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-bootstrap-icons": "^1.10.3",
"react-chartjs-2": "^5.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-google-charts": "^4.0.1",
"react-i18next": "^13.4.1",
"react-icons": "^4.12.0",
"react-intersection-observer": "^9.13.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.18.0",
"react-scripts": "5.0.1",
"react-slick": "^0.30.2",
"react-spinners": "^0.13.8",
"react-transition-group": "^4.4.5",
"react-virtuoso": "^4.7.11",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.1",
"use-mailchimp-form": "^3.1.0",
"use-resize-observer": "^9.1.0",
"viem": "^2.6.1",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@types/identicon.js": "^2.3.4",
"@types/jest": "^29.5.8",
"@types/lodash": "^4.14.202",
"@types/node": "^16.18.61",
"@types/react": "^18.2.37",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.2.15",
"@types/react-router-dom": "^5.3.3",
"@types/react-test-renderer": "^18.0.6",
"@types/react-transition-group": "^4.4.10",
"@types/webfontloader": "^1.6.38",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.19",
"babel-jest": "^29.7.0",
"buffer": "^6.0.3",
"eslint": "^8.57.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-react": "^7.35.1",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.3.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-styled-components": "^7.2.0",
"postcss": "^8.4.38",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"react-test-renderer": "^18.2.0",
"tailwindcss": "^3.4.4",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"overrides": {
"react-scripts": {
"typescript": "^5"
}
},
"resolutions": {
"styled-components": "^5"
}
}