@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.9.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.0",
"lit": "^2.7.6"
},
"peerDependencies": {
"@relewise/client": ">=2.13.0 <3.0.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.9",
"@open-wc/testing": "^4.0.0",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.0",
"@types/mocha": "^10.0.8",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@web/dev-server-esbuild": "^1.0.2",
"@web/test-runner": "^0.19.0",
"@web/test-runner-playwright": "^0.11.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-lit": "^1.15.0",
"eslint-plugin-n": "^17.10.3",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-wc": "^2.1.1",
"rimraf": "^6.0.1",
"rollup": "^4.22.5",
"ts-lit-plugin": "^2.0.2",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"typescript-lit-html-plugin": "^0.9.0",
"vite": "^5.4.8"
}
}