@talend/react-faceted-search
Version:
93 lines (92 loc) • 3 kB
JSON
{
"name": "@talend/react-faceted-search",
"version": "21.1.0",
"description": "Faceted search",
"main": "lib/index.js",
"module": "./lib-esm/index.js",
"exports": {
"./lib/*": {
"import": "./lib-esm/*",
"require": "./lib/*"
},
".": {
"import": "./lib-esm/index.js",
"require": "./lib/index.js"
}
},
"license": "Apache-2.0",
"scripts": {
"build:dev": "talend-scripts build --umd --dev",
"build:prod": "talend-scripts build --umd --prod",
"pre-release": "yarn build:dev && yarn build:prod",
"build:lib": "talend-scripts build",
"build:lib:esm": "talend-scripts build --esm",
"test": "cross-env TZ=UTC talend-scripts test",
"test:watch": "cross-env TZ=UTC talend-scripts test --watch",
"test:cov": "cross-env TZ=UTC talend-scripts test --coverage",
"test:demo": "talend-scripts build-storybook --quiet --docs",
"lint": "talend-scripts lint ./src/**/*.js ./stories/**/*.js ./.storybook/**/*.js",
"start": "talend-scripts start-storybook -p 6006",
"extract-i18n": "i18next-scanner --config i18next-scanner.config.js"
},
"keywords": [
"react",
"talend",
"faceted-search"
],
"author": "Talend Frontend <frontend@talend.com>",
"homepage": "https://github.com/Talend/ui/tree/master/packages/faceted-search#readme",
"bugs": {
"url": "https://github.com/Talend/ui/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Talend/ui.git"
},
"dependencies": {
"@talend/daikon-tql-client": "^1.3.1",
"@talend/utils": "^3.3.0",
"@talend/design-tokens": "^3.4.5",
"classnames": "^2.5.1",
"date-fns": "^3.6.0",
"invariant": "^2.2.4",
"lodash": "^4.17.21"
},
"devDependencies": {
"@storybook/addon-actions": "^7.6.20",
"@storybook/testing-library": "^0.2.2",
"@talend/design-system": "^11.7.0",
"@talend/eslint-config": "^13.3.0",
"@talend/eslint-plugin": "^1.4.0",
"@talend/icons": "^7.12.0",
"@talend/locales-tui-components": "^16.0.1",
"@talend/locales-tui-faceted-search": "^11.3.0",
"@talend/scripts-core": "^16.6.0",
"@talend/scripts-config-babel": "^13.6.0",
"@talend/scripts-config-jest": "^14.3.0",
"@talend/scripts-config-react-webpack": "^16.9.0",
"@talend/scripts-config-storybook-lib": "^5.6.0",
"@talend/scripts-config-typescript": "^11.3.2",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.6.1",
"babel-plugin-angularjs-annotate": "^0.10.0",
"cross-env": "^7.0.3",
"i18next": "^23.16.8",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^13.5.0"
},
"peerDependencies": {
"@talend/design-system": "^11.6.0",
"@talend/react-components": "^17.0.0",
"i18next": "^23.16.8",
"prop-types": "^15.5.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^13.5.0"
},
"publishConfig": {
"access": "public"
}
}