-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.18 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.18 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
77
78
79
80
81
82
83
84
{
"name": "fotf-dashboard",
"homepage": ".",
"version": "0.1.0",
"private": true,
"dependencies": {
"@mui/icons-material": "^5.11.11",
"@mui/material": "5.11.15",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^14.2.0",
"@thirdweb-dev/chains": "^0.1.36",
"@thirdweb-dev/contracts": "^3.6.0",
"@thirdweb-dev/contracts-js": "^1.3.9",
"@thirdweb-dev/generated-abis": "^0.0.1",
"@thirdweb-dev/react": "^3.14.18",
"@thirdweb-dev/react-core": "^3.14.18",
"@thirdweb-dev/sdk": "^3.10.38",
"@thirdweb-dev/storage": "^1.2.0",
"@thirdweb-dev/wallets": "^1.1.1",
"@types/react": "^18.0.28",
"ethers": "^5.6.8",
"file-saver": "^2.0.5",
"react": "^18.0.28",
"react-dom": "^18.0.11",
"react-draggable": "^4.4.5",
"react-material-ui-carousel": "^3.4.2",
"react-modal-sheet": "^1.10.2",
"react-notifications-menu": "^1.0.6",
"react-number-format": "^5.1.4",
"react-router-dom": "^6.10.0",
"react-scripts": "^5.0.1",
"react-share": "^4.4.1",
"react-simple-pull-to-refresh": "^1.3.3",
"styled-components": "^6.0.8",
"typescript": "^4.7.2",
"web-vitals": "^2.1.4"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"@types/react-dom": {
"optional": true
}
},
"devDependencies": {
"@types/jest": "^27.5.1",
"@types/node": "^17.0.35",
"@types/react-dom": "^18.0.0",
"assert": "^2.0.0",
"react-app-rewired": "^2.2.1",
"stream": "^0.0.2"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"deploy": "yarn build && npx thirdweb@latest upload build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}