Files
blap/modules/banner/element-web/package.json
T
dependabot[bot] b22cf92880 Bump vite in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 6.0.11 to 6.1.6
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.1.6/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.1.6/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.1.6
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-28 15:43:59 +00:00

34 lines
1.0 KiB
JSON

{
"name": "@element-hq/element-web-module-banner",
"private": true,
"version": "0.0.0",
"type": "module",
"main": "lib/index.js",
"scripts": {
"prepare": "vite build",
"lint:types": "tsc --noEmit",
"lint:codestyle": "echo 'handled by lint:eslint'",
"test": "echo no tests yet"
},
"devDependencies": {
"@element-hq/element-web-module-api": "^1.0.0",
"@types/node": "^22.10.7",
"@types/react": "^19",
"@vitejs/plugin-react": "^4.3.4",
"react": "^19",
"rollup-plugin-external-globals": "^0.13.0",
"typescript": "^5.7.3",
"vite": "^6.1.6",
"vite-plugin-node-polyfills": "^0.23.0",
"vite-plugin-svgr": "^4.3.0"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.6",
"@vector-im/compound-design-tokens": "^4.0.3",
"@vector-im/compound-web": "^7.11.0",
"framer-motion": "^12.4.10",
"styled-components": "^6.1.18",
"zod": "^3.24.2"
}
}