-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 4.79 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 4.79 KB
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
{
"name": "@uniswap/extension",
"version": "0.0.0",
"browserslist": "last 2 chrome versions",
"dependencies": {
"@apollo/client": "3.10.4",
"@datadog/browser-rum": "5.23.3",
"@ethersproject/bignumber": "5.7.0",
"@ethersproject/providers": "5.7.2",
"@ethersproject/strings": "5.7.0",
"@ethersproject/wordlists": "5.7.0",
"@metamask/rpc-errors": "6.2.1",
"@reduxjs/toolkit": "1.9.3",
"@svgr/webpack": "8.0.1",
"@tamagui/core": "1.125.17",
"@tanstack/react-query": "5.77.2",
"@types/uuid": "9.0.1",
"@uniswap/analytics-events": "2.43.0",
"@uniswap/client-embeddedwallet": "0.0.16",
"@uniswap/uniswapx-sdk": "3.0.0-beta.7",
"@uniswap/universal-router-sdk": "4.19.5",
"@uniswap/v3-sdk": "3.25.2",
"@uniswap/v4-sdk": "1.21.2",
"@universe/api": "workspace:^",
"@wxt-dev/module-react": "1.1.3",
"confusing-browser-globals": "1.0.11",
"dotenv-webpack": "8.0.1",
"eslint-plugin-rulesdir": "0.2.2",
"ethers": "5.7.2",
"eventemitter3": "5.0.1",
"i18next": "23.10.0",
"node-polyfill-webpack-plugin": "2.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "14.1.0",
"react-native": "0.77.2",
"react-native-gesture-handler": "2.22.1",
"react-native-reanimated": "3.16.7",
"react-native-svg": "15.11.2",
"react-native-web": "0.19.13",
"react-qr-code": "2.0.12",
"react-redux": "8.0.5",
"react-router": "7.6.3",
"redux": "4.2.1",
"redux-logger": "3.0.6",
"redux-persist": "6.0.0",
"redux-persist-webextension-storage": "1.0.2",
"redux-saga": "1.2.2",
"symbol-observable": "4.0.0",
"typed-redux-saga": "1.5.0",
"ua-parser-js": "1.0.37",
"ui": "workspace:^",
"uniswap": "workspace:^",
"utilities": "workspace:^",
"uuid": "9.0.0",
"vite": "npm:rolldown-vite@7.0.10",
"vite-plugin-commonjs": "0.10.4",
"vite-plugin-node-polyfills": "0.23.0",
"vite-plugin-svgr": "4.3.0",
"vite-tsconfig-paths": "5.1.4",
"wallet": "workspace:^",
"wxt": "0.20.8",
"zod": "3.22.4"
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "0.5.11",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.1.0",
"@types/chrome": "0.0.304",
"@types/jest": "29.5.14",
"@types/node": "22.13.1",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.1",
"@types/redux-logger": "3.0.9",
"@types/redux-persist-webextension-storage": "1.0.3",
"@types/ua-parser-js": "0.7.31",
"@uniswap/eslint-config": "workspace:^",
"@welldone-software/why-did-you-render": "8.0.1",
"clean-webpack-plugin": "4.0.0",
"concurrently": "8.2.2",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.11.0",
"esbuild-loader": "3.2.0",
"eslint": "8.44.0",
"jest": "29.7.0",
"jest-chrome": "0.8.0",
"jest-environment-jsdom": "29.5.0",
"jest-extended": "4.0.2",
"mini-css-extract-plugin": "2.9.1",
"react-refresh": "0.14.0",
"serve": "14.2.4",
"style-loader": "3.3.2",
"swc-loader": "0.2.6",
"tamagui-loader": "1.125.17",
"typescript": "5.3.3",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.2.1"
},
"private": true,
"scripts": {
"build:production": "webpack --node-env=production --env BUILD_ENV=prod BUILD_NUM=${BUILD_NUM:-0}",
"check:circular": "concurrently \"../../scripts/check-circular-imports.sh ./src/entrypoints/sidepanel/main.tsx 0\" \"../../scripts/check-circular-imports.sh ./src/entrypoints/onboarding/main.tsx 0\" \"../../scripts/check-circular-imports.sh ./src/entrypoints/unitagClaim/main.tsx 0\"",
"check:deps:usage": "depcheck",
"env:local:download": "bash ../../scripts/downloadEnvLocal.sh m4dhqfltt3dokkqi3hqwigmf2a .env",
"env:local:upload": "bash ../../scripts/uploadEnvLocal.sh m4dhqfltt3dokkqi3hqwigmf2a .env",
"format": "biome check . --linter-enabled=false",
"lint": "NODE_OPTIONS=--max_old_space_size=8192 eslint . --ext ts,tsx --max-warnings=0",
"lint:fix": "NODE_OPTIONS=--max-old-space-size=8192 eslint . --ext ts,tsx --fix",
"start:webpack": "webpack serve --config webpack.config.js",
"start:webpack:absolute": "webpack serve --config webpack.config.js --output-path /Users/Shared/stretch",
"start": "wxt",
"start:absolute": "bun run start:absolute:mac",
"start:absolute:mac": "WXT_ABSOLUTE_OUTDIR=/Users/Shared/stretch wxt",
"start:absolute:windows": "WXT_ABSOLUTE_OUTDIR=C:/ProgramData/stretch wxt",
"test": "jest",
"snapshots": "jest -u",
"typecheck": "tsc -b",
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build:wxt": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"postinstall": "wxt prepare",
"prepare": "wxt prepare",
"clean": "wxt clean"
}
}