-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 4.07 KB
/
Copy pathpackage.json
File metadata and controls
129 lines (129 loc) · 4.07 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
{
"name": "bako-safe-ui",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:preview": "vite build --mode preview",
"build:test": "vite build --mode test",
"build:staging": "vite build --mode staging",
"build:sway": "pnpm fuels build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prepare": "husky install",
"test:e2e": "dotenv -e .env.test playwright test"
},
"dependencies": {
"@bako-id/sdk": "0.0.21",
"@emotion/react": "^11.14.0",
"@ethereumjs/util": "9.0.3",
"@floating-ui/react": "^0.27.16",
"@fuels/connectors": "0.43.2",
"@fuels/react": "0.43.2",
"@hookform/resolvers": "^5.2.2",
"@noble/curves": "1.3.0",
"@privy-io/react-auth": "^3.6.0",
"@sentry/react": "^8.33.1",
"@tanstack/react-query": "^5.39.0",
"@tanstack/react-query-devtools": "^5.50.1",
"@types/crypto-js": "^4.2.2",
"@wagmi/connectors": "^5.1.15",
"@wagmi/core": "2.13.4",
"@web3modal/core": "^5.1.11",
"@web3modal/wagmi": "5.0.0",
"axios": "^1.5.0",
"bako-ui": "0.5.7",
"bakosafe": "0.6.5",
"bech32": "^2.0.0",
"crypto-js": "4.2.0",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"ethers": "^6.8.1",
"framer-motion": "^10.16.1",
"fuels": "0.103.0",
"jotai": "^2.8.0",
"js-cookie": "^3.0.5",
"lodash.debounce": "^4.0.8",
"lodash.memoize": "^4.1.2",
"lottie-react": "^2.4.0",
"mira-dex-ts": "^1.1.42",
"next-themes": "^0.4.6",
"qrcode.react": "^3.1.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-gtm-module": "^2.0.11",
"react-hook-form": "^7.65.0",
"react-icons": "^4.12.0",
"react-intersection-observer": "^9.5.2",
"react-router-dom": "^6.15.0",
"react-text-mask": "^5.5.0",
"recharts": "^3.3.0",
"socket.io-client": "^4.7.2",
"text-mask-addons": "^3.8.0",
"viem": "2.20.1",
"yup": "^1.2.0",
"zustand": "^4.4.1"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@fuels/playwright-utils": "0.50.0",
"@playwright/test": "^1.49.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/release-notes-generator": "^14.0.3",
"@types/js-cookie": "^3.0.4",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.memoize": "^4.1.9",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@types/react-gtm-module": "^2.0.3",
"@types/react-text-mask": "^5.4.11",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"@vitejs/plugin-react": "^4.0.3",
"conventional-changelog-conventionalcommits": "^8.0.0",
"dotenv-cli": "^10.0.0",
"eslint": "8.44.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "3.6.0",
"eslint-import-resolver-vite": "^1.3.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-compiler": "19.0.0-beta-aeaed83-20250323",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"semantic-release": "^24.2.3",
"typescript": "~5.4.5",
"vite": "7.0.6",
"vite-plugin-html": "^3.2.2",
"vite-tsconfig-paths": "^4.2.0"
},
"husky": {
"hooks": {
"commit-msg": "pnpm commitlint --edit $1",
"pre-commit": "pnpm lint-staged"
}
},
"lint-staged": {
"*.ts": "prettier --write",
"*.tsx": "prettier --write"
},
"resolutions": {
"string-width": "4.1.0"
},
"packageManager": "pnpm@9.4.0"
}