-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
151 lines (151 loc) · 5.41 KB
/
package.json
File metadata and controls
151 lines (151 loc) · 5.41 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "react-tw-template",
"private": true,
"version": "0.0.0",
"scripts": {
"build": "vite build",
"start": "vite",
"analyze": "vite build --mode analyze",
"lint": "pnpm lint:scripts && pnpm lint:locales",
"lint:scripts": "eslint \"{src,config}/**/*.{js,ts,jsx,tsx}\" --cache --cache-location 'node_modules/.cache/.eslintcache' --fix --max-warnings=0",
"lint:locales": "eslint src/localization/resources/*.json --cache --cache-location 'node_modules/.cache/.eslintcache' --fix --max-warnings=0",
"format": "prettier . --check --cache --cache-location='node_modules/.cache/.prettiercache'",
"format:fix": "prettier . --write --cache --cache-location='node_modules/.cache/.prettiercache' --log-level=warn",
"type-check": "tsc --noEmit",
"preview": "vite preview",
"generate:ethers-types": "typechain --target=ethers-v6 'abis/**/*.json' --out-dir src/contexts/Web3Provider/EthProvider/contracts/types",
"app-release": "cross-env SKIP_BRANCH_PROTECTION=true np --no-publish --no-cleanup --no-release-draft --no-tests"
},
"dependencies": {
"@distributedlab/tools": "^1.0.0-rc.17",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/resolvers": "^5.2.1",
"@noble/hashes": "^1.8.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@reown/appkit": "1.7.20",
"@reown/appkit-adapter-bitcoin": "1.7.20",
"@reown/appkit-adapter-solana": "1.7.20",
"@reown/appkit-adapter-wagmi": "1.7.20",
"@reown/appkit-common": "^1.8.6",
"@reown/appkit-controllers": "^1.8.6",
"@tanstack/react-query": "^5.85.5",
"@tanstack/react-table": "^8.21.3",
"axios": "^1.11.0",
"boring-avatars": "^2.0.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"copy-text-to-clipboard": "^3.2.1",
"dayjs": "^1.11.18",
"embla-carousel-react": "^8.6.0",
"emittery": "^1.2.0",
"ethers": "^6.15.0",
"i18next": "^25.4.2",
"lodash": "^4.17.21",
"loglevel": "^1.9.2",
"lucide-react": "^0.541.0",
"motion": "^12.23.12",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-hook-form": "^7.62.0",
"react-i18next": "^15.7.2",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.8.2",
"react-toastify": "^11.0.3",
"react-use": "^17.6.0",
"recharts": "^3.1.2",
"sonner": "^2.0.7",
"superjson": "^2.2.2",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^2.1.0",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.3.7",
"usehooks-ts": "^3.1.1",
"uuid": "^11.1.0",
"vaul": "^1.1.2",
"viem": "^2.34.0",
"wagmi": "^2.16.5",
"zod": "^4.1.1",
"zustand": "^5.0.8"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@eslint/js": "^9.34.0",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@stylistic/eslint-plugin": "^5.2.3",
"@stylistic/eslint-plugin-js": "^4.4.1",
"@stylistic/eslint-plugin-jsx": "^4.4.1",
"@stylistic/eslint-plugin-ts": "^4.4.1",
"@tailwindcss/postcss": "^4.1.12",
"@typechain/ethers-v6": "^0.5.1",
"@types/lodash": "^4.17.20",
"@types/node": "^20.19.11",
"@types/react": "^19.1.11",
"@types/react-dom": "^19.1.7",
"@types/uuid": "^10.0.0",
"@typescript-eslint/parser": "^8.40.0",
"@vitejs/plugin-react": "^5.0.1",
"@vitejs/plugin-react-swc": "^4.0.1",
"autoprefixer": "^10.4.21",
"chalk": "^5.6.0",
"cross-env": "^10.0.0",
"dotenv": "^17.2.1",
"dotenv-cli": "^10.0.0",
"eslint": "^9.34.0",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-i18n-json": "^4.0.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.2.0",
"globals": "^16.3.0",
"lefthook": "^1.13.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"rollup-plugin-visualizer": "^6.0.3",
"sass": "^1.90.0",
"tailwindcss": "^4.1.12",
"typechain": "^8.3.2",
"typescript": "^5.9.2",
"typescript-eslint": "^8.40.0",
"vite": "^7.1.3",
"vite-plugin-checker": "^0.10.2",
"vite-plugin-node-polyfills": "^0.24.0",
"vite-plugin-svg-icons": "^2.0.1",
"vite-tsconfig-paths": "^5.1.4"
},
"overrides": {
"chalk": "5.3.0",
"strip-ansi": "7.1.0",
"color-convert": "2.0.1",
"color-name": "1.1.4",
"is-core-module": "2.13.1",
"error-ex": "1.3.2",
"has-ansi": "5.0.1"
}
}