-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 2.77 KB
/
package.json
File metadata and controls
101 lines (101 loc) · 2.77 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@chakra-ui/icons": "^2.0.1",
"@chakra-ui/react": "^2.1.2",
"@davatar/react": "^1.10.3",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@fontsource/poppins": "^4.5.8",
"@ion-phaser/core": "^1.3.0",
"@ion-phaser/react": "^1.3.0",
"@magiclabs/ui": "0.8.0",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@openzeppelin/contracts": "^4.6.0",
"@stripe/react-stripe-js": "^1.2.2",
"@stripe/stripe-js": "^1.12.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@thirdweb-dev/react": "^2.3.12",
"@thirdweb-dev/sdk": "^2.2.11",
"@walletconnect/web3-provider": "^1.6.6",
"antd": "^4.16.13",
"assert": "^2.0.0",
"crypto-browserify": "^3.12.0",
"ethers": "^5.0.0",
"framer-motion": "4.1.17",
"frill": "^0.6.20",
"https-browserify": "^1.0.0",
"magic-sdk": "^4.0.2",
"moralis": "^1.2.3",
"os-browserify": "^0.3.0",
"phaser": "^3.55.2",
"pubsub-js": "^1.9.4",
"react": "^16.13.1",
"react-app-rewired": "^2.2.1",
"react-blockies": "^1.4.1",
"react-dom": "^16.13.1",
"react-error-boundary": "^3.1.4",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.6.0",
"react-moralis": "^1.4.0",
"react-query": "^3.39.0",
"react-router": "^5.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"redux": "^4.2.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"truffle": "^5.5.16",
"truncate-middle": "^1.0.6",
"url": "^0.11.0",
"uuid": "^8.3.2",
"wagmi": "^0.4.3",
"web-vitals": "^0.2.4",
"web3": "^1.7.3",
"yarn": "^1.22.10"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@types/node": "17.0.17",
"@types/pubsub-js": "^1.8.3",
"@types/react": "17.0.39",
"@types/react-timeago": "^4.1.3",
"@types/truncate-middle": "^1.0.1",
"@types/uuid": "^8.3.4",
"chai": "^4.2.0",
"dotenv": "^16.0.1",
"ethereum-waffle": "^3.0.0",
"ethers": "^5.5.4",
"gh-pages": "^3.2.3",
"hardhat": "^2.9.9",
"husky": "^7.0.0",
"prettier": "^2.5.1",
"typescript": "4.5.5"
}
}