-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 924 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 924 Bytes
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
{
"name": "hostd",
"version": "0.68.1",
"private": true,
"description": "The `hostd` user interface, dedicated to hosting related functionality.",
"license": "MIT",
"dependencies": {
"@siafoundation/design-system": "11.3.1",
"@siafoundation/fonts": "0.5.3",
"@siafoundation/hostd-react": "4.8.0",
"@siafoundation/hostd-types": "0.11.0",
"@siafoundation/react-core": "8.2.1",
"@siafoundation/react-icons": "0.5.0",
"@siafoundation/types": "0.13.0",
"@siafoundation/units": "3.9.0",
"@technically/lodash": "4.17.0",
"bignumber.js": "10.0.2",
"class-variance-authority": "0.7.0",
"cmdk": "1.1.1",
"date-fns": "4.1.0",
"formik": "2.2.9",
"next": "16.2.1",
"next-themes": "0.4.6",
"react": "19.2.4",
"react-hook-form": "7.72.0",
"swr": "2.4.1",
"use-debounce": "10.1.1",
"use-local-storage-state": "19.5.0",
"yup": "1.7.1"
}
}