cozy-search
Version:
UI components about search bar and IA assistant
92 lines (91 loc) • 2.74 kB
JSON
{
"name": "cozy-search",
"description": "UI components about search bar and IA assistant",
"version": "0.8.4",
"author": {
"name": "Cozy Cloud",
"url": "https://github.com/cozy"
},
"bugs": {
"url": "https://github.com/cozy/cozy-libs/issues"
},
"dependencies": {
"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",
"@testing-library/react": "10.4.9",
"@testing-library/react-hooks": "7.0.2",
"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.1",
"cozy-client": "^54.0.0",
"cozy-device-helper": "^3.8.0",
"cozy-flags": "^4.7.0",
"cozy-intent": "^2.30.0",
"cozy-logger": "^1.17.0",
"cozy-minilog": "^3.10.0",
"cozy-pouch-link": "^54.0.0",
"cozy-realtime": "^5.7.0",
"cozy-ui": "^122.0.0",
"cross-fetch": "^4.0.0",
"jest": "26.6.3",
"react": "16.12.0",
"react-dom": "16.13.0",
"react-router-dom": "6.14.2",
"stylus": "^0.64.0",
"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": {
"cozy-client": ">=54.8.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": ">=122.0.0",
"react": ">=16.12.0",
"react-dom": ">=16.12.0",
"react-router-dom": "^6.28.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','**/*.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": "1bbc35b66549e59aedbba79080bdbd5581a7c239"
}