-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.24 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
{
"name": "igloo-home",
"description": "MPC Passkey MVP",
"license": "LGPL-3.0-or-later",
"author": {
"name": "Snowball Tools Inc.",
"email": "viv@snowballtools.xyz"
},
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch",
"test:ci": "jest --ci"
},
"dependencies": {
"@alchemy/aa-alchemy": "^0.1.0-alpha.21",
"@alchemy/aa-core": "^0.1.0-alpha.20",
"@bugsnag/js": "^7.22.3",
"@bugsnag/plugin-react": "^7.19.0",
"@emotion/react": "^11.11.1",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/hash": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@ethersproject/wallet": "^5.7.0",
"@lit-protocol/auth-helpers": "^2.2.39",
"@lit-protocol/constants": "^2.2.39",
"@lit-protocol/ecdsa-sdk": "^2.2.39",
"@lit-protocol/lit-auth-client": "^2.2.39",
"@lit-protocol/lit-node-client": "^2.2.39",
"@lit-protocol/pkp-ethers": "^2.2.39",
"@lit-protocol/types": "^2.2.39",
"@reduxjs/toolkit": "^1.9.5",
"@simplewebauthn/typescript-types": "^7.4.0",
"@snowballtools/snowball-ts-sdk": "^0.2.0-alpha.22",
"@types/node": "20.4.8",
"@vercel/analytics": "^1.0.2",
"@vercel/postgres": "^0.4.1",
"alchemy-sdk": "^2.9.2",
"autoprefixer": "^10.4.14",
"ethers": "^5.5.1",
"framer-motion": "^10.15.0",
"next": "13.4.12",
"normalize.css": "^8.0.1",
"postcss": "^8.4.27",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.1.2",
"redux": "^4.2.1",
"swr": "^2.0.3",
"tailwindcss": "^3.3.3",
"util": "^0.12.5",
"viem": "^1.12.1"
},
"devDependencies": {
"@bugsnag/source-maps": "^2.3.1",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@types/testing-library__jest-dom": "5.14.5",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"prisma": "4.9.0",
"typescript": "5.1.6",
"webpack-bugsnag-plugins": "^1.6.0"
}
}