Files
blap/modules/restricted-guests/element-web/package.json
T
2026-06-03 17:48:02 +01:00

33 lines
1.0 KiB
JSON

{
"name": "@element-hq/element-web-module-restricted-guests",
"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",
"@vitejs/plugin-react": "^5.0.0",
"react": "19.2.6",
"rollup-plugin-external-globals": "^0.13.0",
"typescript": "^6.0.0",
"vite": "^7.3.2",
"vite-plugin-node-polyfills": "^0.28.0"
},
"dependencies": {
"@vector-im/compound-design-tokens": "^10.0.0",
"@vector-im/compound-web": "^9.0.0",
"styled-components": "^6.1.18",
"zod": "^4.0.0"
}
}