This repository has been archived by the owner on Nov 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
59 lines (59 loc) · 1.45 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
50
51
52
53
54
55
56
57
58
59
{
"name": "react-select-input",
"version": "1.0.5",
"description": "react-select-input React component",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-react-component --copy-files",
"clean": "nwb clean-module && nwb clean-demo",
"start": "nwb serve-react-demo",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server",
"deploy": "gh-pages -d demo/dist"
},
"dependencies": {
"prop-types": "^15.6.2",
"react-autosize-textarea": "^0.4.8"
},
"peerDependencies": {
"react": "15.x"
},
"devDependencies": {
"eslint": "^5.4.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react": "^7.11.1",
"gh-pages": "^1.0.0",
"nwb": "0.18.x",
"prettier": "^1.14.2",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"babel-eslint": "^8.2.6"
},
"author": "Samrith Shankar",
"homepage": "https://samrith-s.github.io/react-select-input",
"license": "MIT",
"repository": "https://github.com/samrith-s/react-select-input",
"keywords": [
"react-component",
"input",
"select",
"input select combo",
"select dropdown",
"custom select",
"searchable",
"searchable select",
"free input",
"free select"
],
"sideEffects": false
}