-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
100 lines (100 loc) · 3.05 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
98
99
100
{
"name": "react-native-focal",
"version": "0.1.8-alpha.1",
"description": "Humble kit to professionally handle the focus/blur experience for controlled components.",
"author": "ylkhayat",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ylkhayat/react-native-focal.git"
},
"keywords": [
"react-native",
"refs",
"focal",
"react-native-focal",
"blurring"
],
"main": "dist/index.js",
"engines": {
"node": ">=20"
},
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w",
"test": "jest",
"test:build": "run-s build",
"test:lint": "eslint .",
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
"test:watch": "react-scripts test --env=jsdom"
},
"peerDependencies": {
"react": "18.3.1",
"react-native": "0.76.3",
"react-native-gesture-handler": "2.21.2"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.25.9",
"@babel/plugin-transform-private-methods": "7.25.9",
"@babel/preset-typescript": "7.26.0",
"@babel/runtime": "7.26.0",
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-node-resolve": "15.3.0",
"@testing-library/react-native": "12.9.0",
"@types/jest": "29.5.14",
"@types/lodash.get": "4.4.9",
"@types/lodash.isfunction": "3.0.9",
"@types/lodash.set": "4.3.9",
"@types/lodash.uniqueid": "4.0.9",
"@types/lodash.unset": "4.5.9",
"@types/react": "18.3.12",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"babel-jest": "29.7.0",
"babel-plugin-module-resolver": "5.0.2",
"chalk": "5.3.0",
"cross-env": "7.0.3",
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard": "17.1.0",
"eslint-config-standard-react": "13.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-n": "17.14.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-react": "7.37.2",
"gh-pages": "6.2.0",
"jest": "29.7.0",
"jest-config": "29.7.0",
"jest-environment-node": "29.7.0",
"metro-react-native-babel-preset": "0.77.0",
"microbundle-crl": "0.13.11",
"npm-run-all2": "7.0.1",
"prettier": "3.4.1",
"react": "18.3.1",
"react-native": "0.76.3",
"react-test-renderer": "18.3.1",
"regenerator-runtime": "0.14.1",
"rollup": "4.28.0",
"rollup-plugin-delete": "2.1.0",
"rollup-plugin-dts": "6.1.1",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-typescript2": "0.36.0",
"tslib": "2.8.1",
"typescript": "5.7.2"
},
"files": [
"dist/*"
],
"dependencies": {
"lodash.get": "4.4.2",
"lodash.isfunction": "3.0.9",
"lodash.set": "4.3.2",
"lodash.uniqueid": "4.0.1",
"lodash.unset": "4.5.2",
"react-native-gesture-handler": "2.21.2"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}