This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
forked from ericgio/react-bootstrap-typeahead
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.48 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "react-bootstrap-typeahead",
"version": "1.4.2",
"description": "React-based typeahead using the Bootstrap theme",
"main": "lib/index.js",
"directories": {
"example": "example"
},
"scripts": {
"build": "./scripts/build.sh",
"example": "./scripts/buildExample.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",
"create-react-class": "^15.5.2",
"invariant": "^2.2.1",
"lodash": "^4.17.2",
"prop-types": "^15.5.8",
"react-highlighter": "^0.4.0",
"react-input-autosize": "^1.1.4",
"react-onclickoutside": "^5.7.0",
"react-overlays": "^0.7.0",
"react-prop-types": "^0.4.0",
"warning": "^3.0.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.2.0",
"react-dom": "^0.14.0 || ^15.2.0"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.11.4",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.4",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-lodash": "^3.2.6",
"babel-plugin-transform-react-remove-prop-types": "^0.3.2",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-1": "^6.16.0",
"chai": "^3.5.0",
"css-loader": "^0.26.1",
"es6-promise": "^4.0.5",
"eslint": "^3.1.1",
"eslint-config-ericgio": "^1.1.0",
"eslint-plugin-react": "^6.9.0",
"highlight.js": "^9.9.0",
"isomorphic-fetch": "^2.2.1",
"json-loader": "^0.5.4",
"karma": "^1.1.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-mocha": "^1.1.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.2",
"marked": "^0.3.6",
"mocha": "^3.2.0",
"raw-loader": "^0.5.1",
"react": "^15.2.1",
"react-bootstrap": "^0.31.0",
"react-dom": "^15.2.1",
"react-test-renderer": "^15.5.4",
"react-waypoint": "^5.0.3",
"style-loader": "^0.13.1",
"webpack": "^1.13.1"
},
"repository": {
"type": "git",
"url": "https://github.com/everwise/react-bootstrap-typeahead.git"
},
"bugs": "https://github.com/everwise/react-bootstrap-typeahead/issues"
}