forked from shoutem/ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.55 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "@shoutem/ui",
"version": "0.23.4",
"description": "Styleable set of components for React Native applications",
"dependencies": {
"@shoutem/animation": "~0.12.0",
"@shoutem/theme": "~0.11.0",
"babel-plugin-transform-decorators-legacy": "~1.3.4",
"buffer": "~4.5.1",
"events": "1.1.0",
"html-entities": "~1.2.0",
"htmlparser2": "~3.9.0",
"lodash": "~4.17.4",
"qs": "~4.0.0",
"react-native-lightbox": "shoutem/react-native-lightbox#v0.7.2",
"react-native-linear-gradient": "~2.2.0",
"react-native-transformable-image": "shoutem/react-native-transformable-image#v0.0.20",
"react-native-vector-icons": "~4.3.0",
"react-native-photo-view": "~1.5.0",
"react-native-navigation-experimental-compat": "shoutem/react-native-navigation-experimental-compat#fbce4b9e478f808634a98dac48901ec6ed4ee9fd",
"stream": "0.0.2",
"tinycolor2": "~1.3.0",
"prop-types": "^15.5.10"
},
"peerDependencies": {
"react": "^16.0.0",
"react-native": ">=0.40.0"
},
"devDependencies": {
"babel": "^6.3.26",
"babel-preset-react-native": "^1.9.0",
"chai": "^3.4.1",
"deep-freeze": "0.0.1",
"enzyme": "^2.0.0-rc1",
"mocha": "^2.3.4",
"react-addons-test-utils": "^15.3.1",
"react-dom": "^15.3.1",
"react-native-mock": "^0.2.5"
},
"scripts": {
"test": "mocha -R spec --require test-utils/setup.js --require react-native-mock/mock.js --compilers js:babel-core/register $(find . -name '*.spec.js' ! -ipath '*node_modules*')"
},
"rnpm": {
"assets": [
"fonts"
],
"commands": {
"postlink": "node ./node_modules/@shoutem/ui/scripts/link.js"
}
},
"homepage": "http://shoutem.github.io/docs/ui-toolkit/introduction",
"bugs": {
"url": "https://github.com/shoutem/ui/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:shoutem/ui.git"
},
"license": "BSD-3-Clause",
"maintainers": [
{
"email": "[email protected]",
"name": "bAndelic"
},
{
"email": "[email protected]",
"name": "morrigan"
},
{
"email": "[email protected]",
"name": "MrBr"
},
{
"email": "[email protected]",
"name": "SoHotSoup"
},
{
"email": "[email protected]",
"name": "tenodi"
},
{
"email": "[email protected]",
"name": "Vunovati"
},
{
"email": "[email protected]",
"name": "Vladimir-Vdovic"
},
{
"email": "[email protected]",
"name": "zrumenjak"
}
]
}