-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.72 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
{
"name": "rdfs",
"version": "0.0.0",
"homepage": "/static/rdfs",
"main": "node_modules/expo/AppEntry.js",
"api": "git@github.com:EasterCompany/RDFS-API.git",
"scripts": {
"start": "env-cmd -f .env npx expo start --web --clear",
"build": "env-cmd -f .env npx expo export:web --clear"
},
"dependencies": {
"@babel/core": "7.22.5",
"@babel/preset-env": "7.1.6",
"@babel/runtime": "7.20.6",
"@expo/webpack-config": "^19.0.0",
"@native-html/iframe-plugin": "^2.6.1",
"@react-native-async-storage/async-storage": "1.18.2",
"@types/react": "18.2.22",
"env-cmd": "10.1.0",
"expo": "49.0.11",
"expo-av": "~13.4.1",
"expo-document-picker": "~11.5.4",
"expo-font": "~11.4.0",
"expo-image-picker": "~14.3.2",
"expo-linear-gradient": "~12.3.0",
"expo-status-bar": "~1.6.0",
"html-loader": "^4.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.5",
"react-native-dotenv": "3.4.9",
"react-native-dropdown-select-list": "^2.0.5",
"react-native-web": "~0.19.6",
"react-native-web-webview": "^1.0.2",
"react-native-webview": "13.2.2",
"serve": "12.0.0",
"typescript": "^5.1.3",
"workbox-background-sync": "^6.1.5",
"workbox-broadcast-update": "^6.1.5",
"workbox-cacheable-response": "^6.1.5",
"workbox-core": "^6.1.5",
"workbox-expiration": "^6.1.5",
"workbox-google-analytics": "^6.1.5",
"workbox-navigation-preload": "^6.1.5",
"workbox-precaching": "^6.1.5",
"workbox-range-requests": "^6.1.5",
"workbox-routing": "^6.1.5",
"workbox-strategies": "^6.1.5",
"workbox-streams": "^6.1.5",
"workbox-webpack-plugin": "^6.1.5",
"expo-clipboard": "~4.3.1"
},
"private": true
}