-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
73 lines (73 loc) · 1.84 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
71
72
73
{
"name": "fantomsea",
"version": "0.1.0",
"private": true,
"dependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.3.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@walletconnect/web3-provider": "^1.6.5",
"@web3-react/core": "^6.1.9",
"authereum": "^0.1.14",
"axios": "^0.21.4",
"body-scroll-lock": "^3.1.5",
"chai": "^4.3.4",
"classnames": "^2.3.1",
"coingecko-api": "^1.0.10",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.6",
"hardhat": "^2.6.4",
"ipfs-http-client": "^52.0.3",
"moment": "^2.29.1",
"moralis": "^0.0.76",
"music-metadata-browser": "^2.5.0",
"netlify-cli": "^6.14.19",
"node-sass": "^6.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-outside-click-handler": "^1.3.0",
"react-range": "^1.8.7",
"react-redux": "^7.2.5",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-share": "^4.4.0",
"react-slick": "^0.28.1",
"use-dark-mode": "^2.3.1",
"uuid": "^8.3.2",
"walletlink": "^2.1.10",
"web3": "^1.5.2",
"web3modal": "^1.9.4",
"webpack": "^4.44.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
},
"devDependencies": {
"compression-webpack-plugin": "^9.0.1"
}
}