-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.26 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
{
"name": "react-awesome-captcha",
"version": "1.2.3",
"description": "A awesome captcha component for react js",
"main": "./index.js",
"scripts": {
"test": "jest",
"build": "babel src --out-dir ./"
},
"repository": {
"type": "git",
"url": "https://github.com/ShejanMahamud/react-awesome-captcha.git"
},
"keywords": [
"react recaptcha",
"react captcha",
"recaptcha react",
"react simple captcha",
"react awesome captcha"
],
"author": "Shejan Mahamud",
"license": "MIT",
"bugs": {
"url": "https://github.com/ShejanMahamud/react-awesome-captcha/issues"
},
"dependencies": {
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
},
"homepage": "https://github.com/ShejanMahamud/react-awesome-captcha",
"devDependencies": {
"@babel/cli": "^7.24.7",
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"autoprefixer": "^10.4.19",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0"
}
}