-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.52 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
{
"name": "reactNativeBoilerplate",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"format": "prettier-eslint src/**/*.js --write"
},
"dependencies": {
"autobind-decorator": "^2.1.0",
"lodash": "^4.17.5",
"mobx": "^4.1.1",
"mobx-persist": "^0.4.1",
"mobx-react": "^5.0.0",
"native-base": "^2.4.1",
"npm": "^5.8.0",
"react": "16.3.1",
"react-native": "0.55.1",
"react-native-htmlview": "^0.12.1",
"react-native-i18n": "^2.0.12",
"react-native-image-picker": "^0.26.10",
"react-native-linear-gradient": "^2.4.0",
"react-native-settings-list": "^1.8.0",
"react-native-svg": "^6.3.1",
"react-native-swiper": "^1.5.13",
"react-native-text-gradient": "^0.0.9",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^1.5.11"
},
"devDependencies": {
"babel-jest": "22.4.3",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-mobx": "^1.0.2",
"babel-preset-react-native": "4.0.0",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-config-recommended": "^3.0.0",
"eslint-plugin-prettier": "^2.6.0",
"jest": "22.4.3",
"mobx-react-devtools": "^5.0.1",
"prettier": "^1.12.0",
"prettier-eslint": "^8.8.1",
"prettier-eslint-cli": "^4.7.1",
"react-test-renderer": "16.3.1"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
}
}