-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.13 KB
/
package.json
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
{
"name": "rr-multi-select",
"version": "1.0.0",
"description": "A Simple multiple select React component with type to search feature that can handle thousands of data (up to 5000) with minimum latency",
"main": "dist/index.cjs.js",
"repository": {
"type": "git",
"url": "git+https://github.com/reggarantai/rr-multi-select.git"
},
"author": "reggarantai",
"license": "MIT",
"private": false,
"keywords": [
"react",
"typeahead",
"multi",
"multiple",
"select",
"multiple select",
"multi select",
"dropdown"
],
"scripts": {
"build": "rollup -c"
},
"peerDependencies": {
"lodash": "^4.x",
"react": ">=16.x",
"react-dom": ">=16.x"
},
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.17.10",
"@babel/plugin-transform-runtime": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@babel/preset-react": "^7.16.7",
"@rollup/plugin-babel": "^5.3.1",
"autoprefixer": "^10.4.7",
"rollup": "^2.72.0",
"rollup-plugin-styles": "^4.0.0",
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"@babel/runtime": "^7.17.9"
}
}