UNPKG

@empathyco/x-components

Version:
148 lines (147 loc) 4.81 kB
{ "name": "@empathyco/x-components", "version": "6.0.0-alpha.171", "description": "Empathy X Components", "author": "Empathy Systems Corporation S.L.", "license": "Apache-2.0", "homepage": "https://github.com/empathyco/x/tree/main/packages/x-components#readme", "repository": { "type": "git", "url": "https://github.com/empathyco/x.git", "directory": "packages/x-components" }, "keywords": [ "apache", "components", "ecommerce", "empathy", "facets", "frontend", "interface", "instantsearch", "joy", "open source", "search", "serp", "suggestions", "ui", "ux", "vue" ], "sideEffects": [ "./tests/**/*", "**/*.scss", "**/*.scss.js", "**/*.css", "**/*vue[0-9].js", "**/*.vue" ], "main": "./core/index.js", "module": "./core/index.js", "types": "./core/index.d.ts", "engines": { "node": ">=22" }, "scripts": { "serve": "vite", "preview": "vite build && vite preview", "build": "ts-node --project ./build/tsconfig.json ./build/build.ts", "build:website": "vite build", "postbuild": "pnpm pack --pack-destination ..", "gen:docs": "rimraf ./docs && pnpm run gen:typescript-docs && pnpm run gen:component-docs", "gen:typescript-docs": "api-documenter markdown --input-folder dist/report --output-folder docs/API-reference/api", "gen:component-docs": "vue-docgen", "typecheck": "vue-tsc", "lint": "eslint --fix", "lint:check": "eslint", "lint:inspect": "eslint --inspect-config .", "format": "prettier --write .", "format:check": "prettier --check .", "test:unit": "jest --silent", "test:unit-jest": "jest", "test:unit-coverage": "jest --coverage", "test:unit-watch": "jest --watch", "test:unit-cypress": "cypress run --component --browser chrome", "test:e2e": "start-server-and-test preview http://localhost:8080 cypress:open", "test:e2e:firefox": "start-server-and-test preview http://localhost:8080 cypress:open:firefox", "test:e2e:ci": "start-server-and-test preview http://localhost:8080 cypress:run:ci", "test": "pnpm run test:unit && pnpm run test:e2e:ci", "cypress:run:ci": "cypress run --e2e --headless --browser chrome", "cypress:open": "cypress open --e2e --browser chrome", "cypress:open:firefox": "cypress open --e2e --browser firefox", "cypress:open:component": "cypress open --component --browser chrome", "cypress:open:component:firefox": "cypress open --component --browser firefox", "prepublishOnly": "pnpm run build" }, "peerDependencies": { "vue": "^3.5.12", "vuex": "4.0.2" }, "dependencies": { "@empathyco/x-adapter": "^8.1.0-alpha.9", "@empathyco/x-adapter-platform": "^1.1.0-alpha.37", "@empathyco/x-deep-merge": "^2.0.3-alpha.9", "@empathyco/x-storage-service": "^2.0.3-alpha.7", "@empathyco/x-types": "^10.1.0-alpha.30", "@empathyco/x-utils": "^1.0.3-alpha.8", "@vue/devtools-api": "~6.5.0", "@vueuse/core": "~10.11.0", "js-md5": "~0.8.3", "marked": "~16.4.1", "nouislider": "~15.8.1", "rxjs": "~7.8.0", "tslib": "~2.8.1", "vue-global-events": "~3.0.1", "vue-tsc": "~3.0.4" }, "devDependencies": { "@babel/preset-env": "7.28.0", "@badeball/cypress-cucumber-preprocessor": "23.2.0", "@bahmutov/cypress-esbuild-preprocessor": "2.2.5", "@cucumber/messages": "30.1.0", "@empathyco/x-tailwindcss": "2.0.0-alpha.16", "@microsoft/api-documenter": "7.23.0", "@microsoft/api-extractor": "7.52.8", "@testing-library/jest-dom": "6.6.4", "@types/aria-query": "5.0.4", "@types/jest": "29.5.14", "@types/node": "22.15.29", "@vitejs/plugin-vue": "5.2.4", "@vue/test-utils": "2.4.6", "@vue/vue3-jest": "29.2.6", "autoprefixer": "10.4.21", "convert-source-map": "2.0.0", "cypress": "14.3.0", "esbuild": "0.20.0", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "jest-scss-transform": "1.0.4", "postcss": "8.4.12", "postcss-dir-pseudo-class": "7.0.0", "postcss-logical": "4.0.2", "rimraf": "3.0.2", "rollup": "4.9.1", "rollup-plugin-copy": "3.5.0", "rollup-plugin-delete": "2.0.0", "rollup-plugin-styles": "4.0.0", "rollup-plugin-typescript2": "0.36.0", "rollup-plugin-vue": "6.0.0", "sass": "1.70.0", "start-server-and-test": "2.0.0", "tailwindcss": "3.4.0", "ts-jest": "29.4.0", "ts-node": "10.9.2", "typescript": "5.8.3", "vite": "6.3.5", "vite-plugin-vue-inspector": "5.2.0", "vue": "3.4.31", "vue-docgen-cli": "4.79.0", "vue-router": "4.5.1", "vuex": "4.0.2" }, "publishConfig": { "access": "public", "directory": "dist" }, "gitHead": "23db5b4e0707beb8fc0dec5e5a8d7417a5874542" }