-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.88 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
{
"name": "shareholders-gallery-nft",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@toruslabs/torus-embed": "^1.18.6",
"@walletconnect/utils": "^1.7.0",
"@walletconnect/web3-provider": "^1.7.0",
"authereum": "^0.1.14",
"axios": "^0.24.0",
"bitski": "^0.11.0-beta.6",
"blockies-ts": "^1.0.0",
"bootstrap": "^3.4.1",
"classnames": "^2.2.6",
"echarts": "^4.2.1",
"echarts-for-react": "^2.0.15-beta.0",
"fortmatic": "^2.2.1",
"jquery": "^3.4.1",
"moment": "^2.24.0",
"normalize.css": "^8.0.1",
"react": "^16.8.6",
"react-animated-slider": "^1.1.4",
"react-copy-to-clipboard": "^5.0.4",
"react-countdown-date": "^1.0.0",
"react-dom": "^16.8.6",
"react-feather": "^1.1.6",
"react-modal-video": "^1.2.2",
"react-owl-carousel2": "^0.3.0",
"react-redux": "^7.0.3",
"react-router-dom": "^5.0.0",
"react-scripts": "^4.0.3",
"react-slide-toggle": "^0.3.5",
"react-toastify": "^8.1.0",
"react-wow": "^1.0.0",
"reactstrap": "^8.0.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"styled-components": "^5.3.3",
"three": "^0.133.1",
"three-orbitcontrols": "^2.110.3",
"video.js": "^7.6.0",
"web3": "^1.6.1",
"web3modal": "^1.9.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"node-sass": "^6.0.1",
"sass-loader": "^11.1.1"
}
}