forked from arjunkomath/react-giphy-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.56 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
{
"name": "react-giphy-component",
"version": "1.0.5",
"description": "A react gif picker component using giphy API",
"main": "lib/Picker.js",
"author": "Arjun Komath <[email protected]>",
"scripts": {
"build": "webpack --config ./webpack.config.js",
"example": "webpack --config ./example/webpack.config.js",
"serve": "node ./example/server.js",
"start": "npm run example && npm run serve",
"test": "jest --detectOpenHandles",
"david": "david"
},
"repository": {
"type": "git",
"url": "https://github.com/arjunkomath/react-giphy-picker"
},
"license": "MIT",
"peerDependencies": {
"react": "^15.1.0"
},
"dependencies": {
"prop-types": "^15.6.1",
"react-infinite-scroller": "^1.1.4",
"styled-components": "3.0.2",
"whatwg-fetch": "^2.0.2"
},
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-core": "^6.9.1",
"babel-loader": "7.1.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.9.0",
"david": "^11.0.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"express": "^4.13.4",
"jest": "^23.1.0",
"json-loader": "^0.5.4",
"react": "16.4.1",
"react-addons-test-utils": "^15.1.0",
"react-dom": "16.4.1",
"sinon": "^6.0.0",
"webpack": "3.8.1",
"webpack-cli": "^3.0.6"
},
"keywords": [
"react",
"react-component",
"giphypicker",
"giphy-picker",
"react giphy picker",
"react-giphy-picker",
"react-giphy",
"giphy"
]
}