-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
135 lines (135 loc) · 4.35 KB
/
Copy pathpackage.json
File metadata and controls
135 lines (135 loc) · 4.35 KB
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
{
"name": "@blockchain-lab-um/dapp",
"version": "1.5.0",
"private": true,
"license": "(Apache-2.0 AND MIT)",
"type": "commonjs",
"scripts": {
"build": "rimraf .next && next build",
"postbuild": "next-sitemap --config=next-sitemap.config.js",
"build:docker": "pnpm build",
"build:local": "infisical run --env=dev --path=/packages/dapp -- rimraf .next && next build",
"dev": "infisical run --env=dev --path=/packages/dapp -- next dev",
"dev:local": "infisical run --env=dev --path=/packages/dapp -- cross-env USE_LOCAL='true' next dev",
"docker:build": "docker build . -t blockchain-lab-um/dapp:latest",
"lint": "biome check .",
"lint:fix": "biome check --apply .",
"start": "next start",
"supabase:generate": "supabase gen types typescript --project-id nqgexdszsnrliuzuobul --schema public > src/utils/supabase/database.types.ts",
"start:local": "infisical run --env=dev --path=/packages/dapp -- next start"
},
"dependencies": {
"@blockchain-lab-um/did-provider-key": "1.1.0",
"@blockchain-lab-um/extended-verification": "0.3.0",
"@blockchain-lab-um/masca-connector": "1.5.0",
"@blockchain-lab-um/oidc-types": "0.1.0",
"@headlessui/react": "^2.0.3",
"@heroicons/react": "^2.1.3",
"@nextui-org/react": "^2.3.6",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toast": "^1.1.5",
"@react-oauth/google": "^0.12.1",
"@sd-jwt/crypto-browser": "^0.7.2",
"@supabase/supabase-js": "^2.43.1",
"@tanstack/react-query": "^5.35.1",
"@tanstack/react-table": "^8.16.0",
"@types/dompurify": "^3.0.5",
"@types/js-cookie": "^3.0.6",
"@types/jsdom": "^21.1.6",
"@types/uuid": "^9.0.8",
"@veramo/core": "6.0.0",
"@veramo/credential-eip712": "6.0.0",
"@veramo/credential-w3c": "6.0.0",
"@veramo/did-manager": "6.0.0",
"@veramo/did-provider-ethr": "6.0.0",
"@veramo/did-provider-pkh": "6.0.0",
"@veramo/did-resolver": "6.0.0",
"@veramo/key-manager": "6.0.0",
"@veramo/kms-local": "6.0.0",
"@veramo/utils": "6.0.0",
"@vercel/analytics": "^1.2.2",
"@vercel/og": "^0.6.2",
"@vercel/speed-insights": "^1.0.10",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"did-jwt-vc": "^3.2.13",
"did-resolver": "4.1.0",
"dompurify": "^3.1.2",
"encoding": "^0.1.13",
"ens-did-resolver": "^1.0.4",
"ethers": "6.11.1",
"ethr-did-resolver": "10.1.5",
"file-saver": "^2.0.5",
"framer-motion": "^11.1.9",
"googleapis": "^133.0.0",
"headless-stepper": "^1.10.0",
"html5-qrcode": "^2.3.8",
"js-cookie": "^3.0.5",
"jsdom": "^24.0.0",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.367.0",
"luxon": "^3.4.4",
"marked": "^12.0.2",
"next": "14.2.3",
"next-intl": "3.13.0",
"next-sitemap": "^4.2.3",
"next-themes": "^0.3.0",
"qrcode.react": "^3.1.0",
"qs": "^6.11.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-share": "^5.1.0",
"sharp": "^0.33.3",
"siwe": "^2.3.2",
"swr": "^2.2.5",
"tailwind-merge": "^2.3.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.9.23",
"wagmi": "^2.8.5",
"zustand": "^4.5.2"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query-devtools": "^5.35.1",
"@types/file-saver": "^2.0.7",
"@types/jsonwebtoken": "^9.0.6",
"@types/luxon": "^3.4.2",
"@types/qs": "^6.9.12",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"supabase": "^1.165.0",
"tailwindcss": "^3.4.3"
},
"nx": {
"namedInputs": {
"default": ["{projectRoot}/**/*"],
"production": [
"default",
"!{projectRoot}/sonar-project.properties",
"!{projectRoot}/.next/**/*",
"!{projectRoot}/.lintstagedrc.cjs",
"!{projectRoot}/Dockerfile",
"!{projectRoot}/.env.*"
]
},
"targets": {
"build": {
"inputs": ["production", "^production"],
"dependsOn": ["^build"],
"outputs": ["{projectRoot}/.next"]
},
"start": {
"inputs": ["production", "^production"],
"dependsOn": ["build"],
"outputs": []
}
}
}
}