Files
blap/modules/banner/element-web/package.json
T
2026-04-29 20:10:19 +00:00

39 lines
1.2 KiB
JSON

{
"name": "@element-hq/element-web-module-banner",
"private": true,
"version": "0.0.0",
"type": "module",
"main": "lib/index.js",
"license": "SEE LICENSE IN README.md",
"scripts": {
"prepare": "vite build",
"lint:types": "tsc --noEmit",
"lint:codestyle": "echo 'handled by lint:eslint'",
"test": "echo no tests yet"
},
"devDependencies": {
"@arcmantle/vite-plugin-import-css-sheet": "^1.0.12",
"@element-hq/element-web-module-api": "^1.0.0",
"@types/node": "^22.10.7",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^5.0.0",
"matrix-web-i18n": "^3.6.0",
"matrix-widget-api": "^1.17.0",
"react": "19.2.4",
"rollup-plugin-external-globals": "^0.13.0",
"typescript": "^6.0.0",
"vite": "^7.3.2",
"vite-plugin-node-polyfills": "^0.25.0",
"vite-plugin-svgr": "^4.3.0"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.6",
"@vector-im/compound-design-tokens": "^8.0.0",
"@vector-im/compound-web": "^8.0.0",
"framer-motion": "^12.4.10",
"styled-components": "^6.1.18",
"zod": "^4.0.0"
}
}