-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
80 lines (80 loc) · 2.58 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
74
75
76
77
78
79
80
{
"name": "react-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/preset-env": "^7.12.10",
"@babel/preset-react": "^7.12.10",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@project-serum/serum": "^0.13.57",
"@project-serum/sol-wallet-adapter": "^0.2.5",
"@project-serum/swap": "0.1.0-alpha.31",
"@react-spring/web": "^9.2.4",
"@reduxjs/toolkit": "^1.6.1",
"@solana/web3.js": "^1.24.0",
"@walletconnect/web3-provider": "^1.6.2",
"aos": "^2.3.4",
"axios": "^0.21.4",
"bootstrap": "^4.6.0",
"connected-react-router": "^6.3.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"ethers": "^5.4.5",
"guid": "0.0.12",
"hammerjs": "^2.0.8",
"jquery": "^3.6.0",
"material-ui": "^0.20.2",
"node-sass": "^6.0.1",
"nodemon": "^2.0.6",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-input-component": "^0.2.0",
"react-notifications-component": "^3.4.1",
"react-paypal-express-checkout": "^1.0.5",
"react-redux": "^7.1.0",
"react-responsive": "^9.0.0-beta.3",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-toastify": "^8.2.0",
"reactstrap": "^8.9.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"regenerator-runtime": "^0.13.7",
"styled-components": "^5.0.0",
"swiper": "^6.8.2",
"typescript": "^4.6.2",
"use-metamask": "^1.2.2",
"web-vitals": "^0.2.4",
"web3": "^1.3.1"
},
"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 ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/aos": "^3.0.4",
"@types/guid": "^1.0.0",
"@types/hammerjs": "^2.0.40",
"@types/react-redux": "^7.1.18",
"@types/react-router-dom": "^5.1.8"
}
}