forked from etesync/etesync-notes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.69 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
{
"private": true,
"name": "etesync-notes",
"version": "1.0.0",
"description": "Secure, end-to-end encrypted, and privacy respecting notes application.",
"author": "EteSync",
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src"
},
"dependencies": {
"@expo/vector-icons": "^10.2.1",
"@react-native-community/async-storage": "^1.12.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/netinfo": "5.9.6",
"@react-navigation/drawer": "^5.9.1",
"@react-navigation/native": "^5.7.4",
"@react-navigation/stack": "^5.9.1",
"etebase": "^0.41.0",
"expo-background-fetch": "^8.5.0",
"expo-font": "^8.3.0",
"expo-splash-screen": "^0.6.1",
"expo-status-bar": "~1.0.2",
"expo-task-manager": "^8.5.0",
"expo-updates": "~0.3.2",
"immutable": "^4.0.0-rc.12",
"localforage": "^1.9.0",
"moment": "^2.29.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "0.63.3",
"react-native-appearance": "~0.3.3",
"react-native-etebase": "^0.1.5",
"react-native-gesture-handler": "~1.7.0",
"react-native-get-random-values": "^1.5.0",
"react-native-keyboard-aware-scroll-view": "^0.9.2",
"react-native-markdown-display": "^7.0.0-alpha.2",
"react-native-paper": "^4.2.0",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.4",
"react-native-screens": "~2.10.1",
"react-native-sodium": "^0.3.8",
"react-native-unimodules": "~0.11.0",
"react-native-vector-icons": "^7.1.0",
"react-native-web": "~0.13.12",
"react-redux": "^7.2.1",
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"use-debounce": "^5.0.0"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@types/markdown-it": "^12.0.0",
"@types/react": "~16.9.35",
"@types/react-dom": "~16.9.8",
"@types/react-native": "~0.63.2",
"@types/react-native-vector-icons": "^6.4.6",
"@types/react-redux": "^7.1.9",
"@types/redux": "^3.6.0",
"@types/redux-actions": "^2.6.1",
"@types/redux-logger": "^3.0.8",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"@typescript-eslint/typescript-estree": "^4.2.0",
"babel-jest": "~25.2.6",
"babel-preset-expo": "^8.3.0",
"eslint": "^7.9.0",
"eslint-plugin-react": "^7.21.2",
"jest": "~25.2.6",
"license-checker": "^25.0.1",
"react-test-renderer": "~16.13.1",
"typescript": "~3.9.5"
}
}