-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2 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
{
"name": "senhub",
"version": "2.2.1",
"dependencies": {
"@project-serum/anchor": "^0.25.0",
"@project-serum/sol-wallet-adapter": "^0.2.6",
"@reduxjs/toolkit": "^1.8.0",
"@sen-use/app": "^3.3.1",
"@sen-use/web3": "^3.3.1",
"@senswap/react-lazyload": "^3.2.2",
"@senswap/sen-js": "^1.4.0",
"@sentre/antd-ionicon": "^1.0.31",
"@sentre/antd-numeric-input": "^1.0.25",
"@sentre/senhub": "^4.1.1",
"@sentre/utility": "^1.0.3",
"antd": "^4.23.1",
"echarts": "^5.3.3",
"echarts-for-react": "^3.0.2",
"js-file-download": "^0.4.12",
"papaparse": "^5.3.1",
"parse-duration": "^1.0.2",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.1.0",
"react-csv": "^2.2.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"react-router-dom": "^5.3.0",
"react-scripts": "^5.0.1",
"web-vitals": "^2.1.1"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"predeploy": "yarn build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"engines": {
"node": ">=16 <=18"
},
"resolutions": {
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11"
},
"devDependencies": {
"@craco/craco": "^7.0.0-alpha.5",
"@sentre/craco-plugins": "^1.0.45",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.2",
"@types/lunr": "^2.3.4",
"@types/node": "^16.10.3",
"@types/papaparse": "^5.3.2",
"@types/react": "^17.0.39",
"@types/react-copy-to-clipboard": "5.0.2",
"@types/react-csv": "^1.1.3",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.3.1",
"dotenv-cra": "^3.0.2",
"gh-pages": "^3.2.3",
"sass": "^1.52.2",
"typescript": "^4.5.2"
}
}