-
-
Notifications
You must be signed in to change notification settings - Fork 237
/
package.json
132 lines (132 loc) · 4.55 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
{
"name": "revoke.cash",
"description": "Take back control of your wallet and stay safe by revoking token approvals you granted on Ethereum and over 100 other networks.",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build && next-sitemap",
"build:images": "GENERATE_OG_IMAGES=true next build && tsx scripts/move-cover-images.ts",
"trim-sitemap": "sed 's,<urlset.*,<urlset xmlns=\"https://www.sitemaps.org/schemas/sitemap/0.9\" xmlns:xhtml=\"http://www.w3.org/1999/xhtml\">,g' public/sitemap.xml",
"start": "next start",
"analyze": "ANALYZE=true yarn build",
"lint:checksums": "tsx scripts/lint-checksums.ts && git rm -r --cached -q data && git add --all data",
"lint": "prettier --write .",
"postinstall": "husky install",
"translations:update": "localazy upload && localazy download && yarn lint",
"translations:update:md": "localazy upload -k localazy.content.keys.json -c localazy.content.json && localazy download -k localazy.content.keys.json -c localazy.content.json && tsx scripts/remove-untranslated-markdown-files.ts",
"test": "yarn test:mocha && yarn test:cypress",
"test:cypress": "cypress run",
"test:mocha": "mocha test/**/*.test.ts",
"exploits:update": "tsx scripts/update-exploits.ts ../approval-exploit-list ../whois"
},
"private": true,
"dependencies": {
"@dotenvx/dotenvx": "^1.14.2",
"@headlessui/react": "^2.1.2",
"@heroicons/react": "^2.1.5",
"@revoke.cash/chains": "^54.0.0",
"@tanstack/query-sync-storage-persister": "^5.52.0",
"@tanstack/react-query": "^5.52.0",
"@tanstack/react-query-persist-client": "^5.52.0",
"@tanstack/react-table": "^8.20.1",
"@tippyjs/react": "^4.2.6",
"@upstash/ratelimit": "^2.0.1",
"@upstash/redis": "^1.34.0",
"@vercel/speed-insights": "^1.0.12",
"dexie": "^4.0.8",
"iron-session": "^8.0.3",
"ky": "^1.7.0",
"md5": "^2.3.0",
"mixpanel-browser": "^2.55.0",
"next": "^14.2.5",
"next-intl": "^3.17.4",
"nextjs-toploader": "^1.6.12",
"p-queue": "^8.0.1",
"rate-limiter-flexible": "^5.0.3",
"react": "^18.3.1",
"react-async-hook": "^4.0.0",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18.3.1",
"react-lite-youtube-embed": "^2.4.0",
"react-markdown": "^9.0.1",
"react-select": "^5.8.0",
"react-ssr-prepass": "^1.5.0",
"react-sticky-box": "^2.0.5",
"react-syntax-highlighter": "^15.5.0",
"react-toastify": "^10.0.5",
"reading-time-estimator": "^1.11.0",
"remark-directive": "^3.0.0",
"remark-directive-rehype": "^0.4.2",
"remark-gfm": "^4.0.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.2",
"timeago-react": "^3.0.6",
"timeago.js": "^4.0.2",
"use-local-storage": "^3.0.0",
"viem": "^2.19.9",
"wagmi": "^2.12.7",
"zustand": "^5.0.0-rc.2"
},
"devDependencies": {
"@cypress/grep": "^4.1.0",
"@lavamoat/allow-scripts": "^3.2.0",
"@localazy/cli": "^1.7.14",
"@tailwindcss/typography": "^0.5.14",
"@types/md5": "^2.3.5",
"@types/mixpanel-browser": "^2.49.1",
"@types/node": "^22.4.2",
"@types/nprogress": "^0.2.3",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/request-ip": "^0.0.41",
"autoprefixer": "^10.4.20",
"chai": "^5.1.1",
"cypress": "^13.13.3",
"dotenv": "^16.4.5",
"glob": "^11.0.0",
"gray-matter": "^4.0.3",
"husky": "^9.1.5",
"lint-staged": "^15.2.9",
"mocha": "^10.7.3",
"next-bundle-analyzer": "^0.6.8",
"next-circular-dependency": "^1.0.1",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"tailwindcss": "^3.4.10",
"tsx": "^4.17.0",
"typescript": "^5.5.4",
"walkdir": "^0.4.1"
},
"packageManager": "yarn@3.6.2",
"lint-staged": {
"*": "yarn prettier -u --write"
},
"lavamoat": {
"allowScripts": {
"$root$": true,
"@vercel/speed-insights": false,
"cypress": true,
"sharp": true,
"tsx>esbuild": true,
"viem>ws>bufferutil": true,
"viem>ws>utf-8-validate": true,
"wagmi>@wagmi/connectors>cbw-sdk>keccak": false,
"wagmi>@wagmi/connectors>@metamask/sdk>eciesjs>secp256k1": false
}
},
"mocha": {
"node-option": [
"import=tsx"
],
"require": [
"dotenv/config"
],
"timeout": 10000
},
"resolutions": {
"rate-limiter-flexible@^5.0.0": "patch:rate-limiter-flexible@npm%3A5.0.0#./.yarn/patches/rate-limiter-flexible-npm-5.0.0-9e3dae9215.patch"
}
}