-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.09 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
{
"name": "klazify",
"version": "1.1.6-beta1d",
"description": "Fast, Reusable, React Native stylesheets classes.",
"main": "index.js",
"scripts": {
"publish": "npm publish"
},
"repository": {
"url": "git+https://github.com/ningacoding/klazify.git",
"type": "git"
},
"keywords": [
"react-native",
"css",
"class",
"klazify"
],
"author": "klazify",
"license": "ISC",
"dependencies": {
"color": "3.2.1",
"lodash.get": "4.4.2",
"lodash.keys": "4.2.0",
"lodash.merge": "4.6.2",
"lodash.mergewith": "4.6.2",
"lodash.pick": "4.4.0",
"lodash.isempty": "^4.4.0",
"react-native-animatable": "^1.3.3",
"react-native-extended-stylesheet": "0.12.0",
"react-native-material-menu": "~1.2.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-animatable": "^1.3.3",
"react-native-material-menu": "^1.2.0"
},
"devDependencies": {
"@types/color": "^3.0.3",
"@types/react": "^17.0.39",
"@types/react-native": "^0.66.15",
"react": "^17.0.2",
"react-native": "^0.67.2"
}
}