-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
76 lines (76 loc) · 1.85 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.6",
"private": true,
"dependencies": {
"@ethersproject/abi": "5.7.0",
"@ethersproject/address": "5.7.0",
"@ethersproject/bytes": "5.7.0",
"@ethersproject/hash": "5.7.0",
"@ethersproject/keccak256": "5.7.0",
"@headlessui/react": "1.7.19",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "13.5.0",
"aos": "2.3.4",
"bytes": "3.1.2",
"fuse.js": "6.6.2",
"http-status-codes": "2.3.0",
"react": "17.0.2",
"react-device-detect": "2.2.3",
"react-dom": "17.0.2",
"react-dropzone": "11.7.1",
"react-icons": "4.12.0",
"react-responsive-carousel": "3.2.23",
"react-router-dom": "6.25.0",
"react-select-search": "3.0.10",
"react-syntax-highlighter": "15.5.0",
"react-tooltip": "4.5.1",
"recharts": "2.12.7",
"web-vitals": "2.1.4"
},
"optionalDependencies": {
"fsevents": "2.3.3"
},
"overrides": {
"react-scripts": {
"typescript": "5.5.3"
}
},
"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.7",
"@types/bytes": "3.1.4",
"@types/node": "20.14.10",
"@types/react": "17.0.80",
"@types/react-dom": "17.0.25",
"@types/react-syntax-highlighter": "13.5.2",
"autoprefixer": "10.4.19",
"postcss": "8.4.39",
"react-scripts": "5.0.1",
"tailwindcss": "3.4.4"
},
"homepage": "./"
}