-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
79 lines (79 loc) · 2.56 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
{
"name": "@siafoundation/design-system",
"description": "React-based design system used across Sia apps and websites.",
"version": "4.17.0",
"license": "MIT",
"peerDependencies": {
"react": "^18.2.0"
},
"dependencies": {
"@siafoundation/react-icons": "^0.3.0",
"@siafoundation/react-core": "^1.7.0",
"@siafoundation/units": "^3.3.0",
"@siafoundation/types": "^0.7.0",
"@siafoundation/next": "^0.1.3",
"@radix-ui/react-visually-hidden": "^1.1.0",
"class-variance-authority": "^0.7.0",
"bignumber.js": "^9.0.2",
"axios": "^0.27.2",
"react-hook-form": "^7.43.9",
"use-local-storage-state": "^18.3.3",
"tailwindcss": "^3.2.7",
"tailwind-scrollbar": "^2.0.1",
"tailwindcss-text-fill": "^0.2.0",
"tailwindcss-shadow-fill": "^1.0.1",
"@tailwindcss/container-queries": "^0.1.1",
"@technically/lodash": "^4.17.0",
"@visx/group": "2.17.0",
"@visx/react-spring": "2.18.0",
"@visx/glyph": "2.17.0",
"@react-spring/web": "^9.7.3",
"@dnd-kit/core": "^6.1.0",
"react-idle-timer": "^5.7.2",
"formik": "^2.2.9",
"yup": "^0.32.11",
"react-qr-code": "^2.0.7",
"next-themes": "^0.2.1",
"date-fns": "^2.28.0",
"@visx/scale": "^2.18.0",
"@visx/pattern": "^2.17.0",
"@visx/brush": "^2.18.0",
"@visx/responsive": "^2.17.0",
"@visx/shape": "^2.18.0",
"@visx/curve": "^2.17.0",
"@visx/marker": "^2.18.0",
"@visx/axis": "^2.18.0",
"@visx/gradient": "^2.17.0",
"@visx/grid": "^2.18.0",
"@visx/tooltip": "^2.17.0",
"@visx/event": "^2.17.0",
"d3-array": "^3.1.6",
"clipboard-polyfill": "^4.0.1",
"@visx/xychart": "^2.18.0",
"react-dropzone": "^14.2.3",
"html-to-image": "^1.11.11",
"react-number-format": "^5.3.1",
"framer-motion": "^7.6.5",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "^1.0.0",
"react-hot-toast": "^2.4.1"
},
"devDependencies": {
"undici": "5.28.3"
},
"types": "./src/index.d.ts"
}