-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.08 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.08 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
{
"name": "react-native-better-styles",
"version": "0.1.85",
"description": "Build better functional styles for react-native app",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"build": "rm -rf lib/* && tsc",
"build:watch": "rm -rf lib/* && tsc --project tsconfig.json --watch --pretty",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeamigos/react-native-better-styles.git"
},
"keywords": [
"react",
"react-native",
"typescript",
"stylesheet",
"styles",
"style",
"generation"
],
"author": "Slava Kovalenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/codeamigos/react-native-better-styles/issues"
},
"files": [
"lib/"
],
"homepage": "https://github.com/codeamigos/react-native-better-styles#readme",
"dependencies": {
"@types/color": "^3.0.0",
"@types/lodash": "^4.14.85",
"@types/react-native": "^0.60.24",
"color": "^3.1.2",
"lodash": "^4.17.15",
"typescript": "^3.7.3"
}
}