cozy-search
Version:
UI components about search bar and IA assistant
99 lines (98 loc) • 3.01 kB
JSON
{
"name": "cozy-search",
"description": "UI components about search bar and IA assistant",
"version": "2.0.5",
"author": {
"name": "Cozy Cloud",
"url": "https://github.com/cozy"
},
"bugs": {
"url": "https://github.com/cozy/cozy-libs/issues"
},
"dependencies": {
"@assistant-ui/react": "^0.12.5",
"classnames": "^2.5.1",
"lodash": "^4.17.21",
"mime-types": "2.1.35",
"react-type-animation": "3.2.0",
"rooks": "7.14.1"
},
"devDependencies": {
"@babel/cli": "7.16.8",
"@babel/core": "7.16.12",
"@linagora/twake-icons": "^2.6.6",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"babel-plugin-inline-react-svg": "1.1.2",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-tsconfig-paths": "^1.0.3",
"babel-preset-cozy-app": "^2.8.4",
"cozy-client": "60.26.0",
"cozy-device-helper": "^4.0.3",
"cozy-flags": "^4.9.1",
"cozy-intent": "^2.31.1",
"cozy-logger": "^1.18.1",
"cozy-minilog": "^3.10.1",
"cozy-pouch-link": "^54.0.0",
"cozy-realtime": "^5.9.2",
"cozy-ui": "^138.4.0",
"cozy-ui-plus": "^12.0.1",
"cross-fetch": "^4.0.0",
"jest": "30.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.14.2",
"stylus": "^0.64.0",
"twake-i18n": "^0.4.1",
"typescript": "5.5.2"
},
"files": [
"dist"
],
"homepage": "https://github.com/cozy/cozy-libs/packages/cozy-search",
"keywords": [
"cozy",
"cozy-libs"
],
"license": "MIT",
"main": "dist/index.js",
"exports": {
".": "./dist/index.js",
"./dist/stylesheet.css": "./dist/stylesheet.css"
},
"peerDependencies": {
"@linagora/twake-icons": ">=2.6.6",
"cozy-client": ">=60.26.0",
"cozy-device-helper": ">=3.7.1",
"cozy-flags": ">=4.6.1",
"cozy-intent": ">=2.26.0",
"cozy-logger": ">=1.10.4",
"cozy-minilog": ">=3.3.1",
"cozy-pouch-link": "54.0.0",
"cozy-realtime": ">=5.6.4",
"cozy-ui": ">=138.4.0",
"cozy-ui-plus": ">=6.0.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"react-router-dom": "^6.28.0",
"twake-i18n": ">=0.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/cozy/cozy-libs.git",
"directory": "packages/cozy-search"
},
"scripts": {
"build": "yarn build:clean && yarn build:types && babel --extensions .ts,.tsx,.js,.jsx --ignore '**/*.spec.tsx','**/*.spec.ts','**/*.spec.js','**/*.spec.jsx','**/*.d.ts' ./src -d ./dist --copy-files",
"build:clean": "rm -rf ./dist",
"build:types": "tsc -p tsconfig-build.json",
"build:watch": "yarn build --watch",
"prepublishOnly": "yarn build",
"test": "jest --config=./tests/jest.config.js --passWithNoTests",
"test:watch": "yarn test --watchAll",
"start": "yarn build:watch",
"lint": "cd .. && yarn eslint --ext js,jsx,ts packages/cozy-search"
},
"types": "dist/index.d.ts",
"gitHead": "8f766c3da5a35109325e1a3451e78e7c1b30e515"
}