-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.38 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
{
"name": "JagnaWaterworksSystem",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "node node_modules/jest/bin/jest.js"
},
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
"/node_modules/.*/react-native/",
"/node_modules/.*/react/"
],
"transformIgnorePatterns": [
"/node_modules/(?!react-native|react-navigation)/"
]
},
"dependencies": {
"antd-mobile": "^2.1.6",
"axios": "^0.17.1",
"bluebird": "^3.5.1",
"lodash": "^4.17.5",
"moment": "^2.20.1",
"prop-types": "^15.5.10",
"rc-form": "^2.1.7",
"react": "16.2.0",
"react-addons-update": "^15.6.2",
"react-dom": "16.0.0",
"react-native": "^0.52.0",
"react-native-device-detection": "^0.2.0",
"react-native-keyboard-aware-scroll-view": "^0.4.3",
"react-navigation": "^1.0.3",
"react-navigation-redux-helpers": "^1.0.0",
"react-redux": "^5.0.6",
"realm": "^2.2.8",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"remote-redux-devtools": "^0.5.12"
},
"devDependencies": {
"babel-jest": "^21.0.0",
"babel-plugin-import": "^1.6.3",
"babel-preset-react-native-stage-0": "^1.0.1",
"jest": "^21.0.1",
"jest-react-native": "^18.0.0",
"react-test-renderer": "16.0.0"
}
}