mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-25 11:11:31 +01:00
73 lines
2.8 KiB
JSON
73 lines
2.8 KiB
JSON
{
|
|
"name": "@element-hq/web-shared-components",
|
|
"version": "0.0.0-test.5",
|
|
"description": "Shared components for Element",
|
|
"author": "New Vector Ltd.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/element-hq/element-web"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"require": {
|
|
"style": "./dist/element-web-shared-components.css",
|
|
"types": "./dist/element-web-shared-components.d.ts",
|
|
"default": "./dist/element-web-shared-components.umd.js"
|
|
},
|
|
"import": {
|
|
"style": "./dist/element-web-shared-components.css",
|
|
"types": "./dist/element-web-shared-components.d.ts",
|
|
"default": "./dist/element-web-shared-components.mjs"
|
|
}
|
|
}
|
|
},
|
|
"types": "dist/element-web-shared-components.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"src",
|
|
"LICENSE",
|
|
"README.md",
|
|
"package.json"
|
|
],
|
|
"scripts": {
|
|
"postinstall": "patch-package",
|
|
"prepare": "vite build",
|
|
"storybook": "storybook dev -p 6007",
|
|
"build-storybook": "storybook build",
|
|
"lint": "yarn lint:types && yarn lint:js",
|
|
"lint:js": "eslint --max-warnings 0 src && prettier --check .",
|
|
"lint:types": "tsc --noEmit --jsx react",
|
|
"test:storybook": "test-storybook --url http://localhost:6007/",
|
|
"test:storybook:ci": "concurrently -k -s first -n \"SB,TEST\" \"yarn storybook --no-open\" \"wait-on tcp:6007 && yarn test-storybook --url http://localhost:6007/ --ci --maxWorkers=2\"",
|
|
"test:storybook:update": "playwright-screenshots --entrypoint yarn --with-node-modules && playwright-screenshots --entrypoint /work/node_modules/.bin/test-storybook --with-node-modules --url http://host.docker.internal:6007/ --updateSnapshot"
|
|
},
|
|
"dependencies": {
|
|
"matrix-web-i18n": "^3.4.0",
|
|
"patch-package": "^8.0.1",
|
|
"counterpart": "^0.18.6"
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/addon-a11y": "^9.1.10",
|
|
"@storybook/addon-designs": "^10.0.2",
|
|
"@storybook/addon-docs": "^9.1.10",
|
|
"@storybook/icons": "^1.6.0",
|
|
"@storybook/react-vite": "^9.1.10",
|
|
"@storybook/test-runner": "^0.23.0",
|
|
"concurrently": "^9.2.1",
|
|
"eslint": "8",
|
|
"eslint-plugin-storybook": "^9.1.10",
|
|
"jest-image-snapshot": "^6.5.1",
|
|
"patch-package": "^8.0.1",
|
|
"prettier": "^3.6.2",
|
|
"storybook": "^9.1.10",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.1.9",
|
|
"vite-plugin-dts": "^4.5.4",
|
|
"vite-plugin-node-polyfills": "^0.24.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
}
|