-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.89 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "react-mui-searchbox",
"version": "1.0.2",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"test": "jest",
"lint": "eslint src/**/*.{js,jsx}",
"prepare": "npm run build"
},
"keywords": [
"react",
"react search",
"react search box",
"mui search",
"material ui search",
"material ui autocomplete",
"mui autocomplete",
"react mui search",
"react mui component",
"search input",
"filter component",
"fuzzy search",
"autocomplete",
"react component library",
"react mui searchbox"
],
"author": "Anuprita Mhapankar",
"license": "MIT",
"description": "A powerful, feature-rich search component for React applications built with Material UI. Perfect for implementing search functionality, autocomplete, filtering, and advanced selection capabilities in your React applications.",
"peerDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^7.0.2",
"@mui/material": "^7.0.2",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"dependencies": {
"fuse.js": "^7.1.0"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@types/react": "^19.1.2",
"eslint": "^9.25.1",
"eslint-plugin-react": "^7.37.5",
"jest": "^29.7.0",
"rollup": "^2.79.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^5.8.3"
},
"repository": {
"type": "git",
"url": "https://github.com/Anuprita579/react-mui-searchbox.git"
},
"homepage": "https://react-mui-searchbox-demo.vercel.app/"
}