Create module element-web-module-banner

This commit is contained in:
Michael Telatynski
2025-05-08 12:06:05 +01:00
parent 995bc51e93
commit 06796a0a9d
21 changed files with 1081 additions and 1 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"name": "@element-hq/element-web-module-banner",
"private": true,
"version": "0.0.0",
"type": "module",
"main": "lib/index.js",
"scripts": {
"prepare": "vite build",
"lint:ts": "tsc --noEmit",
"test": "echo no tests yet"
},
"devDependencies": {
"@element-hq/element-web-module-api": "^0.2.0",
"@types/node": "^22.10.7",
"@types/react": "^19",
"@vitejs/plugin-react": "^4.3.4",
"react": "^19",
"rollup-plugin-external-globals": "^0.13.0",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vite-plugin-node-polyfills": "^0.23.0"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.6",
"framer-motion": "^12.4.10",
"styled-components": "^6.1.18",
"zod": "^3.24.2"
}
}