-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 1.86 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": "module-template",
"version": "3.2.17",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.8.0",
"@sen-use/app": "^3.3.1",
"@sen-use/components": "^3.3.1",
"@sen-use/web3": "^3.3.1",
"@senswap/sen-js": "^1.4.0",
"@sentre/antd-iconsax": "^2.0.2",
"@sentre/antd-ionicon": "^2.0.2",
"@sentre/lucky-wheel-core": "^0.4.3",
"@sentre/react-lazyload": "^3.2.2",
"@sentre/senhub": "^4.1.1",
"antd": "^4.23.1",
"axios": "^0.27.2",
"react": "^17.0.2",
"react-confetti": "^6.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"react-router-dom": "^5.3.0",
"react-scripts": "^5.0.1",
"secp256k1": "^4.0.3",
"swiper": "^8.3.2",
"web-vitals": "^2.1.1"
},
"scripts": {
"start": "craco start",
"build": "craco --max-old-space-size=4096 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": "^2.0.2",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.2.1",
"@types/bn.js": "^5.1.0",
"@types/jest": "^27.0.2",
"@types/node": "^16.10.3",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.3.1",
"@types/secp256k1": "^4.0.3",
"dotenv-cra": "^3.0.2",
"gh-pages": "^3.2.3",
"sass": "^1.54.9",
"typescript": "^4.5.2"
}
}