-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
52 lines (52 loc) · 1.59 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": "JJJkkk",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"lint": "node node_modules/.bin/eslint .",
"test": "jest",
"ios": "react-native run-ios",
"ipa": "cd ios && sh ./mkipa.sh"
},
"dependencies": {
"@merryjs/photo-viewer": "^2.2.2",
"axios": "^0.18.0",
"mobx": "^5.0.3",
"mobx-react": "^5.2.3",
"moment": "^2.22.2",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-native": "^0.55.4",
"react-native-dropdownalert": "^3.5.0",
"react-native-fs": "^2.10.14",
"react-native-image-picker": "^0.26.10",
"react-native-linear-gradient": "^2.4.0",
"react-native-navigation": "^1.1.476",
"react-native-orientation": "^3.1.3",
"react-native-vector-icons": "^4.5.0",
"react-native-video": "^3.0.0",
"react-native-video-controls": "^2.2.3",
"uuid": "^3.3.2"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"babel-plugin-module-resolver": "^3.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-react-native": "^4.0.0",
"babel-preset-react-native-stage-0": "^1.0.1",
"eslint": "^5.1.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-config-standard-react": "^6.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-standard": "^3.0.1",
"jest-react-native": "^18.0.0",
"react-test-renderer": "^16.4.1"
},
"jest": {
"preset": "react-native"
}
}