forked from jaredh159/tailwind-react-native-classnames
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.43 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
{
"name": "tailwind-react-native-classnames",
"version": "1.4.0",
"description": "simple, expressive API for tailwindcss + react-native",
"author": "Jared Henderson <[email protected]>",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
"test": "fldev test",
"lint": "fldev lint",
"lint:fix": "fldev lint:fix",
"ts:check": "fldev ts:check",
"format": "fldev format",
"compile": "fldev ts:compile",
"prepublishOnly": "rm -rf ./dist && npm run compile && node ./dist/create-styles.js"
},
"bin": {
"trnc-create-styles": "./dist/create-styles.js"
},
"dependencies": {
"css": "^3.0.0",
"css-to-react-native": "^3.0.0",
"postcss": "^8.2.1",
"x-chalk": "^1.0.1"
},
"peerDependencies": {
"react-native": "^0.63.0"
},
"devDependencies": {
"@friends-library/dev": "~4.3.1",
"@types/css": "0.0.31",
"@types/css-to-react-native": "^3.0.0",
"@types/react-native": "^0.63.41",
"@types/tailwindcss": "^2.0.5",
"react-native": "^0.63.4",
"tailwindcss": "^2.1.4"
},
"homepage": "https://github.com/jaredh159/tailwind-react-native-classnames",
"repository": {
"type": "git",
"url": "https://github.com/jaredh159/tailwind-react-native-classnames.git"
},
"bugs": {
"url": "https://github.com/jaredh159/tailwind-react-native-classnames/issues"
},
"keywords": [
"tailwind",
"tailwindcss",
"react-native",
"classnames"
]
}