-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.83 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": "mgl",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/charts": "^1.2.14",
"@ant-design/icons": "^4.7.0",
"@craco/craco": "^6.4.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@walletconnect/client": "^1.8.0",
"@walletconnect/qrcode-modal": "^1.8.0",
"antd": "^4.16.13",
"axios": "^0.24.0",
"bip39": "^3.0.4",
"concurrently": "^8.2.0",
"country-data": "0.0.31",
"country-list": "^2.2.0",
"detect-emoji-support": "^0.1.7",
"firebase": "^9.5.0",
"framer-motion": "^4.1.17",
"history": "^5.1.0",
"i18next": "^21.5.2",
"qrcode.react": "^1.0.1",
"rc-animate": "^3.1.1",
"rc-scroll-anim": "^2.7.6",
"rc-tween-one": "^3.0.3",
"react": "^17.0.2",
"react-country-flag": "^2.3.1",
"react-crypto-icons": "^1.0.5",
"react-dom": "^17.0.2",
"react-i18next": "^11.14.3",
"react-icons": "^4.3.1",
"react-loading": "^2.0.3",
"react-router-dom": "^6.0.2",
"react-scripts": "4.0.3",
"recharts": "^2.1.6",
"web-vitals": "^1.0.1",
"web3": "^1.6.1"
},
"scripts": {
"client": "craco start",
"server": "cd backend & npm start",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"test": "craco 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"
]
},
"devDependencies": {
"autoprefixer": "^9.8.8",
"postcss": "^7.0.39",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17"
}
}