-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 977 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 977 Bytes
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
{
"name": "playground",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "test -f .env || cp .env.example .env && vp dev",
"build": "tsc --noEmit && vp build",
"check:types": "tsc --noEmit",
"postinstall": "wrangler types",
"preview": "vp preview"
},
"dependencies": {
"@privy-io/js-sdk-core": "^0.61.3",
"@turnkey/core": "1.13.0",
"accounts": "workspace:*",
"mppx": "catalog:",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"regen-ui": "^0.3.0",
"use-sync-external-store": "^1.6.0",
"viem": "catalog:"
},
"devDependencies": {
"@cloudflare/vite-plugin": "catalog:",
"@iconify/json": "^2.2.461",
"@types/react": "catalog:default",
"@types/react-dom": "catalog:default",
"@vitejs/plugin-react": "catalog:default",
"tsx": "catalog:",
"typescript": "catalog:default",
"unplugin-icons": "^23.0.1",
"vp": "catalog:",
"wrangler": "^4.85.0"
}
}