-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.42 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
{
"name": "@zerogachis/smartway-react-native-ui",
"version": "0.6.1",
"description": "test",
"source": "src/index",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"*.podspec",
"!ios/build",
"!android/build",
"!android/gradle",
"!android/gradlew",
"!android/gradlew.bat",
"!android/local.properties",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"!**/.*"
],
"scripts": {
"test": "jest",
"tsc": "tsc --project tsconfig.build.json",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"type:check": "tsc"
},
"keywords": [
"react-native",
"ios",
"android"
],
"repository": "https://github.com/ZeroGachis//smartway-react-native-ui",
"author": "Smartway <[email protected]> (https://github.com/ZeroGachis/)",
"bugs": {
"url": "https://github.com/ZeroGachis//smartway-react-native-ui/issues"
},
"homepage": "https://github.com/ZeroGachis//smartway-react-native-ui#readme",
"publishConfig": {
"@ZeroGachis:registry": "https://npm.pkg.github.com"
},
"dependencies": {
"@zerogachis/smartway-design-token": "0.2.0"
},
"devDependencies": {
"@testing-library/react-native": "^12.4.3",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.0",
"@types/react-native": "^0.73.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "19.0.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.7.0",
"jest-junit": "^15.0.0",
"pod-install": "^0.2.2",
"prettier": "3.2.5",
"prettier-eslint": "^16.3.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.2.2"
},
"resolutions": {
"@types/react": "^18.0.24"
},
"peerDependencies": {
"@gorhom/bottom-sheet": "*",
"react": "*",
"react-native": "*",
"react-native-device-info": "*",
"react-native-drop-shadow": "*",
"react-native-gesture-handler": "*",
"react-native-icomoon": "*",
"react-native-linear-gradient": "*",
"react-native-paper": "*",
"react-native-reanimated": "*",
"react-native-safe-area-context": "*",
"react-native-svg": "*",
"react-native-vector-icons": "*"
}
}