-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
52 lines (52 loc) · 1.4 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
{
"name": "llamalend-interface",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"prepare": "husky install"
},
"dependencies": {
"@gnosis.pm/safe-apps-wagmi": "^1.1.0",
"@next/font": "^13.1.1",
"@radix-ui/react-slider": "^1.1.0",
"@rainbow-me/rainbowkit": "^0.7.4",
"@tanstack/react-query": "^4.22.0",
"@upstash/redis": "^1.19.1",
"ariakit": "2.0.0-next.43",
"bignumber.js": "^9.1.1",
"cva": "npm:class-variance-authority@^0.2.3",
"dayjs": "^1.11.7",
"discord.js": "^14.7.1",
"echarts": "^5.4.1",
"ethers": "^5.7.2",
"graphql": "^16.6.0",
"graphql-request": "^5.1.0",
"next": "13.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"wagmi": "0.6.8"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tanstack/react-query-devtools": "^4.20.9",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"autoprefixer": "^10.4.13",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"eslint-config-prettier": "^8.6.0",
"husky": "^8.0.3",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
}
}