-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
169 lines (169 loc) · 6.03 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
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
"name": "my-conciliate-app",
"version": "0.1.0",
"private": true,
"scripts": {
"predev": "pnpm run build-wrappers",
"dev": "bash -c 'trap \"kill 0\" SIGINT; cross-env ENV NODE_NO_WARNINGS=1 next dev | grep --color=always -v \"nextjs_original-stack-frames\"'",
"dev:trace": "bash -c 'source .env.development && trap \"kill 0\" SIGINT; cross-env ENV NODE_NO_WARNINGS=1 next dev | grep --color=always -v \"nextjs_original-stack-frames\"'",
"trace:start": "./start-local-tracing.sh",
"trace:stop": "docker-compose down",
"prebuild": "pnpm run build-wrappers",
"build": "next build",
"build:plain": "next build",
"build-wrappers": "pnpm --filter lilypad-wrapper build && pnpm --filter lit-wrapper build && pnpm --filter web-storage-wrapper build",
"start": "cross-env ENV NODE_NO_WARNINGS=1 next start",
"lint": "biome lint .",
"lint:biome": "biome lint .",
"check": "biome check . ; BIOME_CODE=$? ; tsc --noEmit ; TSC_CODE=$? ; (exit $(( BIOME_CODE || TSC_CODE )))",
"format": "biome format --write .",
"prepages:build": "pnpm run build-wrappers",
"pages:build": "pnpm dlx @cloudflare/next-on-pages@1",
"pages:dev": "pnpm dlx wrangler pages dev --compatibility-flags nodejs_compat --compatibility-date 2025-04-08",
"prepare": "husky",
"lint-staged": "lint-staged"
},
"dependencies": {
"@google-cloud/kms": "^5.0.1",
"@google-cloud/opentelemetry-cloud-trace-exporter": "^2.4.1",
"@google-cloud/opentelemetry-resource-util": "^2.4.0",
"@invertase/firestore-stripe-payments": "^0.0.7",
"@opentelemetry/api": "1.9.0",
"@opentelemetry/context-zone": "^2.0.0",
"@opentelemetry/core": "^2.0.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.200.0",
"@opentelemetry/exporter-trace-otlp-proto": "^0.200.0",
"@opentelemetry/instrumentation": "^0.200.0",
"@opentelemetry/instrumentation-document-load": "^0.45.0",
"@opentelemetry/instrumentation-express": "^0.48.1",
"@opentelemetry/instrumentation-fetch": "^0.200.0",
"@opentelemetry/instrumentation-grpc": "^0.200.0",
"@opentelemetry/instrumentation-http": "^0.200.0",
"@opentelemetry/instrumentation-user-interaction": "^0.45.0",
"@opentelemetry/resources": "^2.0.0",
"@opentelemetry/sdk-node": "^0.200.0",
"@opentelemetry/sdk-trace-base": "^2.0.0",
"@opentelemetry/sdk-trace-node": "^2.0.0",
"@opentelemetry/sdk-trace-web": "^2.0.0",
"@opentelemetry/semantic-conventions": "^1.32.0",
"@radix-ui/react-avatar": "^1.1.7",
"@radix-ui/react-checkbox": "^1.2.3",
"@radix-ui/react-collapsible": "^1.1.8",
"@radix-ui/react-context-menu": "^2.2.12",
"@radix-ui/react-dropdown-menu": "^2.1.12",
"@radix-ui/react-label": "^2.1.4",
"@radix-ui/react-menubar": "^1.1.12",
"@radix-ui/react-navigation-menu": "^1.2.10",
"@radix-ui/react-popover": "^1.1.11",
"@radix-ui/react-progress": "^1.1.4",
"@radix-ui/react-select": "^2.2.2",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-tabs": "^1.1.9",
"@radix-ui/react-tooltip": "^1.2.4",
"@stytch/nextjs": "^21.5.0",
"@stytch/vanilla-js": "^5.22.7",
"cbor": "^10.0.3",
"cbor-web": "^10.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cross-env": "^7.0.3",
"dotenv": "^16.5.0",
"ethers": "^5.8.0",
"firebase": "^11.6.1",
"firebase-admin": "^13.3.0",
"husky": "^9.1.7",
"input-otp": "^1.4.2",
"lilypad-wrapper": "workspace:*",
"lint-staged": "^15.5.1",
"lit-wrapper": "workspace:*",
"lucide-react": "^0.475.0",
"next": "15.1.7",
"next-themes": "^0.4.6",
"openai": "^4.96.0",
"pinata-web3": "^0.5.4",
"pino-pretty": "^13.0.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"sharp": "^0.34.1",
"siwe": "^2.3.2",
"sonner": "^2.0.3",
"strip-ansi": "^7.1.0",
"stripe": "11.15.0",
"stytch": "^12.19.0",
"tailwind-merge": "^3.2.0",
"typescript-lru-cache": "^2.0.0",
"undici": "^7.8.0",
"use-debounce": "^10.0.4",
"utf-8-validate": "^6.0.5",
"uuid": "^11.1.0",
"viem": "^2.28.0",
"web-storage-wrapper": "workspace:*",
"webpack": "^5.99.7"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@eslint/eslintrc": "^3.3.1",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-terser": "^0.4.4",
"@types/node": "^20.17.31",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@welldone-software/why-did-you-render": "^10.0.1",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.1",
"esbuild": "^0.25.3",
"eslint": "^9.25.1",
"eslint-config-next": "15.1.7",
"events-browserify": "^0.0.1",
"postcss": "^8.5.3",
"process": "^0.11.10",
"raw-loader": "^4.0.2",
"rollup": "^4.40.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"stream-browserify": "^3.0.0",
"tailwindcss": "^3.4.17",
"tsup": "^8.4.0",
"typescript": "^5.8.3",
"unbuild": "^3.5.0",
"util": "^0.12.5",
"webpack-bundle-analyzer": "^4.10.2"
},
"pnpm": {
"onlyBuiltDependencies": [
"@biomejs/biome",
"@firebase/util",
"esbuild",
"protobufjs",
"sharp",
"unrs-resolver",
"utf-8-validate"
],
"patchedDependencies": {
"@google-cloud/opentelemetry-cloud-trace-exporter@^2.4.1": "./patches/@google-cloud__opentelemetry-cloud-trace-exporter.patch"
}
},
"resolutions": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@walletconnect/types": "2.9.2",
"@noble/ed25519": "2.1.0",
"@google-cloud/opentelemetry-cloud-trace-exporter": "^2.4.1"
},
"packageManager": "pnpm@10.7.1",
"lint-staged": {
"*.{ts,tsx,js,jsx}": [
"biome lint --no-errors-on-unmatched",
"biome check --no-errors-on-unmatched",
"bash -c 'tsc --noEmit --jsx preserve'"
],
"*.json": [
"biome check --no-errors-on-unmatched"
]
}
}