forked from ericgio/react-bootstrap-typeahead
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.97 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
69
70
71
72
{
"name": "react-bootstrap-typeahead",
"version": "0.8.4",
"description": "React-based typeahead using the Bootstrap theme",
"main": "lib/index.js",
"directories": {
"example": "example"
},
"scripts": {
"example": "./scripts/buildExample.sh",
"build": "./scripts/build.sh",
"lint": "eslint .",
"prepublish": "npm run lint && npm test && npm run build",
"test": "./node_modules/karma/bin/karma start karma.conf.js"
},
"keywords": [
"bootstrap",
"bootstrap-tokenizer",
"bootstrap-typeahead",
"react",
"react-bootstrap",
"react-bootstrap-tokenizer",
"react-bootstrap-typeahead",
"tokenizer",
"typeahead"
],
"author": "ericgio",
"license": "MIT",
"dependencies": {
"classnames": "^2.2.0",
"lodash": "^4.14.0",
"react-highlighter": "^0.3.3",
"react-input-autosize": "^1.1.0",
"react-onclickoutside": "^5.3.3"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.2.0",
"react-dom": "^0.14.0 || ^15.2.0"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.11.4",
"babel-core": "^6.11.4",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-lodash": "^3.2.6",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"chai": "^3.5.0",
"css-loader": "^0.23.1",
"eslint": "^3.1.1",
"eslint-plugin-react": "^5.2.2",
"karma": "^1.1.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-mocha": "^1.1.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"lodash-webpack-plugin": "^0.9.3",
"mocha": "^2.5.3",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.1"
},
"repository": {
"type": "git",
"url": "https://github.com/ericgio/react-bootstrap-typeahead.git"
},
"bugs": "https://github.com/ericgio/react-bootstrap-typeahead/issues"
}