-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
56 lines (56 loc) · 1.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
{
"name": "rn-themist",
"version": "0.0.40",
"description": "Material-UI way of theming RN Components",
"main": "./dist/index.js",
"_location": "/rn-themist",
"types": "./dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && tsc"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/sirajalam049/rn-themist.git"
},
"keywords": [
"React",
"Native",
"ReactJS",
"Material-UI",
"Native",
"Base",
"Theming",
"Mithya",
"Labs"
],
"author": "Siraj Alam",
"license": "ISC",
"bugs": {
"url": "https://github.com/sirajalam049/rn-themist/issues"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/sirajalam049/rn-themist#readme",
"dependencies": {
"@types/lodash": "^4.14.144",
"@types/node": "^12.11.1",
"lodash": "^4.17.15"
},
"peerDependencies": {
"react": ">=16.12.0",
"react-native": ">=0.60.1"
},
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/runtime": "7.5.5",
"@types/react": "17.0.0",
"@types/react-native": "^0.61.1",
"babel-jest": "^24.9.0",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "0.55.0",
"react": "^16.12.0",
"react-native": "^0.61.5",
"typescript": "4.1.3"
}
}