-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
60 lines (60 loc) · 1.77 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
60
{
"name": "react-duallist",
"version": "1.1.6",
"private": false,
"description": "A React based searchable, sortable and fully customizable dual list.",
"main": "lib/index.js",
"scripts": {
"build:example": "reactpack --no-extract --no-source-map --no-html example/index.js example/",
"prepublish": "./node_modules/.bin/babel -d lib src/"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/jyotirmaybanerjee/react-duallist.git"
},
"keywords": [
"React",
"dual list",
"searchable",
"sortable",
"component",
"multiple",
"multiselect",
"listbox",
"custom icons",
"no dependecies"
],
"author": "Jyotirmay Banerjee <[email protected]> (jyotirmaybanerjee.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jyotirmaybanerjee/react-duallist/issues"
},
"homepage": "https://rawgit.com/jyotirmaybanerjee/react-duallist/master/example/examples.html",
"peerDependencies": {
"react": "^16.0.0 || ^15.0.0 || ^0.14.0"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-eslint": "^8.2.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-2": "^6.5.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-babel": "^5.0.0",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"eslint-rules": "^0.4.3",
"eslint_d": "^5.2.2",
"react": "^16.3.1",
"react-autosuggest": "^9.3.4",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.3.1",
"react-input-autosize": "^2.2.1",
"react-syntax-highlighter": "^7.0.2",
"reactpack": "^0.9.0"
}
}