forked from hCaptcha/react-hcaptcha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1014 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
{
"name": "@hcaptcha/react-hcaptcha",
"version": "0.1.4",
"description": "A React library for hCaptcha",
"main": "dist/index.js",
"scripts": {
"start": "webpack-dev-server --config ./webpack.config.js --mode development",
"test": "echo \"No test specified\" && exit 0",
"transpile": "babel src -d dist --copy-files",
"prepublishOnly": "npm run transpile"
},
"peerDependencies": {
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"keywords": [
"hcaptcha",
"hcaptcha-react",
"react",
"captcha"
],
"author": "Ali Neer, Brad Peters",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"html-webpack-plugin": "^3.2.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2"
}
}