-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.86 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 1.86 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
{
"name": "sourcify-ui",
"private": true,
"dependencies": {
"@ethersproject/abi": "5.8.0",
"@ethersproject/address": "5.8.0",
"@ethersproject/bytes": "5.8.0",
"@ethersproject/hash": "5.8.0",
"@ethersproject/keccak256": "5.8.0",
"@headlessui/react": "2.2.10",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "13.5.0",
"bytes": "3.1.2",
"framer-motion": "11.18.2",
"fuse.js": "6.6.2",
"http-status-codes": "2.3.0",
"react": "18.3.1",
"react-device-detect": "2.2.3",
"react-dom": "18.3.1",
"react-dropzone": "11.7.1",
"react-icons": "5.6.0",
"react-router-dom": "7.14.2",
"react-select-search": "3.0.10",
"react-syntax-highlighter": "15.6.6",
"react-tooltip": "5.30.1",
"recharts": "2.15.4",
"web-vitals": "2.1.4",
"@openrouter/ai-sdk-provider": "2.8.1",
"ai": "6.0.168"
},
"optionalDependencies": {
"fsevents": "2.3.3"
},
"overrides": {
"react-scripts": {
"typescript": "5.9.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.5",
"@types/node": "20.19.39",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/react-syntax-highlighter": "13.5.2",
"autoprefixer": "10.5.0",
"postcss": "8.5.12",
"react-scripts": "5.0.1",
"tailwindcss": "3.4.19"
},
"homepage": "./"
}