-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
58 lines (58 loc) · 1.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
{
"name": "emoji-keyboard",
"version": "4.0.0",
"description": "Type emoji easily! Virtual keyboard-like emoji palette for Linux with lots of features.",
"repository": "https://github.com/OzymandiasTheGreat/emoji-keyboard",
"author": {
"name": "Tomas Ravinskas",
"email": "[email protected]",
"url": "https://tomasrav.me/"
},
"license": "MIT",
"private": true,
"keywords": [
"emoji",
"picker",
"virtual-keyboard"
],
"scripts": {
"start": "expo start --web",
"build": "expo export:web",
"icons": "node node_modules/.bin/tauricon"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@expo/webpack-config": "^0.17.0",
"@tauri-apps/cli": "^1.0.5",
"@tauri-apps/tauricon": "^1.0.3",
"@types/damerau-levenshtein": "^1.0.0",
"@types/react": "~18.0.14",
"@types/react-native": "~0.69.1",
"typescript": "~4.3.5"
},
"dependencies": {
"@react-navigation/bottom-tabs": "^6.3.3",
"@react-navigation/native": "^6.0.12",
"@react-navigation/native-stack": "^6.8.0",
"@tauri-apps/api": "^1.0.2",
"damerau-levenshtein": "^1.0.8",
"emojilib": "^3.0.7",
"expo": "~46.0.9",
"expo-status-bar": "~1.4.0",
"preact": "^10.10.6",
"preact-responder-event-plugin": "^1.0.16",
"prop-types": "^15.8.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.5",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-web": "~0.18.7",
"react-native-web-hooks": "^3.0.2",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#dev",
"unicode-emoji-json": "^0.3.1"
},
"resolutions": {
"react-error-overlay": "6.0.9"
}
}