-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
144 lines (144 loc) · 4.66 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
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
{
"name": "ssv-web-next",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"watch": "vite build --watch",
"build": "node --max_old_space_size=9192 ./node_modules/vite/bin/vite.js build --mode production",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 5",
"fix": "eslint . --ext ts,tsx --fix",
"preview": "vite preview",
"preinstall": "git config --global url.\"https://\".insteadOf git+ssh://git@ && only-allow pnpm",
"type-check": "tsc -b",
"lint-staged": "pnpm run type-check && lint-staged",
"commit": "cz"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"lint-staged": {
"src/**/*.{ts,tsx,js,json}": [
"prettier --write --log-level silent",
"eslint --fix",
"git add"
]
},
"husky": {
"hooks": {
"prepare-commit-msg": "exec < /dev/tty && npx cz --hook || true"
}
},
"pnpm": {
"patchedDependencies": {
"@deepsignal/[email protected]": "patches/@[email protected]"
}
},
"dependencies": {
"@deepsignal/core": "^4.0.0",
"@deepsignal/react": "^4.0.0",
"@fontsource/manrope": "^5.0.20",
"@hookform/resolvers": "^3.9.0",
"@preact/signals-react": "^2.1.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@rainbow-me/rainbowkit": "^2.1.7",
"@sentry/react": "^8.31.0",
"@tanstack/query-sync-storage-persister": "^5.51.1",
"@tanstack/react-query": "^5.49.2",
"@tanstack/react-query-devtools": "^5.51.1",
"@tanstack/react-query-persist-client": "^5.51.1",
"@tanstack/react-table": "^8.20.1",
"@wagmi/core": "^2.13.8",
"abitype": "^1.0.5",
"axios": "^1.7.2",
"bowser": "^2.11.0",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"copy-to-clipboard": "^3.3.3",
"date-fns": "^3.6.0",
"framer-motion": "^11.3.4",
"js-sha256": "^0.11.0",
"lodash-es": "^4.17.21",
"lucide-react": "^0.400.0",
"mixpanel-browser": "^2.55.1",
"react": "^18.3.1",
"react-collapse": "^5.1.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.52.1",
"react-icons": "^5.2.1",
"react-router": "6",
"react-router-dom": "^6.24.1",
"react-use": "^17.5.1",
"sonner": "^1.5.0",
"ssv-keys": "https://github.com/ssvlabs/ssv-keys.git#9ed1a36bc9a0c79ed25ff5e7cdda61a5b53d3869",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"url-join": "^5.0.0",
"valtio": "^1.13.2",
"viem": "2.x",
"virtua": "^0.33.2",
"wagmi": "^2.12.17",
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@preact/signals-react-transform": "^0.3.2",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.1.3",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"@sentry/vite-plugin": "^2.22.4",
"@types/lodash-es": "^4.17.12",
"@types/mixpanel-browser": "^2.50.0",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-collapse": "^5.0.4",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-unused-imports": "^4.0.1",
"fs": "0.0.1-security",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"only-allow": "^1.2.1",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"semantic-release": "^24.0.0",
"tailwindcss": "^3.4.4",
"tsc-files": "^1.1.4",
"typescript": "^5.2.2",
"vite": "^5.3.1",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-svgr": "^4.2.0"
}
}