forked from codeep/react-recaptcha-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "react-recaptcha-v3",
"version": "1.0.2",
"description": "This library helps to integrate google recaptcha into your react project easily. ",
"keywords": [
"react",
"react.js",
"react-component",
"ReCaptcha",
"g-recaptcha",
"invisible-recaptcha",
"visible-recaptcha",
"recaptcha-token"
],
"main": "dist/index.js",
"scripts": {
"start": "webpack --watch",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeep/react-recaptcha-v3.git"
},
"author": "Codeep",
"license": "MIT",
"bugs": {
"url": "https://github.com/codeep/react-recaptcha-v3/issues"
},
"homepage": "https://github.com/codeep/react-recaptcha-v3#readme",
"dependencies": {
"react": "^15.6.2",
"webpack": "^2.7.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"webpack-cli": "2.1.3"
}
}