-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
70 lines (70 loc) · 1.59 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
{
"name": "@poap-xyz/poap-family",
"version": "1.25.0",
"author": {
"name": "POAP",
"url": "https://poap.xyz"
},
"license": "MIT",
"homepage": "https://poap.family",
"bugs": {
"url": "https://github.com/poap-xyz/poap-family/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:poap-xyz/poap-family.git"
},
"dependencies": {
"@ethersproject/address": "^5.7.0",
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@mapbox/to-color": "^2.1.1",
"axios": "^1.7.9",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"downloadjs": "^1.4.7",
"iconoir-react": "^7.10.1",
"numbro": "^2.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-lazy-images": "^1.1.0",
"react-modal": "^3.16.3",
"react-router-dom": "^6.28.1",
"react-scripts": "^5.0.1"
},
"devDependencies": {
"@types/downloadjs": "^1.4.6",
"@types/node": "^20.17.11",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react-modal": "^3.16.3",
"typescript": "^5.7.2"
},
"main": "src/index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"type-check": "tsc --noEmit"
},
"packageManager": "yarn@1.22.22",
"engines": {
"node": ">=20.0.0"
},
"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"
]
}
}