-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 1.11 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
47
48
49
{
"name": "react-insect",
"version": "1.1.6",
"main": "dist/index.js",
"license": "MIT",
"repository": "https://github.com/kadetXx/insect",
"homepage": "https://insect.vercel.app",
"description": "Highly customisable, minimalistic input x select field for React.",
"keywords": [
"select",
"input",
"forms",
"react-component",
"dropdown",
"react-select",
"react-select-multi",
"react-select-search"
],
"author": {
"name": "Kadet",
"email": "[email protected]",
"url": "https://kadet.dev"
},
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w"
},
"peerDependencies": {
"react": "^16.8.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"rollup": "^2.64.0",
"rollup-plugin-sass": "^1.2.10",
"rollup-plugin-typescript2": "^0.31.1",
"typescript": "^4.5.4"
},
"files": [
"dist"
],
"dependencies": {
"prop-types": "^15.8.1"
}
}