forked from shoutem/ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.14 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.14 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
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
{
"name": "@shoutem/ui",
"version": "0.9.2-beta.0",
"description": "Styleable set of components for React Native applications",
"dependencies": {
"buffer": "^4.5.1",
"events": "1.1.0",
"html-entities": "^1.2.0",
"htmlparser2": "^3.9.0",
"lodash": "^4.15.0",
"@shoutem/animation": "^0.8.6",
"stream": "0.0.2",
"tinycolor2": "^1.3.0",
"react-native-maps": "5minutes/react-native-maps#friends-with-28",
"react-native-lightbox": "shoutem/react-native-lightbox",
"react-native-share": "^1.0.13",
"react-native-vector-icons": "^2.0.3",
"@shoutem/theme": "^0.8.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4"
},
"peerDependencies": {
"react": "^15.0.0",
"react-native": ">=0.28.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*')",
"postinstall": "react-native link"
},
"rnpm": {
"assets": [
"fonts"
]
},
"homepage": "http://shoutem.github.io/docs/ui-toolkit/introduction",
"bugs": {
"url": "https://github.com/shoutem/ui/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:shoutem/ui.git"
},
"license": "BSD-3-Clause",
"maintainers": [
{
"email": "bruna.andjelic@gmail.com",
"name": "bAndelic"
},
{
"email": "belma.dzi@gmail.com",
"name": "morrigan"
},
{
"email": "luka.bracanovic@shoutem.com",
"name": "MrBr"
},
{
"email": "ivan@shoutem.com",
"name": "SoHotSoup"
},
{
"email": "tomislav.tenodi@shoutem.com",
"name": "tenodi"
},
{
"email": "vladimir@shoutem.com",
"name": "Vunovati"
},
{
"email": "zeljko@shoutem.com",
"name": "zrumenjak"
}
]
}