-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·58 lines (58 loc) · 1.7 KB
/
package.json
File metadata and controls
executable file
·58 lines (58 loc) · 1.7 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
54
55
56
57
58
{
"name": "@jereztech/react-elements",
"version": "1.1.5",
"description": "A bundle of components for React projects.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc --build",
"test": "jest",
"prepare": "npm run clean && npm run build",
"clean": "sudo rm -rf dist",
"reinstall": "sudo rm -rf node_modules package-lock.json && npm install --force"
},
"files": [
"dist"
],
"dependencies": {
"libphonenumber-js": "^1.12.6",
"react-native-vector-icons": "^10.2.0",
"rxjs": "^7.8.1"
},
"peerDependencies": {
"react": "^19.0.0",
"react-native": "^0.77.1"
},
"devDependencies": {
"@babel/core": "^7.26.9",
"@testing-library/react-native": "^13.0.1",
"@types/jest": "^29.5.14",
"@types/react": "^18.3.18",
"@types/react-native": "^0.72.8",
"@types/react-native-vector-icons": "^6.4.18",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"metro-react-native-babel-preset": "^0.77.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
},
"keywords": [
"React",
"React Native",
"Autocomplete",
"Country Selector",
"Language Switcher",
"Phone Input"
],
"author": "Jerez Tech (https://jereztech.com)",
"license": "GPLv3.0",
"homepage": "https://github.com/jereztech/react-elements#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/jereztech/react-elements.git"
},
"bugs": {
"url": "https://github.com/jereztech/react-elements/issues"
}
}