-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.61 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
{
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"storybook": "storybook start -p 8081",
"lint": "tslint App/**/*.{ts,tsx}",
"ts:graphql": "graphql-to-typescript App/Apollo/Schema.gql App/Apollo/Types.ts; apollo-codegen introspect-schema App/Apollo/Schema.gql --output App/Apollo/schema.json"
},
"dependencies": {
"date-fns": "^1.30.1",
"lodash": "^4.17.11",
"lottie-react-native": "^2.5.11",
"memoize-one": "^5.0.0",
"react": "16.6.3",
"react-native": "0.57.8",
"react-native-animatable": "^1.3.1",
"react-native-blur": "^3.2.2",
"react-native-circular-progress": "^1.1.0",
"react-native-easy-grid": "^0.2.0",
"react-native-gesture-handler": "^1.0.12",
"react-native-progress-circle": "^2.0.1",
"react-native-svg": "^9.0.0",
"react-native-svg-charts": "^5.2.0",
"react-native-swiper": "^1.5.14",
"react-native-vector-icons": "^6.1.0",
"react-native-youtube": "^1.1.0",
"react-navigation": "^3.0.9",
"recompose": "^0.30.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-decorators": "^7.2.3",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/plugin-transform-flow-strip-types": "^7.2.3",
"@babel/plugin-transform-react-jsx-source": "^7.2.0",
"@storybook/addon-knobs": "^4.1.11",
"@storybook/addon-ondevice-knobs": "^4.1.11",
"@storybook/addon-ondevice-notes": "^4.1.11",
"@storybook/react-native": "^4.1.11",
"@types/jest": "^23.3.12",
"@types/lodash": "^4.14.119",
"@types/memoize-one": "^4.1.0",
"@types/node": "^10.12.18",
"@types/react": "^16.7.18",
"@types/react-native": "^0.57.26",
"@types/react-native-svg-charts": "^5.0.1",
"@types/react-native-vector-icons": "^4.6.4",
"@types/react-navigation": "^3.0.1",
"@types/react-test-renderer": "^16.0.3",
"@types/recompose": "^0.30.2",
"@types/storybook__addon-knobs": "^4.0.0",
"@types/storybook__react-native": "^3.0.3",
"babel-plugin-import-graphql": "^2.6.2",
"babel-plugin-transform-remove-console": "^6.9.4",
"generator-rn-toolbox": "^3.7.0",
"graphql-to-typescript": "^0.1.2",
"jest": "^23.6.0",
"metro-react-native-babel-preset": "^0.51.1",
"prettier": "^1.15.3",
"react-test-renderer": "^16.7.0",
"ts-jest": "^23.10.5",
"tslint": "^5.12.0",
"tslint-config-airbnb": "^5.11.1",
"tslint-config-prettier": "^1.17.0",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^3.6.0",
"typescript": "^3.2.2"
},
"private": true
}