-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·52 lines (52 loc) · 1.4 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
{
"name": "mobx",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"class-transformer": "^0.2.0",
"hoist-non-react-statics": "^3.3.0",
"mobx": "^5.8.0",
"mobx-persist": "^0.4.1",
"mobx-react": "^5.4.3",
"mobx-state-tree": "^3.10.0",
"mobx-utils": "^5.1.0",
"moment": "^2.24.0",
"react": "16.8.3",
"react-native": "0.59.9",
"react-native-gesture-handler": "^1.1.0",
"react-native-modal": "^9.0.0",
"react-navigation": "^3.0.9",
"reflect-metadata": "^0.1.13",
"styled-components": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/runtime": "^7.4.3",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/jest": "^24.0.11",
"@types/react": "^16.8.13",
"@types/react-native": "^0.57.42",
"@types/react-test-renderer": "^16.8.1",
"@types/styled-components": "^4.1.14",
"babel-jest": "^24.7.1",
"babel-plugin-styled-components": "^1.10.0",
"jest": "^24.7.1",
"metro-react-native-babel-preset": "^0.53.1",
"react-test-renderer": "16.8.3",
"typescript": "^3.4.2"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
}
}