-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
64 lines (64 loc) · 1.87 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
{
"name": "llamapay",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"graphql:generate": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@gnosis.pm/safe-apps-sdk": "^7.8.0",
"@headlessui/react": "^1.7.12",
"@heroicons/react": "^2.0.16",
"@tanstack/react-query": "^4.24.10",
"@tanstack/react-query-devtools": "^4.24.12",
"@tanstack/react-table": "^8.7.9",
"ariakit": "^2.0.0-next.43",
"axios": "^1.3.4",
"bignumber.js": "^9.1.1",
"classnames": "^2.3.2",
"echarts": "^5.4.1",
"ethereum-multicall": "^2.15.0",
"ethers": "^5.7.2",
"graphql": "^16.6.0",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.5.23",
"lodash.debounce": "^4.0.8",
"next": "^13.2.3",
"next-intl": "^2.10.4",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.1",
"react-hot-toast": "^2.4.0",
"sharp": "^0.31.3",
"wagmi": "^0.12.0",
"zustand": "^4.3.5"
},
"devDependencies": {
"@graphql-codegen/cli": "^3.2.1",
"@graphql-codegen/typescript": "^3.0.1",
"@graphql-codegen/typescript-operations": "^3.0.1",
"@graphql-codegen/typescript-react-query": "^4.1.0",
"@next/bundle-analyzer": "^13.2.3",
"@tailwindcss/forms": "^0.5.3",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^18.13.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.35.0",
"eslint-config-next": "^13.2.3",
"eslint-config-prettier": "^8.6.0",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.3",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.5"
}
}