mirror of
https://github.com/vector-im/element-web.git
synced 2026-07-07 15:58:53 +00:00
e9a89d9872
* Consolidate modules vitest coverage * Use vite-common as base for modules vitest config * Make knip happier * Fix coverage paths * Place modules unit tests alongside src * Switch to defineProject for better type safety * Consolidate vitest CI & coverage Kills off vite-common * Update comment * Update lockfile * Fix shared-components vitest config * Soften eslint config for tests in modules * Run eslint on modules/playwright dir too * Make tsc happy
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"name": "@element-hq/element-web-module-widget-toggle",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"main": "lib/index.js",
|
|
"license": "SEE LICENSE IN README.md",
|
|
"scripts": {
|
|
"build": "nx build",
|
|
"lint:types": "nx lint:types",
|
|
"test:unit": "nx test:unit"
|
|
},
|
|
"devDependencies": {
|
|
"@arcmantle/vite-plugin-import-css-sheet": "^1.0.12",
|
|
"@element-hq/element-web-module-api": "workspace:*",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/node": "^22.10.7",
|
|
"@types/react": "^19",
|
|
"@vitejs/plugin-react": "catalog:",
|
|
"@vitest/browser-playwright": "catalog:",
|
|
"react": "catalog:",
|
|
"typescript": "catalog:",
|
|
"vite": "catalog:",
|
|
"vite-plugin-node-polyfills": "catalog:",
|
|
"vite-plugin-svgr": "catalog:",
|
|
"vitest": "catalog:"
|
|
},
|
|
"dependencies": {
|
|
"@vector-im/compound-design-tokens": "^10.0.0",
|
|
"@vector-im/compound-web": "^9.0.0",
|
|
"matrix-widget-api": "^1.17.0",
|
|
"styled-components": "^6.3.11",
|
|
"zod": "^4.3.6"
|
|
}
|
|
}
|