-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 3.08 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "once-upon-a-time",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"bundle-ios": "react-native bundle --entry-file index.js --platform ios --dev false --bundle-output ./ios/bundle/index.ios.jsbundle --assets-dest ./ios/bundle"
},
"dependencies": {
"@ant-design/react-native": "^3.1.5",
"@react-native-community/cameraroll": "^1.2.1",
"@terrylinla/react-native-sketch-canvas": "^0.8.0",
"fetch-intercept": "^2.3.1",
"mobx": "^5.9.4",
"mobx-react": "^5.4.3",
"moment": "^2.24.0",
"native-base": "^2.13.7",
"promise-polyfill": "^8.1.0",
"prop-types": "^15.7.2",
"react": "16.8.3",
"react-native": "^0.60.4",
"react-native-animatable": "^1.3.2",
"react-native-camera": "^3.6.0",
"react-native-carousel-control": "^2.0.1",
"react-native-coverflow": "^0.1.7",
"react-native-dialog-input": "^1.0.7",
"react-native-draggable": "^3.0.0",
"react-native-easy-gestures": "^2.2.4",
"react-native-fs": "^2.13.3",
"react-native-gesture-handler": "^1.6.1",
"react-native-reanimated": "^1.8.0",
"react-native-screens": "^2.7.0",
"react-native-share": "^2.0.0",
"react-native-simple-dialogs": "^1.2.0",
"react-native-siri-shortcut": "^1.6.2",
"react-native-sound": "^0.11.0",
"react-native-vector-icons": "^6.4.2",
"react-native-video": "^4.4.4",
"react-native-video-controls": "^2.2.3",
"react-native-view-shot": "^2.5.0",
"react-navigation": "^3.9.1"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
"@babel/plugin-transform-classes": "^7.4.3",
"@babel/plugin-transform-flow-strip-types": "^7.4.0",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/polyfill": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.4.3",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.7.1",
"babel-loader": "^8.0.5",
"babel-plugin-import": "^1.11.0",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-native": "^4.0.1",
"babel-preset-react-native-stage-0": "^1.0.1",
"babel-preset-react-native-syntax": "^1.0.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-flowtype": "^3.6.1",
"eslint-plugin-import": "^2.17.1",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-react": "^7.12.4",
"jest": "^24.7.1",
"metro-react-native-babel-preset": "^0.53.1",
"react-test-renderer": "16.8.3"
},
"jest": {
"preset": "react-native"
}
}