-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 972 Bytes
/
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
{
"name": "react-searchbox-awesome",
"version": "1.0.2",
"description": "The coolest searchbox for React.js!",
"homepage": "https://github.com/axmz/react-searchbox-awesome",
"repository": {
"type": "git",
"url": "https://github.com/axmz/react-searchbox-awesome"
},
"main": "./build/index.js",
"dependencies": {
"normalize.css": "^8.0.1"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"babel-loader": "^8.0.6",
"css-loader": "^5.2.6",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"style-loader": "^1.0.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"peerDependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"scripts": {
"build": "webpack"
},
"keywords": [
"react",
"searchbox",
"awesome",
"filter",
"search",
"component"
],
"author": "axmz",
"license": "ISC"
}