ufh/web/package.json

38 lines
870 B
JSON
Raw Permalink Normal View History

2023-07-03 15:54:31 +00:00
{
"name": "web",
"version": "0.1.0",
"description": "web ui for ufh",
2023-07-03 15:54:31 +00:00
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
2023-07-03 15:54:31 +00:00
},
"keywords": [],
"author": "",
"type": "module",
2023-07-03 15:54:31 +00:00
"license": "ISC",
"dependencies": {
2023-08-09 17:25:27 +00:00
"@floating-ui/dom": "^1.5.1",
2023-07-03 15:54:31 +00:00
"@noble/ed25519": "^2.0.0",
2023-08-09 17:25:27 +00:00
"@popperjs/core": "^2.11.8",
2023-07-03 15:54:31 +00:00
"canonicalize": "^2.0.0",
2023-07-30 07:55:38 +00:00
"carbon-icons-svelte": "^12.1.0",
"events": "^3.3.0",
2023-08-09 17:25:27 +00:00
"solid-js": "^1.7.9",
"tippy.js": "^6.3.7",
"typed-emitter": "^2.1.0",
2023-08-09 17:25:27 +00:00
"uint8-to-base64": "^0.2.0",
"vite-plugin-solid": "^2.7.0"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"@tsconfig/svelte": "^5.0.0",
2023-07-30 07:55:38 +00:00
"sass": "^1.64.1",
"svelte": "^4.0.3",
"svelte-check": "^3.4.4",
"tslib": "^2.6.0",
"typescript": "^5.1.6",
"vite": "^4.3.9"
2023-07-03 15:54:31 +00:00
}
}