@empathyco/x-components
Version:
Empathy X Components
143 lines (142 loc) • 4.66 kB
JSON
{
"name": "@empathyco/x-components",
"version": "6.0.0-alpha.58",
"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",
"keywords": [
"apache",
"components",
"ecommerce",
"empathy",
"facets",
"frontend",
"interface",
"instantsearch",
"joy",
"open source",
"search",
"serp",
"suggestions",
"ui",
"ux",
"vue"
],
"main": "./core/index.js",
"module": "./core/index.js",
"types": "./core/index.d.ts",
"sideEffects": [
"./tests/**/*",
"**/*.scss",
"**/*.scss.js",
"**/*.css",
"**/*vue[0-9].js",
"**/*.vue"
],
"repository": {
"type": "git",
"url": "https://github.com/empathyco/x.git",
"directory": "packages/x-components"
},
"engines": {
"node": ">=18"
},
"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",
"lint": "eslint . --ext .ts,.vue",
"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 serve http://localhost:8080 cypress:open:firefox",
"test:e2e:ci": "start-server-and-test serve 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"
},
"dependencies": {
"@empathyco/x-adapter": "^8.1.0-alpha.2",
"@empathyco/x-adapter-platform": "^1.1.0-alpha.14",
"@empathyco/x-bus": "^1.0.3-alpha.2",
"@empathyco/x-deep-merge": "^2.0.3-alpha.3",
"@empathyco/x-logger": "^1.2.0-alpha.11",
"@empathyco/x-storage-service": "^2.0.3-alpha.1",
"@empathyco/x-types": "^10.1.0-alpha.11",
"@empathyco/x-utils": "^1.0.3-alpha.2",
"@vue/devtools-api": "~6.5.0",
"@vueuse/core": "~10.7.1",
"js-md5": "~0.8.3",
"nouislider": "~15.7.1",
"rxjs": "~7.8.0",
"tslib": "~2.6.0",
"vue-global-events": "~3.0.1"
},
"peerDependencies": {
"vue": "^3.5.12",
"vuex": "4.0.2"
},
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "20.0.0",
"@bahmutov/cypress-esbuild-preprocessor": "2.2.0",
"@empathyco/x-tailwindcss": "2.0.0-alpha.4",
"@microsoft/api-documenter": "7.23.0",
"@microsoft/api-extractor": "7.39.0",
"@testing-library/jest-dom": "5.17.0",
"@types/autoprefixer": "10.2.0",
"@types/glob": "8.1.0",
"@types/jest": "27.5.0",
"@types/node": "18.19.0",
"@types/testing-library__jest-dom": "5.14.9",
"@vitejs/plugin-vue": "5.2.1",
"@vue/test-utils": "~2.4.6",
"@vue/vue3-jest": "27.0.0",
"autoprefixer": "10.4.4",
"convert-source-map": "2.0.0",
"cypress": "13.6.0",
"esbuild": "0.20.0",
"glob": "10.3.0",
"jest": "27.5.0",
"jest-scss-transform": "1.0.1",
"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": "27.1.0",
"ts-node": "10.9.2",
"typescript": "4.9.4",
"vite": "4.5.0",
"vite-plugin-vue-inspector": "5.1.2",
"vue": "3.4.31",
"vue-docgen-cli": "4.79.0",
"vue-router": "4.4.0",
"vuex": "4.0.2"
},
"publishConfig": {
"access": "public",
"directory": "dist"
},
"gitHead": "4c0af82b5e18f6abb0219b5c3564157f30966e98"
}