forked from cursive-team/zk-summit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.89 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
{
"name": "zk-summit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"postinstall": "prisma migrate deploy && prisma generate"
},
"dependencies": {
"@headlessui/react": "^1.7.18",
"@hookform/resolvers": "^3.3.4",
"@next/font": "^14.1.4",
"@prisma/client": "^5.8.1",
"@simplewebauthn/browser": "^9.0.1",
"@simplewebauthn/server": "^9.0.3",
"@supabase/supabase-js": "^2.42.0",
"@tanstack/react-query": "^5.17.19",
"@tw-classed/react": "^1.7.0",
"@vercel/analytics": "^1.2.2",
"@vercel/blob": "^0.22.3",
"babyjubjub-ecdsa": "^1.2.0",
"bjj_ecdsa_nova_wasm": "file:public/bjj_ecdsa_nova_wasm",
"circomlibjs": "^0.1.7",
"clsx": "^2.1.0",
"comlink": "^4.4.1",
"dayjs": "^1.11.10",
"detectincognitojs": "^1.3.0",
"idb": "^8.0.0",
"js-sha256": "^0.11.0",
"jsonwebtoken": "^9.0.2",
"little-state-machine": "^4.8.0",
"mobile-detect": "^1.4.5",
"next": "^14.2.3",
"react": "^18",
"react-dom": "^18",
"react-error-boundary": "^4.0.12",
"react-hook-form": "^7.50.1",
"react-linkify": "^1.0.0-alpha",
"react-qr-code": "^2.0.12",
"sonner": "^1.4.0",
"swiper": "^11.1.0",
"tailwind-merge": "^2.2.0",
"uuid": "^9.0.1",
"yup": "^1.3.3"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.17.22",
"@types/jest": "^29.5.11",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-linkify": "^1.0.4",
"@types/uuid": "^9.0.7",
"autoprefixer": "^10.0.1",
"daisyui": "^4.6.0",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"prisma": "^5.8.1",
"tailwindcss": "^3.3.0",
"ts-jest": "^29.1.2",
"typescript": "^5"
}
}