-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.38 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.38 KB
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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"tslint": "tslint --project .",
"tsc-test": "tsc --project . --noEmit --skipLibCheck",
"jest": "jest --config ./jest.config.js",
"lint": "tsc --noEmit --skipLibCheck && tslint --project tsconfig.json './src/**/*.ts*'"
},
"pre-commit": "lint",
"dependencies": {
"@babel/plugin-transform-react-jsx-source": "7.2.0",
"@types/lodash.uniqueid": "4.0.6",
"@types/node": "11.9.6",
"@types/ramda": "0.26.6",
"@types/react-native-snap-carousel": "3.7.1",
"@types/react-redux": "7.0.1",
"@types/redux-actions": "2.3.2",
"@types/redux-form": "8.1.0",
"@types/webpack-env": "1.13.7",
"babel-plugin-module-resolver": "3.2.0",
"dayjs": "1.8.12",
"expo": "32.0.0",
"lodash.uniqueid": "4.0.1",
"module-resolver": "1.0.0",
"ramda": "0.26.1",
"random-email": "1.0.3",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
"react-native-classnames": "0.1.1",
"react-native-debugger-open": "0.3.18",
"react-native-image-picker": "0.28.0",
"react-native-popover-typescript": "0.0.17",
"react-native-snap-carousel": "3.7.5",
"react-native-svg-uri": "1.2.3",
"react-redux": "6.0.1",
"redux": "4.0.1",
"redux-actions": "2.6.5",
"redux-batched-actions": "0.4.1",
"redux-devtools-extension": "2.13.8",
"redux-form": "8.1.0",
"redux-saga": "1.0.2",
"reselect": "4.0.0",
"sillyname": "0.1.0",
"ts-transform-react-jsx-source": "1.0.0"
},
"devDependencies": {
"@types/expo": "32.0.3",
"@types/jest": "24.0.9",
"@types/react": "16.8.6",
"@types/react-navigation": "3.0.4",
"@types/react-test-renderer": "16.8.1",
"expo": "32.0.0",
"jest": "24.1.0",
"jest-expo": "32.0.0",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
"react-native-extended-stylesheet": "0.11.1",
"react-navigation": "3.3.2",
"react-test-renderer": "16.8.6",
"ts-jest": "24.0.0",
"tslint": "5.13.1",
"tslint-config-airbnb": "5.11.1",
"tslint-eslint-rules": "5.4.0",
"tslint-react": "3.6.0",
"typescript": "3.3.3333",
"typescript-tslint-plugin": "0.2.1"
},
"private": true
}