-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
128 lines (127 loc) · 3.66 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
127
128
{
"name": "ethereum-credit-guild-frontend",
"version": "1.0.0",
"private": true,
"dependencies": {
"@amcharts/amcharts5": "^5.7.4",
"@chakra-ui/hooks": "^2.2.1",
"@chakra-ui/modal": "^2.3.1",
"@chakra-ui/popover": "^2.2.1",
"@chakra-ui/portal": "^2.1.0",
"@chakra-ui/system": "^2.6.1",
"@chakra-ui/tooltip": "^2.3.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.17",
"@hookform/resolvers": "^3.3.2",
"@socket.tech/plugin": "^1.3.2",
"@tanstack/react-query": "^5.17.19",
"@tanstack/react-table": "^8.10.7",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^25.2.3",
"@types/node": "^12.20.55",
"@types/react": "18.0.31",
"@types/react-dom": "18.0.11",
"@web3modal/wagmi": "4.0.0-alpha.0",
"apexcharts": "^3.44.0",
"axios": "^1.6.0",
"clsx": "^2.0.0",
"encoding": "^0.1.13",
"ethers": "^6.9.1",
"flowbite-react": "^0.6.4",
"framer-motion": "^10.16.4",
"lodash.merge": "^4.6.2",
"lokijs": "1.x",
"moment": "^2.29.4",
"next": "^13.5.6",
"next-transpile-modules": "^9.1.0",
"pino-pretty": "^10.2.3",
"react": "^18.2.0",
"react-apexcharts": "1.4.0",
"react-calendar": "^3.9.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
"react-icons": "^4.11.0",
"react-no-ssr": "^1.1.0",
"react-router-dom": "^6.18.0",
"react-scripts": "5.0.1",
"react-toastify": "^9.1.3",
"sharp": "^0.33.3",
"swr": "^2.2.4",
"tailwindcss-rtl": "^0.9.0",
"typescript": "^4.9.5",
"viem": "2.x",
"wagmi": "^2.5.0",
"web-vitals": "^2.1.4",
"yup": "^1.3.2",
"zustand": "^4.4.6"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"predeploy": "yarn run build",
"deploy": "gh-pages -d build",
"lint": "eslint . --ext .ts",
"lintfix": "eslint . --ext .ts --fix",
"prettier:format": "prettier --config .prettierrc \"./src/**/*.(ts|tsx)\" --write",
"prettier:watch": "onchange \"src/**/*.(ts|tsx)\" -- prettier --config .prettierrc --write {{changed}}",
"pages:build": "npx @cloudflare/next-on-pages"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not ie 11",
"not chrome < 51",
"not safari < 10",
"not android < 51",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.8.6",
"@types/jest": "^25.2.3",
"@types/node": "^18.7.6",
"@types/react": "18.2.0",
"@types/react-calendar": "^3.9.0",
"@types/react-dom": "^18.2.1",
"@types/react-no-ssr": "^1.1.5",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.16",
"css-loader": "^6.8.1",
"eslint": "^8.52.0",
"eslint-config-next": "^13.5.6",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"gh-pages": "^3.2.3",
"postcss": "^8.4.31",
"onchange": "^7.1.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"tailwindcss": "^3.3.5"
},
"resolutions": {
"react-error-overlay": "6.0.9",
"@types/react": "18.0.31",
"@types/react-dom": "18.0.11"
}
}