-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.34 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
{
"name": "crypto-ethereum-giftcard-nft",
"homepage": "https://sam-shariat.github.io/crypto-ethereum-giftcard-nft",
"version": "0.0.2",
"private": false,
"scripts": {
"dev": "react-scripts start",
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "react-scripts build",
"deploy": "gh-pages -d build"
},
"dependencies": {
"@apollo/client": "^3.7.4",
"@emotion/react": "latest",
"@emotion/styled": "latest",
"@mui/icons-material": "^5.8.4",
"@mui/material": "latest",
"@reactour/tour": "^3.1.10",
"buffer": "^6.0.3",
"ethers": "^6.0.5",
"gh-pages": "^5.0.0",
"graphql": "^16.6.0",
"jotai": "^2.0.2",
"moralis": "^2.12.0",
"moralis-v1": "^1.12.0",
"postcss-normalize": "^10.0.1",
"react": "latest",
"react-dom": "latest",
"react-helmet": "^6.1.0",
"react-highlight": "^0.14.0",
"react-loadable": "^5.5.0",
"react-moralis": "^1.4.2",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"web3": "^1.8.1",
"web3uikit": "^1.0.4"
},
"devDependencies": {
"prettier": "^2.8.3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}