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

33 lines
1.0 KiB
JSON
Raw Normal View History

2025-08-12 14:12:57 +01:00
{
"name": "@element-hq/element-web-module-restricted-guests",
"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-08-12 14:12:57 +01:00
"scripts": {
"prepare": "vite build",
"lint:types": "tsc --noEmit",
"lint:codestyle": "echo 'handled by lint:eslint'",
"test": "echo no tests yet"
},
"devDependencies": {
2025-12-02 09:40:02 +00:00
"@arcmantle/vite-plugin-import-css-sheet": "^1.0.12",
2025-08-12 14:12:57 +01:00
"@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.4",
2025-08-12 14:12:57 +01:00
"rollup-plugin-external-globals": "^0.13.0",
"typescript": "^5.7.3",
"vite": "^7.1.11",
2026-03-01 16:05:52 +00:00
"vite-plugin-node-polyfills": "^0.25.0"
2025-08-12 14:12:57 +01:00
},
"dependencies": {
"@vector-im/compound-design-tokens": "^8.0.0",
2025-09-17 15:40:10 +00:00
"@vector-im/compound-web": "^8.0.0",
2025-08-12 14:12:57 +01:00
"styled-components": "^6.1.18",
2025-09-20 01:53:33 +00:00
"zod": "^4.0.0"
2025-08-12 14:12:57 +01:00
}
}