-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.24 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
{
"name": "useformdata-hook",
"version": "2.2.0",
"description": "useFormData hook for React uncontrolled inputs.",
"main": "index.js",
"scripts": {
"test": "nyc --reporter json-summary --reporter text mocha ./*.test.*",
"badges": "npm run test && istanbul-badges-readme"
},
"keywords": [
"useForm",
"useform",
"useFormData",
"useformdata",
"use-form-data",
"useFormData-hook",
"use",
"form",
"field",
"hook",
"hooks",
"input",
"inputs",
"react",
"reactjs",
"react.js",
"ufuk",
"bakan",
"ufukbakan"
],
"repository": "https://github.com/ufukbakan/useFormData-hook",
"homepage": "https://github.com/ufukbakan/useFormData-hook#readme",
"author": "Ufuk Bakan",
"license": "MIT",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@testing-library/react": "^13.4.0",
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"chai": "^4.3.7",
"global-jsdom": "^8.6.0",
"istanbul-badges-readme": "^1.8.4",
"jsdom": "^21.0.0",
"json-summary": "^1.3.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
}
}