-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.44 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.44 KB
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
{
"name": "@algotech-software/avoidable",
"version": "1.0.2",
"description": "React Native Keyboard Aware component",
"main": "index.js",
"scripts": {
"test": "jest",
"coverage": "jest --collectCoverage"
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "*",
"react-native": "*"
},
"dependencies": {
"react-native-safe-area-context": "4.5.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/algotech/avoidable.git"
},
"keywords": [
"Keyboard",
"Avoidable"
],
"author": "Algotech",
"license": "ISC",
"bugs": {
"url": "https://github.com/algotech/avoidable/issues"
},
"homepage": "https://github.com/algotech/avoidable#readme",
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.10.4",
"@babel/preset-flow": "^7.18.6",
"@babel/preset-react": "^7.10.4",
"@babel/runtime": "^7.18.9",
"@testing-library/jest-native": "^4.0.11",
"@testing-library/react-native": "^11.0.0",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^28.1.3",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"react": "18.2.0",
"react-native": "^0.71.0",
"ts-jest": "^28.0.8",
"typescript": "^4.7.4"
}
}