-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.22 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
{
"name": "react-input-autosugest",
"version": "0.0.1-rc.4",
"description": "An atuo sugestion search box",
"main": "build/index.js",
"repository": {
"type": "git",
"url": "https://github.com/vinils/react-input-autosugest.git"
},
"bugs": {
"url": "https://github.com/vinils/react-input-autosugest/issues/"
},
"homepage": "https://github.com/vinils/react-input-autosugest/",
"peerDependencies": {
"react": "^16.4.2"
},
"dependencies": {
"react": "^16.4.2",
"webpack": "^3.8.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch",
"build": "webpack"
},
"author": {
"name": "vinils",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"autocomplete",
"autocomplete-search",
"react",
"react-autocomplete",
"search-box"
],
"devDependencies": {
"babel-core": "^6.5.1",
"babel-eslint": "^8.2.6",
"babel-loader": "^6.2.2",
"babel-plugin-react-transform": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.5.2"
}
}