-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.83 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.83 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
{
"name": "material-react-table-v1-autocomplete",
"version": "0.0.1",
"description": "Autocomplete filter component for Material React Table v1",
"type": "module",
"main": "./lib/index.js",
"module": "./lib/index.cjs",
"types": "./lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./lib/index.js",
"require": "./lib/index.cjs"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup",
"publish:local": "npm run build && yalc publish --replace"
},
"files": [
"lib"
],
"devDependencies": {
"tsup": "^8.4.0",
"typescript": "^5.8.2"
},
"peerDependencies": {
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@mui/icons-material": "^5.0.0",
"@mui/material": "^5.0.0",
"material-react-table": ">=1.0.0 <2.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0"
},
"keywords": [
"material react table",
"material react table autocomplete",
"material react table autocomplete v1",
"material react table autocomplete excel",
"material react table autocomplete checkbox",
"material react table autocomplete multi-select",
"tanstack table",
"tanstack table autocomplete",
"react table",
"material-ui",
"material-table",
"tanstack table",
"data table"
],
"author": {
"name": "Felype Couto",
"url": "https://fcouto.dev"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/felipehimself/material-react-table-v1-autocomplete.git"
},
"homepage": "https://github.com/felipehimself/material-react-table-v1-autocomplete#readme",
"bugs": {
"url": "https://github.com/felipehimself/material-react-table-v1-autocomplete/issues"
}
}