-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.44 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
{
"name": "agw-privy-demo",
"private": true,
"engines": {
"npm": ">=8.0.0 <11.0.0",
"node": ">=18.0.0 <21.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "npx prettier --write \"{__tests__,components,pages,hooks,lib,styles}/**/*.{ts,tsx,js,jsx}\"",
"lint": "next lint && npx prettier --check \"{__tests__,components,pages,hooks,lib,styles}/**/*.{ts,tsx,js,jsx}\" && npx tsc --noEmit"
},
"dependencies": {
"@abstract-foundation/agw-client": "^0.0.1-beta.16",
"@abstract-foundation/agw-react": "^0.0.1-beta.15",
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.3",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/react-query": "^5.56.2",
"abitype": "^1.0.2",
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-toastify": "^10.0.5",
"viem": "^2.21.41",
"wagmi": "^2.12.26"
},
"devDependencies": {
"@tsconfig/node16-strictest-esm": "^1.0.3",
"@types/node": "^17.0.45",
"@types/react": "18.3.1",
"autoprefixer": "^10.4.7",
"dotenv-cli": "^6.0.0",
"eslint": "^8.23.0",
"eslint-config-next": "12.2.5",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.2",
"ts-node": "^10.9.1",
"typescript": "^5.1.4"
},
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}