41 lines
1.3 KiB
JSON
41 lines
1.3 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": {
|
|
"prepare": "vite build",
|
|
"lint:types": "tsc --noEmit",
|
|
"lint:codestyle": "echo 'handled by lint:eslint'",
|
|
"test": "vitest run --coverage"
|
|
},
|
|
"devDependencies": {
|
|
"@arcmantle/vite-plugin-import-css-sheet": "^1.0.12",
|
|
"@element-hq/element-web-module-api": "^1.0.0",
|
|
"@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": "^5.0.0",
|
|
"@vitest/browser-playwright": "^4.0.0",
|
|
"@vitest/coverage-v8": "^4.0.0",
|
|
"react": "^19",
|
|
"typescript": "^6.0.0",
|
|
"vite": "^8.0.0",
|
|
"vite-plugin-node-polyfills": "^0.28.0",
|
|
"vite-plugin-svgr": "^5.0.0",
|
|
"vitest": "^4.0.0",
|
|
"vitest-sonar-reporter": "^3.0.0"
|
|
},
|
|
"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"
|
|
}
|
|
}
|