-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
72 lines (72 loc) · 1.89 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
{
"name": "heliswap-dex",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.6.9",
"@bladelabs/blade-web3.js": "^1.0.3",
"@hashgraph/hethers": "^1.2.6",
"@hashgraph/sdk": "^2.24.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@testing-library/user-event": "^13.5.0",
"@tippyjs/react": "^4.2.6",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.182",
"@types/node": "^18.0.0",
"@types/numeral": "^2.0.2",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@types/react-gtm-module": "^2.0.1",
"axios": "^0.27.2",
"bignumber.js": "^9.1.1",
"bootstrap": "^5.2.2",
"dayjs": "^1.11.5",
"ethers": "^5.7.2",
"graphql": "^16.5.0",
"graphql-request": "^6.0.0",
"hashconnect": "^0.2.9",
"lodash": "^4.17.21",
"numeral": "^2.0.6",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-gtm-module": "^2.0.11",
"react-hot-toast": "^2.3.0",
"react-paginate": "^8.1.3",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"recharts": "^2.1.14",
"sass": "^1.53.0",
"ts-md5": "^1.2.11",
"typescript": "^4.7.4",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "GENERATE_SOURCEMAP=false HTTPS=true SSL_CRT_FILE=./.cert/cert.pem SSL_KEY_FILE=./.cert/key.pem react-scripts start",
"build": "GENERATE_SOURCEMAP=false 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"
]
},
"resolutions": {
"autoprefixer": "10.4.5"
}
}