-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 3.64 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
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "lifier",
"homepage": "/",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"devDependencies": {
"@babel/core": "~7.15.0",
"@babel/eslint-parser": "^7.15.0",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/plugin-proposal-throw-expressions": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/polyfill": "^7.12.1",
"@expo-google-fonts/inter": "^0.2.0",
"@expo/vector-icons": "^12.0.5",
"@expo/webpack-config": "~0.14.1",
"@react-navigation/bottom-tabs": "^6.0.5",
"@react-navigation/native": "^6.0.2",
"@react-navigation/stack": "^6.0.7",
"@types/babel__core": "~7.1.15",
"@types/babel__plugin-transform-runtime": "^7.9.2",
"@types/base-64": "^1.0.0",
"@types/color": "^3.0.2",
"@types/eslint": "^7.28.0",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/events": "^3.0.0",
"@types/lodash": "^4.14.172",
"@types/pouchdb-adapter-http": "^6.1.3",
"@types/pouchdb-adapter-idb": "^6.1.4",
"@types/prettier": "^2.3.2",
"@types/react": "~17.0.19",
"@types/react-dom": "~17.0.9",
"@types/react-native": "~0.64.13",
"@types/uuid": "^8.3.1",
"@types/victory": "^33.1.5",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"babel-plugin-module-resolver": "^4.1.0",
"babel-preset-expo": "8.4.1",
"base-64": "^1.0.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-autofix": "^1.0.5",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.24.0",
"events": "^3.3.0",
"expo": "^42.0.3",
"expo-asset": "~8.3.3",
"expo-constants": "~11.0.1",
"expo-font": "~9.2.1",
"expo-linking": "~2.3.1",
"expo-splash-screen": "~0.11.2",
"expo-sqlite": "~9.2.1",
"expo-status-bar": "~1.0.4",
"expo-web-browser": "~9.2.0",
"jest-expo": "^42.1.0",
"json-schema-to-typescript": "^10.1.4",
"lodash": "^4.17.21",
"pouchdb-adapter-http": "^7.2.2",
"pouchdb-adapter-idb": "^7.2.2",
"pouchdb-adapter-react-native-sqlite": "^3.0.1",
"prettier": "^2.3.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"react-native-gesture-handler": "~1.10.3",
"react-native-get-random-values": "~1.7.0",
"react-native-paper": "^4.9.2",
"react-native-reanimated": "~2.2.0",
"react-native-safe-area-context": "3.3.0",
"react-native-screens": "~3.6.0",
"react-native-super-grid": "^4.1.3",
"react-native-svg": "12.1.1",
"react-native-web": "~0.17.1",
"rxdb": "^10.0.3",
"rxjs": "^7.3.0",
"ts-node": "^10.2.1",
"typescript": "~4.3.5",
"uuid": "^8.3.2",
"victory": "^35.11.0",
"victory-native": "^35.3.3"
},
"license": "MIT",
"author": "Jasper Albering <jasper.albering@gmail.com> (https://jasper.albering.nl)"
}