-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
161 lines (161 loc) · 4.53 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "@adaptui/react-native-tailwind",
"version": "1.0.0",
"description": "Collection of components that are accessible, composable, customizable from low level to build your own UI & Design System",
"keywords": [
"react-native",
"ios",
"android"
],
"homepage": "https://github.com/adaptui/react-native-tailwind.git#readme",
"bugs": {
"url": "https://github.com/adaptui/react-native-tailwind.git/issues"
},
"repository": "https://github.com/adaptui/react-native-tailwind.git",
"license": "MIT",
"author": "Timeless <[email protected]>",
"sideEffects": false,
"main": "lib/commonjs/index",
"module": "lib/module/index",
"source": "src/index",
"react-native": "src/index",
"types": "lib/typescript/index.d.ts",
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"react-native-system.podspec",
"!lib/typescript/example",
"!android/build",
"!ios/build",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__"
],
"scripts": {
"postinstall": "husky install",
"bootstrap": "yarn example && yarn",
"example": "yarn --cwd example",
"types:check": "tsc --noEmit",
"lint": "eslint --color --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "eslint --color --ext .js,.jsx,.ts,.tsx . --fix",
"format": "prettier --check \"./**/*.{html,css,js,jsx,ts,tsx,md,json}\"",
"format:fix": "prettier -wl \"./**/*.{html,css,js,jsx,ts,tsx,md,json}\"",
"format:package": "sort-package-json package.json",
"test": "jest",
"prebuild": "rimraf lib",
"build": "bob build",
"prepublishOnly": "pinst --disable",
"release": "release-it",
"postpublish": "pinst --enable",
"commit": "gacp",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"fix:dependencies": "yarn rnx-align-deps --write"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"lint-staged": {
"**/*.{js,jsx,tx,tsx}": [
"yarn lint:fix"
],
"**/*.{html,css,js,jsx,ts,tsx,md,json}": [
"yarn format:fix"
]
},
"jest": {
"modulePathIgnorePatterns": [
"<rootDir>/example/node_modules",
"<rootDir>/lib/"
],
"preset": "react-native"
},
"dependencies": {
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@chakra-ui/hooks": "2.2.0",
"@gorhom/bottom-sheet": "5.0.0-alpha.3",
"@react-aria/focus": "^3.16.2",
"@react-aria/visually-hidden": "^3.8.3",
"@react-stately/checkbox": "^3.4.4",
"@react-stately/toggle": "^3.6.1",
"lodash": "^4.17.21",
"react-native-popper": "^0.3.2",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"twrnc": "^3.6.4"
},
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/eslint-parser": "7.18.9",
"@babel/helper-string-parser": "^7.19.4",
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.3.0",
"@react-native-community/eslint-config": "3.0.3",
"@release-it/conventional-changelog": "5.0.0",
"@types/jest": "29.1.2",
"@types/react": "^18.2.0",
"@types/react-native": "^0.72.2",
"all-contributors-cli": "6.20.0",
"commitlint": "17.0.3",
"eslint": "8.20.0",
"eslint-plugin-ft-flow": "^2.0.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-simple-import-sort": "8.0.0",
"expo-haptics": "12.4.0",
"gacp": "3.0.2",
"husky": "8.0.1",
"jest": "^26.6.3",
"lint-staged": "13.0.3",
"metro-react-native-babel-preset": "^0.73.4",
"pinst": "3.0.0",
"prettier": "^2.8.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.72.4",
"react-native-builder-bob": "0.21.3",
"react-native-gesture-handler": "^2.12.0",
"react-native-reanimated": "3.3.0",
"react-native-svg": "15.1.0",
"release-it": "15.10.3",
"sort-package-json": "2.5.1",
"typescript": "^4.8.4"
},
"peerDependencies": {
"expo-haptics": "12.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.4",
"react-native-gesture-handler": "2.12.0",
"react-native-reanimated": "3.3.0",
"react-native-svg": "13.9.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"gacp": {
"add": false,
"push": false,
"emoji": "emoji",
"editor": false
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
}
}