forked from pillarwallet/x
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
137 lines (137 loc) · 4.3 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
{
"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 && npm run sentry:sourcemaps",
"test": "eslint . && jest --detectOpenHandles",
"test:watch": "eslint . && jest --detectOpenHandles --watch",
"test:update": "eslint . && jest --updateSnapshot --detectOpenHandles",
"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"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@etherspot/prime-sdk": "^1.8.1",
"@etherspot/transaction-kit": "^0.14.1",
"@mui/joy": "^5.0.0-beta.22",
"@mui/material": "^5.15.20",
"@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.3",
"@reduxjs/toolkit": "^2.2.5",
"@sentry/cli": "^2.21.5",
"@sentry/react": "^7.81.1",
"@tippyjs/react": "^4.2.6",
"@tailwindcss/forms": "^0.5.7",
"@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",
"dayjs": "^1.11.11",
"ethers": "^5.7.2",
"firebase": "^10.6.0",
"fuse.js": "^7.0.0",
"i18next": "^23.7.6",
"iconsax-react": "^0.0.8",
"identicon.js": "^2.3.3",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"party-js": "^2.2.0",
"patch-package": "^8.0.0",
"plausible-tracker": "^0.3.9",
"prop-types": "^15.8.1",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-bootstrap-icons": "^1.10.3",
"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-redux": "^9.1.2",
"react-router-dom": "^6.18.0",
"react-scripts": "5.0.1",
"react-spinners": "^0.13.8",
"react-transition-group": "^4.4.5",
"react-virtuoso": "^4.7.11",
"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": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"autoprefixer": "^10.4.19",
"babel-jest": "^29.7.0",
"buffer": "^6.0.3",
"eslint": "^8.53.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"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"
}
}