-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1007 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1007 Bytes
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
{
"name": "bggeo-basic",
"version": "1.0.0",
"description": "Background Geolocation Basic Demo — React / Vite",
"type": "module",
"keywords": [
"capacitor",
"background-geolocation",
"react"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"typecheck": "tsc --noEmit",
"preview": "vite preview"
},
"dependencies": {
"@capacitor/android": "^8.2.0",
"@capacitor/core": "latest",
"@capacitor/ios": "^8.2.0",
"@capacitor/preferences": "^8.0.1",
"@capacitor/splash-screen": "latest",
"@transistorsoft/capacitor-background-fetch": "^8.0.0",
"@transistorsoft/capacitor-background-geolocation": "file:../..",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@capacitor/cli": "latest",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.3",
"vite": "^7.3.1"
},
"author": "Transistor Software",
"license": "MIT"
}