-
Notifications
You must be signed in to change notification settings - Fork 91
/
package.json
154 lines (154 loc) · 4.77 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "@turbo-eth/template-web3-app",
"version": "0.0.0",
"license": "MIT",
"contributors": [
{
"name": "Kames Geraghty",
"did": "kames.eth"
}
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint '**/*.{ts,tsx}'",
"lint-fix": "eslint '**/*.{ts,tsx}' --fix",
"format": "prettier . --list-different",
"format-fix": "prettier . --write",
"run-ci": "concurrently -c \"auto\" -p \"name\" -n \"format,lint\" \"pnpm format\" \"pnpm lint\" ",
"prepare": "husky install ; prisma generate ; wagmi generate"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"./src": [
"lint",
"prettier"
]
},
"engines": {
"npm": ">=7.0.0",
"node": ">=18.0.0"
},
"packageManager": "[email protected]",
"dependencies": {
"@bgd-labs/aave-address-book": "^1.30.0",
"@connext/sdk": "2.0.4-alpha.2",
"@gelatonetwork/automate-sdk": "^2.14.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@hookform/resolvers": "^3.1.1",
"@lens-protocol/react-web": "^1.3.0",
"@lens-protocol/wagmi": "^2.1.0",
"@lit-protocol/lit-node-client": "2.1.161",
"@livepeer/react": "^2.6.0",
"@moralisweb3/common-evm-utils": "^2.22.4",
"@prisma/client": "^4.8.1",
"@pushprotocol/restapi": "^1.3.9",
"@pushprotocol/uiweb": "1.0.1",
"@radix-ui/react-accordion": "^1.1.0",
"@radix-ui/react-alert-dialog": "^1.0.2",
"@radix-ui/react-avatar": "^1.0.1",
"@radix-ui/react-checkbox": "^1.0.1",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-dropdown-menu": "^2.0.1",
"@radix-ui/react-form": "^0.0.2",
"@radix-ui/react-label": "^2.0.0",
"@radix-ui/react-navigation-menu": "^1.1.1",
"@radix-ui/react-popover": "^1.0.2",
"@radix-ui/react-progress": "^1.0.1",
"@radix-ui/react-scroll-area": "^1.0.2",
"@radix-ui/react-select": "^1.2.0",
"@radix-ui/react-separator": "^1.0.1",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.1",
"@radix-ui/react-tabs": "^1.0.2",
"@radix-ui/react-toast": "^1.1.3",
"@radix-ui/react-tooltip": "^1.0.3",
"@rainbow-me/rainbowkit": "2.0.6",
"@t3-oss/env-nextjs": "^0.4.0",
"@tanstack/react-query": "^5.32.1",
"abitype": "^0.9.6",
"arweave": "^1.14.0",
"arweave-account": "^1.4.0",
"axios": "^1.2.2",
"class-variance-authority": "^0.4.0",
"clsx": "^1.2.1",
"dexie": "^3.2.3",
"dexie-react-hooks": "^1.1.3",
"ethers": "^5.6.9",
"eventsource-parser": "^1.0.0",
"framer-motion": "^8.4.3",
"graphql-request": "^6.1.0",
"iron-session": "^6.3.1",
"jotai": "^1.13.0",
"luxon": "^3.2.1",
"moment": "^2.29.4",
"moralis": "^2.22.4",
"next": "14.0.3",
"next-pwa": "^5.6.0",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.43.9",
"react-icons": "^4.9.0",
"react-markdown": "^8.0.4",
"react-table": "^7.8.0",
"react-wrap-balancer": "^0.3.0",
"sharp": "^0.32.5",
"siwe": "1.1.6",
"tailwind-merge": "^1.10.0",
"tailwindcss": "^3.3.3",
"tailwindcss-animate": "^1.0.6",
"usehooks-ts": "^2.9.1",
"viem": "^2.9.29",
"wagmi": "2.7.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@babel/core": "7.18.5",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@graphprotocol/client-cli": "^3.0.0",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@svgr/webpack": "^6.5.1",
"@tsconfig/next": "^1.0.4",
"@types/luxon": "^3.2.0",
"@types/node": "^17.0.31",
"@types/react": "18.2.38",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "18.2.17",
"@types/react-table": "^7.7.14",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@wagmi/cli": "^2.1.4",
"autoprefixer": "^10.4.13",
"concurrently": "^8.2.0",
"eslint": "8.30.0",
"eslint-config-next": "14.0.3",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-tailwindcss": "^3.5.0",
"eslint-plugin-testing-library": "^5.5.1",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.2",
"lint-staged": "^13.1.0",
"postcss": "^8.4.19",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.0",
"prisma": "^4.8.1",
"typescript": "5.0.4"
}
}