@relewise/web-components
Version:
Relewise is a next generation personalization SaaS-platform, which offers functionality within product- and content recommendations and personalized search. Our official Web Components provide simple and easy components for rendering personalized experien
70 lines • 2.34 kB
JSON
{
"name": "@relewise/web-components",
"version": "1.23.0",
"description": "Relewise is a next generation personalization SaaS-platform, which offers functionality within product- and content recommendations and personalized search. Our official Web Components provide simple and easy components for rendering personalized experiences.",
"repository": {
"type": "git",
"url": "git+https://github.com/Relewise/relewise-ui-components.git",
"directory": "packages/webcomponents"
},
"author": "Relewise",
"homepage": "https://relewise.com",
"license": "ISC",
"keywords": [
"relewise",
"recommendations",
"personalization"
],
"main": "dist/cjs/relewise-web-components.js",
"module": "dist/esm/relewise-web-components.js",
"browser": "dist/browser/relewise-web-components.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "rollup -c",
"build:types": "tsc -p ./tsconfig.json --outDir build --declaration true && api-extractor run",
"clean": "rimraf ./build ./dist",
"preview": "vite preview",
"lint": "eslint",
"test": "wtr --config web-test-runner-config.mjs",
"publish": "npm run build && npm run build:types"
},
"dependencies": {
"@lit/context": "^1.1.6",
"lit": "^3.3.1"
},
"peerDependencies": {
"@relewise/client": ">= 2.22.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.53.1",
"@open-wc/testing": "^4.0.0",
"@rollup/plugin-commonjs": "^28.0.7",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.4",
"@types/mocha": "^10.0.10",
"@typescript-eslint/eslint-plugin": "^8.46.1",
"@typescript-eslint/parser": "^8.46.1",
"@web/dev-server-esbuild": "^1.0.4",
"@web/test-runner": "^0.20.2",
"@web/test-runner-playwright": "^0.11.1",
"dotenv": "^17.2.3",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-lit": "^2.1.1",
"eslint-plugin-n": "^17.23.1",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-wc": "^3.0.2",
"rimraf": "^6.0.1",
"rollup": "^4.52.4",
"ts-lit-plugin": "^2.0.2",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"typescript-lit-html-plugin": "^0.9.0",
"vite": "^7.1.10"
}
}