-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
55 lines (55 loc) · 1.48 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
{
"name": "web-bankwallet",
"version": "0.1.0",
"private": true,
"homepage": "https://unstoppable.money",
"dependencies": {
"@reduxjs/toolkit": "^1.9.5",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.0.1",
"@testing-library/user-event": "^14.1.1",
"@walletconnect/modal": "^2.5.9",
"@walletconnect/sign-client": "^2.7.0",
"@walletconnect/utils": "^2.7.0",
"bootstrap": "^5.3.0",
"classnames": "^2.3.2",
"decimal.js": "^10.4.3",
"js-cookie": "^3.0.5",
"lodash.throttle": "^4.1.1",
"luxon": "^3.3.0",
"marked": "^4.3.0",
"node-sass": "^8.0.0",
"normalize.css": "^8.0.1",
"popper.js": "^1.16.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.10.0",
"react-scripts": "^5.0.1",
"react-slick": "^0.29.0",
"react-tooltip": "^5.10.5",
"slick-carousel": "^1.8.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"deploy": "scp -r ./build/* deploy@178.62.214.140:/var/www/unstoppable.money",
"deploy-dev": "scp -r ./build/* ubuntu@64.227.26.93:/home/ubuntu/hspay-dev"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}