forked from sourcifyeth/verify.sourcify.dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.1 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.1 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
{
"name": "verify-sourcify-dev",
"private": true,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev --host 0.0.0.0",
"start": "PORT=5173 react-router-serve build/server/index.js",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@ethereum-sourcify/lib-sourcify": "^2.3.0",
"@headlessui/react": "^2.2.4",
"@react-router/node": "^7.5.3",
"@react-router/serve": "^7.5.3",
"@solidity-parser/parser": "^0.20.1",
"diff": "^8.0.2",
"ethers": "^6.14.4",
"fuse.js": "^7.1.0",
"isbot": "^5.1.27",
"react": "19.1.2",
"react-dom": "19.1.2",
"react-icons": "^5.5.0",
"react-router": "^7.5.3",
"react-tooltip": "^5.29.1",
"serve": "^14.2.5"
},
"devDependencies": {
"@ethereum-sourcify/compilers-types": "^1.0.7",
"@react-router/dev": "^7.5.3",
"@tailwindcss/vite": "^4.1.4",
"@types/node": "^20",
"@types/react": "19.1.9",
"@types/react-dom": "19.1.7",
"tailwindcss": "^4.1.4",
"typescript": "^5.8.3",
"vite": "^6.3.3",
"vite-tsconfig-paths": "^5.1.4"
}
}