2025-05-08 12:06:05 +01:00
|
|
|
{
|
|
|
|
|
"name": "@element-hq/element-web-module-banner",
|
|
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"main": "lib/index.js",
|
2025-10-14 14:25:16 +01:00
|
|
|
"license": "SEE LICENSE IN README.md",
|
2025-05-08 12:06:05 +01:00
|
|
|
"scripts": {
|
|
|
|
|
"prepare": "vite build",
|
2025-05-08 12:43:50 +01:00
|
|
|
"lint:types": "tsc --noEmit",
|
|
|
|
|
"lint:codestyle": "echo 'handled by lint:eslint'",
|
2025-05-08 12:06:05 +01:00
|
|
|
"test": "echo no tests yet"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-12-02 09:40:02 +00:00
|
|
|
"@arcmantle/vite-plugin-import-css-sheet": "^1.0.12",
|
2025-05-14 09:27:27 +01:00
|
|
|
"@element-hq/element-web-module-api": "^1.0.0",
|
2025-05-08 12:06:05 +01:00
|
|
|
"@types/node": "^22.10.7",
|
|
|
|
|
"@types/react": "^19",
|
2026-04-13 10:51:27 +01:00
|
|
|
"@types/react-dom": "^19",
|
2025-09-20 09:29:18 +00:00
|
|
|
"@vitejs/plugin-react": "^5.0.0",
|
2026-04-13 10:51:27 +01:00
|
|
|
"matrix-web-i18n": "^3.6.0",
|
|
|
|
|
"matrix-widget-api": "^1.17.0",
|
2026-06-03 14:22:19 +00:00
|
|
|
"react": "19.2.6",
|
2025-05-08 12:06:05 +01:00
|
|
|
"rollup-plugin-external-globals": "^0.13.0",
|
2026-04-29 20:10:19 +00:00
|
|
|
"typescript": "^6.0.0",
|
2026-06-04 08:13:41 +00:00
|
|
|
"vite": "^8.0.0",
|
2026-06-03 16:15:38 +00:00
|
|
|
"vite-plugin-node-polyfills": "^0.28.0",
|
2026-06-04 08:13:41 +00:00
|
|
|
"vite-plugin-svgr": "^5.0.0"
|
2025-05-08 12:06:05 +01:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@radix-ui/react-dialog": "^1.1.6",
|
2026-06-03 14:23:47 +00:00
|
|
|
"@vector-im/compound-design-tokens": "^10.0.0",
|
|
|
|
|
"@vector-im/compound-web": "^9.0.0",
|
2025-05-08 12:06:05 +01:00
|
|
|
"framer-motion": "^12.4.10",
|
|
|
|
|
"styled-components": "^6.1.18",
|
2025-09-20 01:53:33 +00:00
|
|
|
"zod": "^4.0.0"
|
2025-05-08 12:06:05 +01:00
|
|
|
}
|
|
|
|
|
}
|