forked from ericgio/react-bootstrap-typeahead
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
151 lines (151 loc) · 4.6 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "react-bootstrap-typeahead",
"version": "4.2.3",
"description": "React typeahead with Bootstrap styling",
"homepage": "http://ericgio.github.io/react-bootstrap-typeahead/",
"author": "ericgio",
"license": "MIT",
"files": [
"css/",
"dist/",
"docs/",
"es/",
"lib",
"LICENSE.md"
],
"main": "lib/index.js",
"module": "es/index.js",
"repository": {
"type": "git",
"url": "https://github.com/ericgio/react-bootstrap-typeahead.git"
},
"bugs": "https://github.com/ericgio/react-bootstrap-typeahead/issues",
"scripts": {
"build": "npm run clean && npm run build:css && npm run build:cjs && npm run build:es && npm run build:dist && npm run build:example",
"build:css": "node ./scripts/buildCSS.js",
"build:dist": "rollup -c",
"build:cjs": "BABEL_ENV=cjs babel src --out-dir lib",
"build:es": "BABEL_ENV=es babel src --out-dir es",
"build:example": "webpack --mode production --config example/webpack.config.js",
"check": "npm run lint && npm run flow && npm test",
"clean": "rimraf coverage && rimraf css && rimraf dist && rimraf lib && rimraf es",
"deploy-example": "node ./scripts/deployExample.js",
"flow": "flow",
"lint": "eslint . --report-unused-disable-directives",
"lint:fix": "eslint . --fix",
"postpublish": "npm run deploy-example",
"prepublishOnly": "npm run check && npm run build",
"start": "webpack --mode development -w --progress --config example/webpack.config.js",
"test": "jest --silent",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@babel/runtime": "^7.3.4",
"classnames": "^2.2.0",
"fast-deep-equal": "^3.1.1",
"invariant": "^2.2.1",
"lodash.debounce": "^4.0.8",
"prop-types": "^15.5.8",
"react-overlays": "^1.0.0",
"react-popper": "^1.0.0",
"scroll-into-view-if-needed": "^2.2.20",
"warning": "^4.0.1"
},
"peerDependencies": {
"react": ">=16.3.0",
"react-dom": ">=16.3.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.2.3",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@ericgio/eslint-config-react": "^6.0.0",
"@rollup/plugin-babel": "^5.0.2",
"@rollup/plugin-commonjs": "^12.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"@rollup/plugin-replace": "^2.3.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-transform-imports": "^2.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.6",
"circular-dependency-plugin": "^5.0.2",
"coveralls": "^3.0.3",
"css-loader": "^3.0.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.5.0",
"es6-promise": "^4.0.5",
"eslint": "^6.0.1",
"eslint-plugin-flowtype": "^4.3.0",
"flow-bin": "^0.125.1",
"gh-pages": "^2.0.1",
"husky": "^4.2.3",
"isomorphic-fetch": "^2.2.1",
"jest": "^24.0.0",
"json-loader": "^0.5.4",
"lint-staged": "^10.0.8",
"lodash": "^4.17.11",
"marked": "^1.1.0",
"node-sass": "^4.5.3",
"raw-loader": "^4.0.0",
"react": "^16.5.0",
"react-axe": "^3.4.1",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.5.0",
"react-prism": "^4.3.2",
"react-test-renderer": "^16.5.0",
"react-waypoint": "^9.0.0",
"reactstrap": "^8.1.1",
"rimraf": "^3.0.0",
"rollup": "^2.0.5",
"rollup-plugin-size-snapshot": "^0.12.0",
"rollup-plugin-terser": "^6.1.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"terser-webpack-plugin": "^3.0.2",
"webpack": "^4.6.0",
"webpack-cli": "^3.1.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged && flow",
"pre-push": "npm run check"
}
},
"lint-staged": {
"*.js": "eslint --report-unused-disable-directives"
},
"keywords": [
"auto complete",
"auto suggest",
"auto-complete",
"auto-suggest",
"autocomplete",
"autosuggest",
"bootstrap",
"bootstrap tokenizer",
"bootstrap typeahead",
"bootstrap-tokenizer",
"bootstrap-typeahead",
"react",
"react autocomplete",
"react autosuggest",
"react tokenizer",
"react typeahead",
"react-autocomplete",
"react-autosuggest",
"react-bootstrap",
"react-bootstrap-tokenizer",
"react-bootstrap-typeahead",
"react-tokenizer",
"react-typeahead",
"tokenizer",
"typeahead"
]
}