forked from kwalter94/malawi-stock-exchange
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 782 Bytes
/
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
{
"name": "mse",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-jest": "22.4.1",
"babel-preset-react-native": "4.0.0",
"currency-formatter": "^1.4.2",
"flow-bin": "0.56.0",
"jest": "22.4.2",
"lodash": "^4.17.5",
"react-native-svg": "^6.2.2",
"react-native-vector-icons": "^4.5.0",
"react-navigation": "^1.5.2",
"react-test-renderer": "16.2.0",
"victory-native": "^0.17.1"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "node node_modules/jest/bin/jest.js",
"flow": "flow"
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"react": "^16.3.0-alpha.1",
"react-native": "0.54.2"
}
}