-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.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
{
"name": "35c3-workshop-planner",
"version": "0.1.0",
"private": true,
"devDependencies": {
"@types/expo": "^31.0.1",
"@types/expo__vector-icons": "^6.2.3",
"@types/jest": "^22.2.3",
"@types/react": "^16.3.14",
"@types/react-native": "^0.57.7",
"@types/react-native-vector-icons": "^4.6.3",
"@types/react-navigation": "^2.0.17",
"@types/react-test-renderer": "^16.0.1",
"babel-core": "^7.0.0-bridge.0",
"jest-expo": "^31.0.0",
"react-native-scripts-ts": "1.15.0",
"react-native-typescript-transformer": "^1.2.3",
"react-test-renderer": "16.3.1",
"redux-devtools": "^3.4.1",
"ts-jest": "^22.4.6",
"tslib": "^1.9.1",
"tslint": "^5.10.0",
"tslint-config-standard": "^7.0.0",
"typescript": "^2.8.3"
},
"main": "./node_modules/react-native-scripts-ts/build/bin/crna-entry.js",
"scripts": {
"start": "expo-cli start --dev --localhost",
"test": "jest",
"lint": "yarn tslint -c tslint.json 'src/**/*.tsx'"
},
"jest": {
"globals": {
"ts-jest": {
"useBabelrc": true
}
},
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"preset": "jest-expo",
"testMatch": [
"**/__tests__/**/*.[tj]s?(x)",
"**/?(*.)(spec|test).[tj]s?(x)"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
}
},
"dependencies": {
"@expo/samples": "^2.1.1",
"@expo/vector-icons": "^8.0.0",
"@types/query-string": "^6.1.1",
"@types/react-redux": "^6.0.4",
"expo": "^31.0.4",
"fast-xml-parser": "^3.12.10",
"moment": "^2.23.0",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-31.0.1.tar.gz",
"react-native-animatable": "^1.3.0",
"react-native-elements": "^1.0.0-beta5",
"react-native-picker-select": "^5.1.1",
"react-native-smooth-swipe-list": "^1.4.7",
"react-native-vector-icons": "^5.0.0",
"react-navigation": "^2.18.2",
"react-redux": "^5.0.7",
"react-timer-mixin": "^0.13.4",
"redux": "^4.0.0",
"typesafe-actions": "^2.0.4"
}
}