|
|
@@ -11,6 +11,8 @@
|
|
|
"@dnd-kit/core": "^6.3.1",
|
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
|
+ "@fontsource/noto-sans": "^5.2.10",
|
|
|
+ "@fontsource/plus-jakarta-sans": "^5.2.8",
|
|
|
"@radix-ui/react-accordion": "^1.2.12",
|
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
|
"@radix-ui/react-label": "^2.1.8",
|
|
|
@@ -26,6 +28,7 @@
|
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
|
"@tailwindcss/postcss": "^4.1.18",
|
|
|
"@tanstack/react-query": "^5.90.16",
|
|
|
+ "material-icons": "^1.13.14",
|
|
|
"motion": "^12.27.1",
|
|
|
"next-themes": "^0.4.6",
|
|
|
"react": "^19.2.0",
|
|
|
@@ -2826,6 +2829,24 @@
|
|
|
"integrity": "sha512-aGTxbpbg8/b5JfU1HXSrbH3wXZuLPJcNEcZQFMxLs3oSzgtVu6nFPkbbGGUvBcUjKV2YyB9Wxxabo+HEH9tcRQ==",
|
|
|
"license": "MIT"
|
|
|
},
|
|
|
+ "node_modules/@fontsource/noto-sans": {
|
|
|
+ "version": "5.2.10",
|
|
|
+ "resolved": "https://registry.npmjs.org/@fontsource/noto-sans/-/noto-sans-5.2.10.tgz",
|
|
|
+ "integrity": "sha512-J58RVfS/C0Z2VBF+PoU260Tx8cdRGYuS+e3yQe4hYaIYDl0sEVn5CzlLo5zVRvQD0HaIUTV8AZMfqR7rtdEpqQ==",
|
|
|
+ "license": "OFL-1.1",
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ayuhito"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@fontsource/plus-jakarta-sans": {
|
|
|
+ "version": "5.2.8",
|
|
|
+ "resolved": "https://registry.npmjs.org/@fontsource/plus-jakarta-sans/-/plus-jakarta-sans-5.2.8.tgz",
|
|
|
+ "integrity": "sha512-P5qE49fqdeD+7DXH1KBxmMPlB17LTz1zvBhFH0tFzfnYTKVJVyb0pR6plh0ZGXxcB+Oayb54FZZw3V42/DawTw==",
|
|
|
+ "license": "OFL-1.1",
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ayuhito"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@hono/node-server": {
|
|
|
"version": "1.19.9",
|
|
|
"resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.9.tgz",
|
|
|
@@ -10483,6 +10504,12 @@
|
|
|
"integrity": "sha512-6qE4B9deFBIa9YSpOc9O0Sgc43zTeVYbgDT5veRKSlB2+ZuHNoVVxA1L/ckMUayV9Ay9y7Z/SZCLcGteW9i7bg==",
|
|
|
"license": "ISC"
|
|
|
},
|
|
|
+ "node_modules/material-icons": {
|
|
|
+ "version": "1.13.14",
|
|
|
+ "resolved": "https://registry.npmjs.org/material-icons/-/material-icons-1.13.14.tgz",
|
|
|
+ "integrity": "sha512-kZOfc7xCC0rAT8Q3DQixYAeT+tBqZnxkseQtp2bxBxz7q5pMAC+wmit7vJn1g/l7wRU+HEPq23gER4iPjGs5Cg==",
|
|
|
+ "license": "Apache-2.0"
|
|
|
+ },
|
|
|
"node_modules/math-intrinsics": {
|
|
|
"version": "1.1.0",
|
|
|
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|