-
Notifications
You must be signed in to change notification settings - Fork 88
/
Copy pathpackage.json
72 lines (72 loc) · 2.01 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
{
"name": "app-portal",
"private": true,
"version": "0.0.0",
"main": "./src/index.ts",
"types": "./src/index.ts",
"scripts": {
"ts:check": "pnpm xstate:typegen && tsc --noEmit",
"xstate:typegen": "xstate typegen 'src/**/*.ts?(x)'"
},
"peerDependencies": {
"@fuels/ui": "workspace:*",
"@tabler/icons-react": "2.46.0",
"app-commons": "workspace:*",
"dayjs": "1.11.10",
"ethers": "6.11.0",
"framer-motion": "11.0.3",
"fuels": "0.92.1",
"next-themes": "0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-variants": "0.1.20"
},
"dependencies": {
"@fuel-bridge/fungible-token": "pr-185",
"@fuel-bridge/message-predicates": "pr-185",
"@fuel-bridge/solidity-contracts": "pr-185",
"@fuel-ts/account": "0.90.0",
"@fuels/connectors": "0.9.1",
"@fuels/react": "0.23.0",
"@fuels/react-xstore": "0.23.0",
"@hookform/resolvers": "^3.1.1",
"@usecapsule/react-sdk": "3.17.0",
"@usecapsule/wagmi-v2-integration": "2.18.0",
"@xstate/react": "^3.2.1",
"connectkit": "1.7.2",
"dexie": "^3.2.4",
"react-hook-form": "^7.45.2",
"viem": "2.10.2",
"wagmi": "2.11.3",
"xstate": "^4.37.2",
"yup": "^1.2.0"
},
"devDependencies": {
"@fuels/ui": "workspace:*",
"@tabler/icons-react": "2.46.0",
"@tanstack/react-query": "5.0.5",
"@tanstack/react-query-devtools": "5.0.5",
"@types/node": "^18.13.0",
"@types/react": "18.2.54",
"@types/react-dom": "18.2.22",
"@types/web": "^0.0.65",
"@xstate/cli": "^0.5.17",
"app-commons": "workspace:*",
"dayjs": "1.11.10",
"ethers": "6.11.0",
"framer-motion": "11.0.3",
"fuels": "0.92.1",
"next-themes": "0.2.1",
"npm-run-all": "^4.1.5",
"postcss": "8.4.33",
"postcss-import": "16.0.0",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-variants": "0.1.20",
"tailwindcss": "3.4.4",
"tailwindcss-animate": "1.0.7",
"tailwindcss-radix": "3.0.3",
"typescript": "5.4.5"
}
}