-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 961 Bytes
/
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
{
"name": "capacitor-app",
"version": "1.0.0",
"description": "An Amazing Capacitor App",
"main": "index.js",
"keywords": [
"capacitor",
"mobile"
],
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@asymmetrik/ngx-leaflet": "^16.0.1",
"@capacitor/android": "^5.2.2",
"@capacitor/camera": "latest",
"@capacitor/clipboard": "^5.0.6",
"@capacitor/core": "latest",
"@capacitor/filesystem": "^5.1.2",
"@capacitor/splash-screen": "latest",
"axios": "^1.4.0",
"bootstrap": "^5.3.1",
"build": "^0.1.4",
"cordova-plugin-networking-bluetooth": "github:Finn-HPI/cordova-plugin-networking-bluetooth",
"font-awesome": "^4.7.0",
"leaflet": "^1.9.4",
"three": "^0.155.0"
},
"devDependencies": {
"@capacitor/assets": "^2.0.4",
"@capacitor/cli": "latest",
"vite": "^2.9.13"
},
"author": "",
"license": "ISC"
}