forked from ethereum/sourcify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.87 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
{
"name": "sourcify-ui",
"version": "1.1.4",
"private": true,
"dependencies": {
"@ethersproject/abi": "^5.7.0",
"@ethersproject/address": "^5.6.1",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/hash": "^5.7.0",
"@ethersproject/keccak256": "^5.7.0",
"@headlessui/react": "^1.4.2",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/node": "^16.11.13",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-syntax-highlighter": "^13.5.2",
"aos": "^2.3.4",
"bytes": "^3.1.2",
"fuse.js": "^6.5.0",
"http-status-codes": "^2.2.0",
"react": "^17.0.2",
"react-device-detect": "^2.2.2",
"react-dom": "^17.0.2",
"react-dropzone": "^11.4.2",
"react-icons": "^4.3.1",
"react-responsive-carousel": "^3.2.22",
"react-router-dom": "^6.1.1",
"react-scripts": "^5.0.1",
"react-select-search": "^3.0.9",
"react-syntax-highlighter": "^15.4.5",
"react-tooltip": "^4.2.21",
"recharts": "^2.1.8",
"web-vitals": "^2.1.2"
},
"optionalDependencies": {
"fsevents": "^2.3.2"
},
"overrides": {
"react-scripts": {
"typescript": "^5"
}
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "echo \"Error: no test specified\"",
"eject": "react-scripts eject",
"lint": "eslint . --ext .ts"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/aos": "^3.0.4",
"@types/bytes": "^3.1.1",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.3"
},
"homepage": "./"
}