-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
122 lines (122 loc) · 3.52 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "frontend",
"version": "2.0.0",
"private": false,
"dependencies": {
"@emotion/cache": "^11.4.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^2.8.8",
"@mui/base": "^5.0.0-beta.11",
"@mui/icons-material": "^5.13.7",
"@mui/lab": "^5.0.0-alpha.105",
"@mui/material": "^5.13.7",
"@mui/styles": "^5.5.1",
"@mui/system": "^5.14.5",
"@mui/utils": "5.0.1",
"@mui/x-date-pickers": "^5.0.0-alpha.5",
"@nivo/bar": "^0.83.0",
"@nivo/core": "^0.83.0",
"@nivo/network": "^0.83.0",
"@nivo/pie": "^0.83.0",
"@reduxjs/toolkit": "^1.9.5",
"@sentry/browser": "^7.54.0",
"@sentry/react": "^7.66.0",
"@sentry/tracing": "^7.54.0",
"@sentry/wizard": "^3.10.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@wagmi/core": "^1.4.3",
"axios": "^1.5.1",
"babel-plugin-add-react-displayname": "^0.0.5",
"copy-to-clipboard": "^3.3.3",
"dotenv": "^16.1.4",
"ethers": "^6.7.1",
"history": "^5.3.0",
"html2canvas": "^1.4.1",
"http-proxy-middleware": "^2.0.6",
"i18next": "^22.5.1",
"i18next-browser-languagedetector": "^7.0.2",
"i18next-http-backend": "^2.2.1",
"jalali-date": "^1.1.4",
"jss": "^10.10.0",
"jss-rtl": "^0.3.0",
"lodash": "^4.17.21",
"logrocket": "^5.0.1",
"logrocket-react": "^5.0.1",
"moment": "^2.29.4",
"moment-jalaali": "^0.10.0",
"prop-types": "^15.8.1",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-avatar-editor": "^13.0.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-i18next": "^12.3.1",
"react-native": "^0.71.10",
"react-number-format": "^4.6.0",
"react-password-strength-bar": "^0.4.1",
"react-phone-input-2": "^2.15.1",
"react-redux": "^7.2.4",
"react-router": "^6.14.1",
"react-router-dom": "^6.14.1",
"react-scripts": "^5.0.1",
"react-scroll-parallax": "^3.4.2",
"react-sound": "^1.2.0",
"react-web-share-api": "^0.0.2",
"redux-thunk": "^2.4.2",
"serve": "^14.2.0",
"simple-react-weather": "^1.0.2",
"siwe": "^1.1.6",
"styled-components": "^6.0.0-rc.3",
"stylis": "^4.2.0",
"stylis-plugin-rtl": "^2.1.1",
"viem": "^1.16.3",
"wagmi": "^1.4.3",
"web-vitals": "^3.3.2"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint && npm run build && git add dist"
}
},
"scripts": {
"start": "PORT=3002 react-scripts start",
"build": "CI=false && react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"browserslist": {
"production": [
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"babel-eslint": "8",
"eslint": "7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.7.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.1"
}
}