-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.57 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
{
"name": "wallet-test",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma migrate deploy && prisma generate"
},
"dependencies": {
"@arx-research/libhalo": "^1.2.17",
"@ethereumjs/util": "^9.0.0",
"@headlessui/react": "^1.7.17",
"@pcd/halo-nonce-pcd": "^0.2.1",
"@pcd/passport-ui": "^0.6.1",
"@pcd/pcd-types": "^0.6.3",
"@personaelabs/spartan-ecdsa": "^2.1.4",
"@prisma/client": "^5.3.0",
"@types/node": "20.4.5",
"@types/react": "18.2.16",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"bufferutil": "^4.0.7",
"class-variance-authority": "^0.7.0",
"detectincognitojs": "^1.3.0",
"eslint": "8.45.0",
"eslint-config-next": "13.4.12",
"google-auth-library": "^9.0.0",
"jose": "^4.14.4",
"js-sha256": "^0.9.0",
"next": "13.4.12",
"passkit-generator": "^3.1.10",
"postcss": "8.4.27",
"react": "18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0",
"react-query": "^3.39.3",
"readline": "^1.3.0",
"styled-components": "^6.0.8",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"telegraf": "^4.13.1",
"typescript": "5.1.6",
"utf-8-validate": "^6.0.3",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/elliptic": "^6.4.14",
"@types/pako": "^2.0.0",
"@types/qr-image": "^3.2.6",
"@types/uuid": "^9.0.2",
"elliptic": "^6.5.4",
"encoding": "^0.1.13",
"prisma": "^5.3.0"
}
}