-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.72 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.72 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
{
"name": "react-teleport-example",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"postinstall": "papi --whitelist whitelist.ts",
"dev": "vite",
"build": "papi --whitelist whitelist.ts && tsc && vite build",
"format": "prettier --write README.md \"src/**/*.{js,jsx,ts,tsx,json,md}\"",
"preview": "vite preview"
},
"dependencies": {
"@polkadot-api/descriptors": "file:.papi/descriptors",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.13",
"@reactive-dot/core": "^0.48.0",
"@reactive-dot/react": "^0.49.0",
"@reactive-dot/wallet-ledger": "^0.16.51",
"@reactive-dot/wallet-mimir": "^0.1.18",
"@reactive-dot/wallet-walletconnect": "^0.17.30",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dot-connect": "^0.22.2",
"dot-identicon": "^0.1.5",
"lucide-react": "^0.544.0",
"polkadot-api": "^1.18.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"rxjs": "^7.8.2",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.13",
"@types/node": "^24.5.2",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.3",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.13",
"typescript": "^5.9.2",
"vite": "^7.1.7"
},
"prettier": {
"printWidth": 80,
"semi": false,
"trailingComma": "all"
},
"packageManager": "pnpm@10.17.0+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef"
}