-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
123 lines (123 loc) · 3.58 KB
/
package.json
File metadata and controls
123 lines (123 loc) · 3.58 KB
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
{
"name": "berry-material-react-ts",
"version": "4.1.0",
"private": true,
"packageManager": "pnpm@10.6.2",
"dependencies": {
"@apollo/client": "^3.13.8",
"@auth0/auth0-react": "2.3.0",
"@emotion/cache": "11.14.0",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@fontsource/inter": "5.2.5",
"@fontsource/poppins": "5.2.5",
"@fontsource/roboto": "5.2.5",
"@morpho-org/blue-sdk": "^4.0.0",
"@morpho-org/blue-sdk-wagmi": "^3.0.0",
"@mui/icons-material": "7.0.2",
"@mui/material": "7.0.2",
"@rainbow-me/rainbowkit": "^2.2.5",
"@reduxjs/toolkit": "2.7.0",
"@supabase/supabase-js": "2.49.4",
"@tabler/icons-react": "3.31.0",
"@tanstack/react-query": "^5.24.1",
"@wagmi/core": "^2.17.2",
"amazon-cognito-identity-js": "6.3.15",
"axios": "1.9.0",
"buffer": "^6.0.3",
"chance": "1.1.12",
"ethers": "^6.14.3",
"firebase": "11.6.1",
"formik": "2.4.6",
"framer-motion": "12.9.2",
"graphql": "^16.11.0",
"jwt-decode": "4.0.0",
"lodash-es": "4.17.21",
"mapbox-gl": "3.11.1",
"material-ui-popup-state": "5.3.5",
"notistack": "3.0.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-intl": "7.1.11",
"react-otp-input": "3.1.1",
"react-perfect-scrollbar": "1.5.8",
"react-redux": "9.2.0",
"react-responsive-carousel": "3.2.23",
"react-router": "7.5.2",
"react-router-dom": "7.5.2",
"react-slick": "0.30.3",
"react-timer-hook": "4.0.5",
"redux": "5.0.1",
"redux-persist": "6.0.0",
"slick-carousel": "1.8.1",
"stylis-plugin-rtl": "2.1.1",
"swr": "2.3.3",
"viem": "^2.29.3",
"vite": "6.3.3",
"wagmi": "^2.15.3",
"web-vitals": "4.2.4",
"yet-another-react-lightbox": "^3.23.0",
"yup": "1.6.1"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"build-stage": "env-cmd -f .env.qa vite build",
"preview": "vite preview",
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\"",
"prettier": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"knip": "knip",
"codegen": "graphql-codegen --config codegen.ts",
"codegen:schema": "graphql-codegen --config codegen.schema.ts"
},
"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": {
"@eslint/compat": "1.2.8",
"@eslint/eslintrc": "3.3.1",
"@eslint/js": "9.25.1",
"@graphql-codegen/cli": "^5.0.7",
"@graphql-codegen/schema-ast": "^4.1.0",
"@graphql-codegen/typescript": "^4.1.6",
"@graphql-codegen/typescript-operations": "^4.6.1",
"@graphql-codegen/typescript-react-apollo": "^4.3.3",
"@types/chance": "1.1.6",
"@types/jest": "29.5.14",
"@types/lodash-es": "4.17.12",
"@types/node": "22.15.2",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"@types/react-slick": "0.23.13",
"@typescript-eslint/eslint-plugin": "8.31.0",
"@typescript-eslint/parser": "8.31.0",
"@vitejs/plugin-react": "^4.4.1",
"env-cmd": "10.1.0",
"eslint": "9.25.1",
"eslint-config-prettier": "10.1.2",
"eslint-plugin-prettier": "5.2.6",
"eslint-plugin-react-hooks": "5.2.0",
"knip": "5.50.5",
"prettier": "3.5.3",
"sass": "1.87.0",
"typescript": "5.8.3",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4"
}
}