-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
126 lines (126 loc) · 3.74 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
123
124
125
126
{
"name": "dashboard",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.11.10",
"@emailjs/browser": "^3.7.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@headlessui/react": "^1.7.2",
"@hookform/resolvers": "^2.9.8",
"@iconify/react": "^4.0.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.16.12",
"@mui/x-date-pickers": "^7.23.3",
"@react-google-maps/api": "^2.17.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.7",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"acorn-import-assertions": "^1.9.0",
"acorn-import-attributes": "^1.9.5",
"bcryptjs": "^2.4.3",
"country-flag-icons": "^1.5.13",
"daisyui": "^4.12.14",
"dayjs": "^1.11.13",
"ethers": "^5.7.2",
"ethers-multicall": "^0.2.3",
"fast-equals": "^4.0.3",
"firebase": "^9.12.1",
"framer-motion": "^7.3.6",
"google-map-react": "^2.2.0",
"graphql": "^16.6.0",
"i18next": "^22.0.2",
"i18next-browser-languagedetector": "^6.1.8",
"i18next-http-backend": "^1.4.4",
"jotai": "^1.8.4",
"magic-sdk": "^15.1.0",
"material-react-table": "^1.15.1",
"node-sass": "^7.0.3",
"overlayscrollbars": "^1.13.1",
"overlayscrollbars-react": "^0.3.0",
"postcss": "^8.4.18",
"prettier": "^2.7.0",
"prettier-plugin-tailwindcss": "^0.1.13",
"react": "^18.2.0",
"react-bootstrap": "^2.5.0",
"react-bootstrap-accordion": "^1.0.0",
"react-cookie": "^7.2.2",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.5",
"react-excel-renderer": "^1.1.0",
"react-helmet-async": "^1.3.0",
"react-html-table-to-xlsx": "^1.0.0",
"react-i18next": "^12.0.0",
"react-icons": "^4.6.0",
"react-modal": "^3.16.1",
"react-multivalue-text-input": "^2.5.0",
"react-node-to-string": "^0.1.1",
"react-qr-code": "^2.0.8",
"react-query": "^3.39.2",
"react-router": "^6.4.2",
"react-router-dom": "^6.4.2",
"react-scripts": "^5.0.1",
"react-toastify": "^10.0.6",
"react-use": "^17.5.1",
"sass": "^1.81.0",
"sass-loader": "^16.0.3",
"save-svg-as-png": "^1.4.17",
"stripe": "^17.4.0",
"tailwindcss": "^3.4.15",
"typescript": "4.9.5",
"web-vitals": "^4.2.4"
},
"resolutions": {
"autoprefixer": "10.4.4"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/react-modal": "^3.16.3",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/parser": "^5.62.0",
"dotenv": "16.4.5",
"eslint": "^8.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-html": "^8.1.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"prettier": "^3.4.1",
"pretty-quick": "4.0.0",
"ts-node": "10.9.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts 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"
]
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}