-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
48 lines (48 loc) · 1.47 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
{
"name": "SolidHealth",
"version": "1.0.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"postinstall": "jetify"
},
"dependencies": {
"@jasonpaulos/rdflib": "^1.1.0",
"@jasonpaulos/solid-auth-client": "^2.4.1",
"@react-native-community/async-storage": "^1.10.0",
"assert": "^2.0.0",
"buffer": "^5.6.0",
"events": "^3.1.0",
"moment": "^2.25.3",
"react": "16.11.0",
"react-native": "0.62.2",
"react-native-chart-kit": "^5.5.0",
"react-native-google-fit": "^0.12.1",
"react-native-navigation": "^6.5.0",
"react-native-progress": "^4.1.2",
"react-native-securerandom": "^1.0.0-rc.0",
"react-native-svg": "^12.1.0",
"readable-stream": "^3.6.0",
"whatwg-url": "^8.0.0"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^1.0.0",
"@types/react-native": "^0.62.0",
"@types/react-test-renderer": "16.9.2",
"@types/whatwg-url": "^6.4.0",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"eslint": "^6.5.1",
"jetifier": "^1.6.5",
"metro-react-native-babel-preset": "^0.58.0",
"prettier": "^2.0.4",
"react-test-renderer": "16.11.0",
"typescript": "^3.8.3"
}
}