-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 802 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 802 Bytes
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
{
"name": "react-native-sugar-style",
"version": "0.1.22",
"description": "React Native Stylesheet alternative with theme support",
"author": "mohit23x",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mohit23x/react-native-sugar-style.git"
},
"main": "./build/index.js",
"scripts": {
"prepare": "npm run build",
"build": "tsc"
},
"keywords": [
"react native",
"theme",
"StyleSheet",
"sugar"
],
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-native": "^0.71.3",
"eslint-config-react-native-typescript": "^2.2.5",
"prettier": "2.3.2",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"dependencies": {}
}