-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 2.31 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "react-performant-forms",
"version": "1.2.40",
"private": false,
"author": "Ferm0494",
"license": "MIT",
"keywords": [
"react",
"react-forms",
"rerenderings",
"many-form-inputs",
"performant-inputs",
"form-state-handler",
"form-react-hooks",
"general-react-hooks",
"paginated-scroll",
"scroll-pagination",
"react-hooks",
"react-performant-forms",
"react performant forms",
"react forms",
"react form hooks",
"scroll pagination hook",
"useResponsive",
"useResponsive hook"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Ferm0494/react-performant-forms.git"
},
"dependencies": {
"lodash": "^4.17.21",
"react-scripts": "5.0.0",
"web-vitals": "^2.1.0"
},
"main": "dist/index.js",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"lint": "eslint . --fix",
"build": "rollup -c",
"start": "rollup -c -w",
"test": "jest"
},
"jest": {
"transform": {
".(ts|tsx)": "ts-jest"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"modulePathIgnorePatterns": [
"<rootDir>/dist/"
]
},
"peerDependencies": {
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/react-hooks": "^3.4.1",
"@types/jest": "^26.0.7",
"@types/lodash": "^4.14.180",
"@types/react": "^16.3.13",
"@types/react-dom": "^16.0.5",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"eslint": "^8.13.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"jest": "^26.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-test-renderer": "^16.13.1",
"rollup": "^1.29.0",
"rollup-plugin-sass": "^1.2.2",
"rollup-plugin-typescript2": "^0.30.0",
"rollup-plugin-uglify": "^6.0.4",
"ts-jest": "^26.1.3",
"typescript": "^4.4.2"
},
"files": [
"dist"
]
}