-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.35 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": "AwesomeProject",
"version": "1.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"format": "prettier --write '**/*.{js,css,md,json}'"
},
"dependencies": {
"core-js": "^2.5.5",
"immutable": "^3.8.2",
"mobx": "^4.2.0",
"mobx-react": "^5.0.0",
"react": "16.3.1",
"react-native": "0.55.3",
"react-native-blur": "^3.2.2",
"react-native-code-push": "^5.3.2",
"react-native-linear-gradient": "^2.4.0",
"react-native-modalbox": "^1.4.2",
"react-native-popup-dialog": "^0.11.46",
"react-native-snap-carousel": "^3.7.0",
"react-native-splash-screen": "^3.0.6",
"react-native-syan-image-picker": "^0.1.6",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^1.5.11",
"react-navigation-redux-helpers": "^1.0.5",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-saga": "^0.16.0",
"redux-thunk": "^2.2.0",
"teaset": "^0.5.6"
},
"devDependencies": {
"babel-jest": "24.8.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react-native": "4.0.0",
"babel-preset-react-native-stage-0": "^1.0.1",
"jest": "24.8.0",
"prettier": "^1.12.1",
"react-test-renderer": "16.2.0"
},
"jest": {
"preset": "react-native"
}
}