-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 963 Bytes
/
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
{
"name": "hector-finance",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@walletconnect/client": "^1.7.8",
"@walletconnect/qrcode-modal": "^1.7.8",
"cors": "^2.8.5",
"decimal.js": "10.3.1",
"hash-wasm": "4.9.0",
"next": "^12.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"recharts": "^2.1.9",
"rubic-sdk": "2.1.0",
"sharp": "^0.30.7",
"zod": "3.13.4"
},
"devDependencies": {
"@svgr/webpack": "^6.2.1",
"@types/cookie": "^0.5.1",
"@types/cors": "^2.8.12",
"@types/node": "^17.0.23",
"@types/react": "^17.0.44",
"@types/recharts": "^1.8.23",
"autoprefixer": "^10.4.4",
"eslint": "^8.12.0",
"eslint-config-next": "^12.1.4",
"postcss": "8.4.11",
"prettier": "^2.6.1",
"prettier-plugin-tailwindcss": "0.1.8",
"tailwindcss": "3.0.23",
"typescript": "^4.6.3"
}
}