forked from shoutem/ui
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.47 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.47 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
85
86
87
88
89
90
91
{
"name": "@shoutem/ui",
"version": "0.21.3",
"description": "Styleable set of components for React Native applications",
"dependencies": {
"@shoutem/animation": "github:shoutem/animation#6b35a9b13910dc5f71215a7ad5757a06ca3c01a1",
"@shoutem/theme": "github:shoutem/theme.git#develop",
"babel-plugin-transform-decorators-legacy": "~1.3.4",
"buffer": "^5.0.7",
"events": "^1.1.1",
"html-entities": "~1.2.0",
"htmlparser2": "~3.9.0",
"lodash": "^4.17.4",
"prop-types": "^15.5.10",
"qs": "^6.5.1",
"react-native-lightbox": "0.7.0",
"react-native-linear-gradient": "^2.3.0",
"react-native-navigation-experimental-compat": "1.1.0",
"react-native-photo-view": "^1.4.0",
"react-native-share": "~1.0.19",
"react-native-transformable-image": "applications-developer/react-native-transformable-image",
"react-native-vector-icons": "^4.4.0",
"stream": "0.0.2",
"tinycolor2": "^1.4.1"
},
"peerDependencies": {
"react": "^15.0.0",
"react-native": ">=0.40.0"
},
"devDependencies": {
"babel": "^6.3.26",
"babel-preset-react-native": "^4.0.0",
"chai": "^4.1.2",
"deep-freeze": "0.0.1",
"enzyme": "^2.0.0-rc1",
"mocha": "^3.5.3",
"react-addons-test-utils": "^15.3.1",
"react-dom": "^15.3.1",
"react-native-mock": "^0.3.1"
},
"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://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"
}
]
}