-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.18 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
{
"name": "eksi",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"Buffer": "0.0.0",
"eslint": "^4.19.1",
"events": "^2.0.0",
"fast-html-parser": "^1.0.1",
"mobx": "^3.6.2",
"mobx-react": "^4.4.3",
"react": "16.3.1",
"react-native": "^0.55.4",
"react-native-animatable": "^1.3.0",
"react-native-animated-hide-view": "^1.0.0",
"react-native-easy-grid": "^0.1.17",
"react-native-elements": "^0.19.1",
"react-native-keep-awake": "^3.1.0",
"react-native-progress-bar": "^0.1.2",
"react-native-really-awesome-button": "^0.8.3",
"react-native-responsive-fontsize": "^0.1.2",
"react-native-vector-icons": "^4.6.0",
"realm": "^2.6.0",
"stream": "0.0.2",
"url": "^0.11.0",
"util": "^0.10.3"
},
"devDependencies": {
"babel-jest": "22.4.4",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-react-native": "4.0.0",
"jest": "22.4.4",
"react-test-renderer": "16.3.1"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./fonts"
]
}
}