forked from rkit/react-select2-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.76 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
61
62
63
64
65
66
67
68
{
"name": "react-select2-wrapper",
"version": "1.0.2",
"description": "React component for Select2",
"main": "lib/components/Select2.js",
"files": [
"lib",
"src",
"css"
],
"scripts": {
"start": "cd examples && node server.js",
"watch": "cd examples && webpack --watch",
"build": "cd examples && webpack -p",
"compile": "babel -d lib/ src/",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "https://github.com/rkit/react-select2-wrapper"
},
"keywords": [
"react-component",
"select2",
"tags",
"multiselect",
"select",
"input"
],
"dependencies": {
"select2": "^4.0.0",
"shallow-equal-fuzzy": "^0.0.2"
},
"devDependencies": {
"babel": "^6.3.26",
"babel-cli": "^6.4.5",
"babel-core": "^6.4.5",
"babel-eslint": "^4.1.6",
"babel-loader": "^6.2.1",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"css-loader": "^0.23.1",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^4.0.0",
"eslint-plugin-react": "^3.16.1",
"extract-text-webpack-plugin": "^1.0.1",
"jquery": ">=2.1.4",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-hot-loader": "^1.3.0",
"style-loader": "^0.13.0",
"webpack": "^1.12.11",
"webpack-dev-server": "^1.14.1"
},
"peerDependencies": {
"jquery": ">=2.1.4",
"react": "^0.14.0 || ^15.0.0-rc || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0-rc || ^15.0.0"
},
"author": "Igor Romanov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rkit/react-select2-wrapper/issues"
},
"homepage": "https://github.com/rkit/react-select2-wrapper"
}