Files
ThreadNet-Web/modules/banner/element-web/package.json
T

39 lines
1.2 KiB
JSON
Raw Normal View History

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",
"@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",
"react": "19.2.4",
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",
"vite": "^7.3.2",
2026-03-01 16:05:52 +00:00
"vite-plugin-node-polyfills": "^0.25.0",
2025-05-20 13:43:25 +01:00
"vite-plugin-svgr": "^4.3.0"
2025-05-08 12:06:05 +01:00
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.6",
"@vector-im/compound-design-tokens": "^8.0.0",
2025-09-17 15:40:10 +00:00
"@vector-im/compound-web": "^8.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
}
}